Flutter-Demos icon indicating copy to clipboard operation
Flutter-Demos copied to clipboard

Learn to develop mobile apps using Flutter for both Android and iOS

Results 11 Flutter-Demos issues
Sort by recently updated
recently updated
newest added
trafficstars

The following NoSuchMethodError was thrown building NoteList(dirty, state: _NoteListState#e3e90): The method 'initializeDatabase' was called on null. Receiver: null Tried calling: initializeDatabase() The relevant error-causing widget was: NoteList file:///E:/FlutterWorkspace/flutterfundoo/lib/services/authservice.dart:15:20 When the...

you have made it sooo much complex pleas emake it bare bones simple like a basic todo app with very very few but easy code

Some plugins are not compatible with androidx

I am getting this error: 'NoteDetail' isn't defined for the class 'NoteListState'. - 'NoteListState' is from 'package:notes/screens/note_list.dart' ('lib/screens/note_list.dart'). Try correcting the name to the name of an existing method, or...

void moveToLastScreen() { Navigator.pop(context, true); } ═╡ EXCEPTION CAUGHT BY GESTURE ╞═ type 'bool' is not a subtype of type 'int' of 'result'