feat(mobile): init Flutter project with Riverpod 3, go_router, Forui#7
Merged
gracefullight merged 1 commit intomainfrom Mar 21, 2026
Merged
feat(mobile): init Flutter project with Riverpod 3, go_router, Forui#7gracefullight merged 1 commit intomainfrom
gracefullight merged 1 commit intomainfrom
Conversation
Initialize Flutter mobile app at apps/mobile/ with: - pubspec.yaml: flutter_riverpod 3, go_router, forui, dio, drift, flutter_inappwebview, connectivity_plus - StatefulShellRoute-based 4-tab bottom nav (Globe/Graph/Contacts/Settings) - Light/dark theme with Riverpod-managed ThemeMode + Forui zinc theme - Feature-first directory structure with code generation setup - apps/mobile/AGENTS.md with build/architecture docs Platform directories (android/ios) to be generated via `flutter create .` after Flutter SDK installation. Run `dart run build_runner build` to generate Riverpod provider code. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
apps/mobile/with all required dependencies (Riverpod 3, go_router, Forui, Dio, Drift, flutter_inappwebview, connectivity_plus)apps/mobile/AGENTS.mdwith build and architecture documentationTest plan
cd apps/mobile && flutter pub getto resolve dependenciesdart run build_runner build --delete-conflicting-outputsto generate.g.dartfilesflutter create .insideapps/mobile/to generate platform directoriesflutter runand verify 4-tab bottom navigation worksCloses FIR-8
🤖 Generated with Claude Code