Simple Flutter application displaying, posting and editing blogs.
This project is intended to implement the contents of the course IN307 "Mobile Computing". Further the Flutter app uses the Quarkus REST Api Project for crud operations of the blog entries.
Following extensions are needed in VS Code:
-
Maybe it is required get all dependencies before starting the first time. This command gets all the dependencies listed in the pubspec.yaml file in the current working directory, as well as their transitive dependencies:
flutter pub get
-
Run:
flutter run
The app only runs on windows and android. For iOS support, please contact me here.
- Initial commit with demo code
- Updated readme
- Implement blog list view
- Put all opening curly braces on new line
- Implement Drawer menu
- Implement "add blog post" button with functionality
- Implement folder structure or something like a design pattern
- Implement "add new blog post" dialog
Roadmap to be completed soon...
