Changelog
0.2.2
- Update to Dart 3.5, Flutter 3.24
- Update to latest packages
0.2.1
- Pass
settings
toMaterialPageRoute
insideonGenerateRoute
- Split
createEditApp
into two routes:createApp
,editApp
- Add
name
,error
,stackTrace
toAppLogger
- Rename
LoggerInterceptor
toLoggerDioInterceptor
and move it tomonitoring
folder - Add optional
routeName
argument toshowAlertDialog
- Lightweight stateless
CreateEditAppController
andTasksChecklistController
0.2.0
- Update the app to use named routes (Navigator 1.0)
- Add
CreateEditAppController
,TasksChecklistController
- Cleanup lints
0.1.11
- Better error handling during app startup (see #6)
0.1.10
- Fix for offline mode (see #5)
0.1.9
- Apply DCM rules
0.1.8
- Updated
.gitignore
files - Added flavor.dart
- Add
isCanvasKitRenderer()
helper
0.1.7
- Update Drift connection to use LazyDatabase (fixes app startup issue)
0.1.6
- Add Android adaptive icons
- Fix app startup issue due to missing asset in root bundle
0.1.5
- Updated app icon
0.1.4
- Small fixes for the app editing logic
0.1.3
- Added CSS loader to Flutter web initialization logic
0.1.2
- Updated to latest dependencies
0.1.1
- Updated
.gitignore
- Recreated web project with Flutter 3.22
0.1.0
- Initial version