- Rename mobile app directory to client throughout the project - Restructure client app code into feature-based organization - Move code to src/features/workspaces/domain/presentation - Move services to src/integrations/ (mattermost, workspace, proto_socket) - Add app bootstrap and main entry point - Add push notification integration (Mattermost push client/host/plugin) - Add proto socket integration for real-time communication - Add integration tests for push and socket components - Archive old milestone: client-integration-standardization.md - Add new workflow core milestone: roadmap-driven-agent-ops-automation.md - Update agent-ops rules (project, core, mobile, contracts, workspace-ops) - Update roadmap files (ROADMAP.md, current.md, phase PHASE.md files) - Update bin scripts (build, dev, lint, test) - Add test environments documentation - Update contracts notes for Flutter Core API
45 lines
1.7 KiB
Text
45 lines
1.7 KiB
Text
# This file tracks properties of this Flutter project.
|
|
# Used by Flutter tool to assess capabilities and perform upgrades etc.
|
|
#
|
|
# This file should be version controlled and should not be manually edited.
|
|
|
|
version:
|
|
revision: "582a0e7c5581dc0ca5f7bfd8662bb8db6f59d536"
|
|
channel: "stable"
|
|
|
|
project_type: app
|
|
|
|
# Tracks metadata for the flutter migrate command
|
|
migration:
|
|
platforms:
|
|
- platform: root
|
|
create_revision: 582a0e7c5581dc0ca5f7bfd8662bb8db6f59d536
|
|
base_revision: 582a0e7c5581dc0ca5f7bfd8662bb8db6f59d536
|
|
- platform: android
|
|
create_revision: 582a0e7c5581dc0ca5f7bfd8662bb8db6f59d536
|
|
base_revision: 582a0e7c5581dc0ca5f7bfd8662bb8db6f59d536
|
|
- platform: ios
|
|
create_revision: 582a0e7c5581dc0ca5f7bfd8662bb8db6f59d536
|
|
base_revision: 582a0e7c5581dc0ca5f7bfd8662bb8db6f59d536
|
|
- platform: linux
|
|
create_revision: 582a0e7c5581dc0ca5f7bfd8662bb8db6f59d536
|
|
base_revision: 582a0e7c5581dc0ca5f7bfd8662bb8db6f59d536
|
|
- platform: macos
|
|
create_revision: 582a0e7c5581dc0ca5f7bfd8662bb8db6f59d536
|
|
base_revision: 582a0e7c5581dc0ca5f7bfd8662bb8db6f59d536
|
|
- platform: web
|
|
create_revision: 582a0e7c5581dc0ca5f7bfd8662bb8db6f59d536
|
|
base_revision: 582a0e7c5581dc0ca5f7bfd8662bb8db6f59d536
|
|
- platform: windows
|
|
create_revision: 582a0e7c5581dc0ca5f7bfd8662bb8db6f59d536
|
|
base_revision: 582a0e7c5581dc0ca5f7bfd8662bb8db6f59d536
|
|
|
|
# User provided section
|
|
|
|
# List of Local paths (relative to this file) that should be
|
|
# ignored by the migrate tool.
|
|
#
|
|
# Files that are not part of the templates will be ignored by default.
|
|
unmanaged_files:
|
|
- 'lib/main.dart'
|
|
- 'ios/Runner.xcodeproj/project.pbxproj'
|