I cloned and execute your project on my device and it throws following exception:
I/flutter (23369): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
I/flutter (23369): The following NoSuchMethodError was thrown building FutureBuilder<List>(dirty, state:
I/flutter (23369): _FutureBuilderState<List>#45b6d):
I/flutter (23369): The getter 'length' was called on null.
I/flutter (23369): Receiver: null
I/flutter (23369): Tried calling: length
Can you kindly tell me how to fix that
Thanks and Regards
I cloned and execute your project on my device and it throws following exception:
I/flutter (23369): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════
I/flutter (23369): The following NoSuchMethodError was thrown building FutureBuilder<List>(dirty, state:
I/flutter (23369): _FutureBuilderState<List>#45b6d):
I/flutter (23369): The getter 'length' was called on null.
I/flutter (23369): Receiver: null
I/flutter (23369): Tried calling: length
Can you kindly tell me how to fix that
Thanks and Regards