Hey buddy, thanks a lot for building this component you did a tremendous job, it's such an importan feature that at the moment it's still missing on Flutterflow. Just one thing: for someone that has no experience with coding this video can result quite complicated, would you be able to make another one where you just show step by step how to implement and use this component? I bet it can have a lot more success
@coffeebytez8 ай бұрын
I can, but not sure when I'll get to it. I have other videos I'm finishing now. You can use the supabase marketplace item and change the parameter to a Firebase collection as described in the video and article. Also the article walks through it step by step
@mof34207 ай бұрын
Why data is duplicated in the collection
@coffeebytez7 ай бұрын
I would need to see your code to know the issue. Maybe it's getting added again in the build method. It should be added outside of the build method if so
@guillaumeehrhardt84262 ай бұрын
Hi, thank you for your video! I tried to import the code for the Supabase widget and changed 'PlaceRow' to 'PlaceRecord,' but I get this error when I try to test it : "53 packages have newer versions incompatible with dependency constraints. Try `flutter pub outdated` for more information. Launching lib/main.dart on Web Server in debug mode... Waiting for connection from debug service on Web Server... lib/testmap/testmap_widget.dart:172:43: Error: Method not found: 'SupabaseMapCopy'. child: custom_widgets.SupabaseMapCopy( ^^^^^^^^^^^^^^^ Waiting for connection from debug service on Web Server... 49.3s Failed to compile application." Do you know where this could be from? Thank you !
@coffeebytezАй бұрын
Make sure to name the widget to SupabaseMapCopy. Or use the name you gave the custom widget