- Regenerate android project with Flutter 3.29 (new
.gradle.ktssyntax) - Update to Drift 2.26.0
- Updated to latest packages
- Made project compatible with Flutter 3.29 (
path: ^1.9.0) - Update to Drift 2.25.2
- Cleanup
app_colors.dart - Bump platform, ios: '16.0'
- Move
AppStartupWidgetinsideMaterialApp.builder - Update to Drift 2.24.0
- Improved web support in
flavor.dart - Update to Drift 2.21.0
- Update to Riverpod 2.6.1
- Update to Gradle 8.9
- Settings page: show transparent icon and correct app name on web
- Update to Gradle 8.3
- Update to latest packages
- Delete
app_release_template.json(this is now only loaded remotely) - More robust app startup and DB initialization logic
- Set iOS 13.0 in Podfile
- Update to Dart 3.5, Flutter 3.24
- Update to latest packages
- Pass
settingstoMaterialPageRouteinsideonGenerateRoute - Split
createEditAppinto two routes:createApp,editApp - Add
name,error,stackTracetoAppLogger - Rename
LoggerInterceptortoLoggerDioInterceptorand move it tomonitoringfolder - Add optional
routeNameargument toshowAlertDialog - Lightweight stateless
CreateEditAppControllerandTasksChecklistController
- Update the app to use named routes (Navigator 1.0)
- Add
CreateEditAppController,TasksChecklistController - Cleanup lints
- Better error handling during app startup (see #6)
- Fix for offline mode (see #5)
- Apply DCM rules
- Updated
.gitignorefiles - Added flavor.dart
- Add
isCanvasKitRenderer()helper
- Update Drift connection to use LazyDatabase (fixes app startup issue)
- Add Android adaptive icons
- Fix app startup issue due to missing asset in root bundle
- Updated app icon
- Small fixes for the app editing logic
- Added CSS loader to Flutter web initialization logic
- Updated to latest dependencies
- Updated
.gitignore - Recreated web project with Flutter 3.22
- Initial version