Uploaded the code for Expense Tracker app from https://www.udemy.com/course/learn-flutter-dart-to-build-ios-android-apps/ Created by Maximilian Schwarzmüller
Rather than uploading all of the files in the Flutter project, I only uploaded the code and pubspec.yaml files. It should be trivial to recreate the project based on these files.
Here is an upload of a brief demo.
The tutorial taught many Flutter (and Dart) concepts such as:
- Working with Modals
- Creating and modifying lists
- Lists that are mutable and immutable
- Creating widgets to build a working date picker
- AppBar
- Theming
- Text & Input validation
- Map function to loop over lists
- Undo changes
- Dark mode
The tutorial section was very long 3 hours 47 minutes (which took a lot longer to copy, debug, and test). It was a very useful learning experience. However, I still need to learn more about page navigation and state management to complete my "couch to 5Km" app.
The githb updates can be found here: https://github.com/S-Leigh-2038/expense_tracker
No comments:
Post a Comment