- Migrate to Flutter built-in Kotlin: set builtInKotlin=true and newDsl=true in gradle.properties; remove id(kotlin-android) from app/build.gradle.kts. Eliminates the Kotlin Gradle Plugin WARNING that caused 8 stderr lines in the VS Code Debug console. - Fix DashboardController lifecycle in MobileShell: move controller creation from _buildBody() (called on every rebuild) to didChangeDependencies() so it is initialised once and reused. Prevents repeated data loads on every tab switch and resolves the 203 skipped frames Choreographer warning. - Fix KcSummaryCard RenderFlex overflow (8 cards, 19px each): reduce icon size 28->22px, switch spacing to xs, wrap value Text in FittedBox(scaleDown) with fontSize 28, use bodySmall + maxLines for label. Cards now fit within the GridView childAspectRatio:1.6 constraint on all phone screen sizes. All tests pass: 27 kell_mobile + 41 design_system. |
||
|---|---|---|
| .. | ||
| lib | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| CHANGELOG.md | ||
| LICENSE | ||
| README.md | ||
| analysis_options.yaml | ||
| pubspec.yaml | ||
README.md
TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.
Features
TODO: List what your package can do. Maybe include images, gifs, or videos.
Getting started
TODO: List prerequisites and provide or point to information on how to start using the package.
Usage
TODO: Include short and useful examples for package users. Add longer examples
to /example folder.
const like = 'sample';
Additional information
TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.