moarch 2.1.0
moarch: ^2.1.0 copied to clipboard
Flutter CLI — scaffold Clean Architecture projects with Riverpod, FVM and your own conventions.
2.1.0 #
Features #
- UI kit expanded with nine widgets:
AppIconButton,AppAppBar,AppBanner,AppProgressBar,AppSearchField,AppStepper,AppSectionHeader,AppExpansionTileandAppStepIndicator AppDateInput/AppTimeInputgained anonChangedcallback — the picked value no longer has to be read back out of a controllerDesignSystemViewnow previews the whole kit, including the widgets that had no section before (avatar, image, card tile, date/time, checkbox, empty view, loading overlay), and usesAppAppBaras its own chromemoarch create widget buttonemits the biometric-awareAppButtonwhen the project hascore/security/biometric_service.dart, matchingmoarch initmoarch initnow points atbuild_runner, which has to run beforeconfig/env/app_env.g.dartexists
Fixes #
moarch create widgetreported every file as created even when an existing file was left untouched; created and skipped are now listed separately- generated
analysis_options.yamldropped the removedstrong-mode: implicit-dynamicanalyzer option and is no longer emitted indented - a scaffolded project now analyzes clean: removed unused imports in
AppSwitch/AppSlider, fixed dangling doc comments that trippedunintended_html_in_doc_comment, added the missingconsts inDesignSystemView, and replaced(_, __, ___)builder parameters BiometricService.verifyUserLocalAuthresolves itsScaffoldMessengerbefore awaiting the prompt instead of using the context afterwardsmoarch initbacks up an existinganalysis_options.yamlso a failed run restores it- the
design-systemdependency list is derived from the catalog, so it can no longer drift out of date as widgets are added