mynotes-course
mynotes-course copied to clipboard
This is the GitHub repository of the MyNotes application for the Free Flutter Course (https://www.youtube.com/playlist?list=PL6yRaaP0WPkVtoeNIGqILtRAgd3h2CNpT)
Uncaught Error: Unexpected null value. And not updating the list view i.e. ListView is empty
firebase_options.dart file is missing and firebase_auth_provider.dart is complaining as it imports it.
when creating gpg key i cant add the key to the github i check the fingerprint for gpg and it ok .been stuck for few days .the ssh work fine....
Hi there, I'm an old-shool developer & haven't been hand-on coding for over 20 yrs and hoping to upskill by completing this tutorial. Just working my way through your tutorial;...
Great course, many thanks. New to Flutter/dart, been using Nativescript and looking to move over to Flutter. I get this on the unknown user. E/RecaptchaCallWrapper( 8269): Initial task failed for...
 Has anyone encountered this issue? My code is the same as the tutorial and other people's code, but I keep getting an error when I start debugging. I'm not...
pls remove this error. Classes and mixins can only implement other classes and mixins. Try specifying a class or mixin, or remove the name from the list. in class auth_test.dart...
notes_view.dart=> import 'dart:async'; import 'package:flutter/foundation.dart'; import 'package:flutter_application_1/constants/routes.dart'; import 'package:flutter_application_1/services/crud/crud_exceptions.dart'; import 'package:sqflite/sqflite.dart'; import 'package:path_provider/path_provider.dart' show getApplicationDocumentsDirectory, MissingPlatformDirectoryException; import 'package:path/path.dart' show join; class NotesService { Database? _db; // to create singleton class...