$2.50
Flutter Web – In Browser Notes Web Page with Data Source – Offline Database
Description
You may categorize this as yet another Notes App, but, the technologies that it includes are from modern and forward looking – In Browser – Offline Notes Web Page – Flutter Web – Source Code.
Technologies inside
The App has been rewritten with Flutter 2.27 and there are some to-dos remaining.
- Using the approach from the article: https://programtom.com/dev/2024/10/17/minimal-flutter-code-to-extract-state-from-statefulwidget/. No Dependency Bloc Like Code Organization for the purpose of
- Separating the State from the Views
- The Data Source from the Controller(State)
- Shared Preferences as Data Source, so it will run everywhere
- Testability [tests are remaining]
The great majority of the Project is Generated with rework of of Project Generator – https://programtom.com/dev/product/poc-flutter-app-builder-vaadin-spring-boot-app/
Demo
Notes List:

Edit Note:

You can open the demo from this link: https://programtom.xyz/flutter_apps/in_browsers_notes_app/
