No description
Find a file
toki cd86d34d5a feat(android): Implement immersive mode for Flutter app
- Enable Flutter view to render behind system UI (status bar, navigation bar)
- Set transparent status bar and navigation bar colors in styles.xml
- Enable immersive sticky mode in Flutter main.dart
- MainActivity.kt: Set decor fits system windows to false for full-screen layout
2026-03-22 22:51:58 +09:00
.idea Initial commit: Flutter project setup 2026-03-21 11:41:47 +09:00
.vscode Update project files 2026-03-22 20:49:05 +09:00
agent-ops Add agent-ops rules and documentation files 2026-03-21 15:04:37 +09:00
android feat(android): Implement immersive mode for Flutter app 2026-03-22 22:51:58 +09:00
ios Update project files 2026-03-22 20:49:05 +09:00
lib feat(android): Implement immersive mode for Flutter app 2026-03-22 22:51:58 +09:00
linux Initial commit: Flutter project setup 2026-03-21 11:41:47 +09:00
macos Update project files 2026-03-22 20:49:05 +09:00
test Initial commit: Flutter project setup 2026-03-21 11:41:47 +09:00
web Initial commit: Flutter project setup 2026-03-21 11:41:47 +09:00
windows Add Firebase push notification support and Android Mattermost integration 2026-03-21 15:06:19 +09:00
.gitignore Update project files 2026-03-22 20:49:05 +09:00
.metadata Initial commit: Flutter project setup 2026-03-21 11:41:47 +09:00
AGENTS.md Update AGENTS.md with agent operations configuration 2026-03-22 12:52:44 +09:00
analysis_options.yaml Initial commit: Flutter project setup 2026-03-21 11:41:47 +09:00
CLAUDE.md Add agent-ops rules and documentation files 2026-03-21 15:04:37 +09:00
GEMINI.md Add agent-ops rules and documentation files 2026-03-21 15:04:37 +09:00
nomadcode.iml Initial commit: Flutter project setup 2026-03-21 11:41:47 +09:00
pubspec.lock Update project files 2026-03-22 20:49:05 +09:00
pubspec.yaml Update project files 2026-03-22 20:49:05 +09:00
push-notification-todo.md Add agent-ops rules and documentation files 2026-03-21 15:04:37 +09:00
README.md Initial commit: Flutter project setup 2026-03-21 11:41:47 +09:00

nomadcode

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.