feat(proj): init
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# 2026-09-19 — Flutter mobile + portable Widgetbook
|
||||
|
||||
## Mobile app (`mobile/`)
|
||||
- Flutter scaffold (android/ios/web/windows)
|
||||
- Theme tokens aligned with web `tokens.css` + light/dark `ThemeData`
|
||||
- UI kit: atoms / molecules / navigation / feedback / sample screens
|
||||
- IBM Plex Sans via `google_fonts`
|
||||
|
||||
## Widgetbook (`mobile/widgetbook/`)
|
||||
- Separate package (`please_pay_me_widgetbook`) path-depends on app
|
||||
- Catalog: Atoms, Molecules, Navigation, Feedback, Screens + knobs
|
||||
- Addons: MaterialTheme (light/dark), Localization (ru/en), Viewport (iPhone/Android)
|
||||
- Smoke tests: `flutter test` — all use-cases registered
|
||||
|
||||
## Run
|
||||
```bash
|
||||
cd mobile/widgetbook && flutter pub get && flutter run -d chrome
|
||||
```
|
||||
Reference in New Issue
Block a user