Instagram-Clone icon indicating copy to clipboard operation
Instagram-Clone copied to clipboard

Location in photo upload throws error

Open kamami opened this issue 5 years ago • 2 comments

The loaction chips are throwing errors:

Invalid argument(s)

kamami avatar Apr 18 '19 09:04 kamami

Please provide more details of it. What errors are they throwing. When they are throwing errors

mohak1283 avatar Apr 22 '19 17:04 mohak1283

This is the exception that I'm getting:

The following ArgumentError was thrown building FutureBuilder<List<Address>>(dirty, state: _FutureBuilderState<List<Address>>#ed3b5): Invalid argument(s)

The relevant error-causing widget was: FutureBuilder<List<Address>> file:///Users/tyler/AndroidStudioProjects/Instagram-Clone/lib/ui/insta_upload_photo_screen.dart:152:22 When the exception was thrown, this was the stack: #0 _StringBase.+ (dart:core-patch/string_patch.dart:262:57) #1 _InstaUploadPhotoScreenState.build. (package:instagram_clone/ui/insta_upload_photo_screen.dart:176:42) #2 _FutureBuilderState.build (package:flutter/src/widgets/async.dart:732:55) #3 StatefulElement.build (package:flutter/src/widgets/framework.dart:4623:28) #4 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:4506:15) ...

slybaldguy avatar Jul 22 '20 09:07 slybaldguy