-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown remains static on iPhone app #255
Comments
Please make a minimal reproducible example. |
this is the code of my custom widget in Flutterflow: import 'package:dropdown_button2/dropdown_button2.dart'; // ignore: must_be_immutable final double? width; class _MyDDWidget2State extends State { |
Unfortunately, I can't help with that. I can't run the code given. I'll need a minimal reproducible example. |
Well I do not know what to add here... the code that I pasted was simply taken from your pub.dev package webpage. |
Yes, but I can't run that sample. It has dependencies that I don't have: import '/backend/backend.dart';
import '/backend/schema/structs/index.dart';
import '/backend/supabase/supabase.dart';
import '/flutter_flow/flutter_flow_theme.dart';
import '/flutter_flow/flutter_flow_util.dart';
import '/custom_code/widgets/index.dart'; // Imports other custom widgets
import '/custom_code/actions/index.dart'; // Imports custom actions
import '/flutter_flow/custom_functions.dart'; // Imports custom functions Also, you should put the code refactored into a code block like the above one. |
I'm using the multi select dropdown widget in a Flutterflow app, within a drawer (drawn from the left hand side of the page). It works fine on Android and iPad, but not on iphone. There the widget does not unfold, it stays static and useless. Can someone help? Thanks
The text was updated successfully, but these errors were encountered: