We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb17bf commit dd76759Copy full SHA for dd76759
packages/supabase_flutter/example/lib/screens/storage_screen.dart
@@ -309,7 +309,7 @@ class _StorageScreenState extends State<StorageScreen> {
309
const Text('No buckets found. Create one above.'),
310
] else ...[
311
DropdownButtonFormField<String>(
312
- value: _selectedBucket,
+ initialValue: _selectedBucket,
313
decoration: const InputDecoration(
314
border: OutlineInputBorder(),
315
),
0 commit comments