e-learning-app
                                
                                
                                
                                    e-learning-app copied to clipboard
                            
                            
                            
                        E-Learn is a beautiful open-source education app for Android. It is built with Dart on top of Google's Flutter Framework.
lib/ui/widgets/topBar.dart:87:17: Error: The getter 'BlacklistingTextInputFormatter' isn't defined for the class '_TopBarState'. - '_TopBarState' is from 'package:elearning/ui/widgets/topBar.dart' ('lib/ui/widgets/topBar.dart'). Try correcting the name to the name of an existing getter, or defining...
 I'm a fully beginner and idk why this is happening and what is the issue
../../../AppData/Local/Pub/Cache/hosted/pub.dev/file-6.1.2/lib/src/interface/file.dart:15:16: Error: The method 'File.create' has fewer named arguments than those of overridden method 'File.create'. Future create({bool recursive = false}); ^ org-dartlang-sdk:///dart-sdk/lib/io/file.dart: Context: This is the overridden method ('create'). ../../../AppData/Local/Pub/Cache/hosted/pub.dev/file-6.1.2/lib/src/interface/file.dart:15:16:...
Migrated to V2 Android embedding Changed master to main (deprecated in GitHub) Upgraded pubspec.yaml & dependencies Fixed deprecated code and some problems
I have been learning flutter for about a month and to build an app based of the ui of this project. However, I am not skilled enough (at the moment)...