Skip to content

Add AGENTS.md for Cursor Cloud development environment setup#8

Draft
Iron-Mark wants to merge 2 commits into
mainfrom
cursor/dev-env-setup-e386
Draft

Add AGENTS.md for Cursor Cloud development environment setup#8
Iron-Mark wants to merge 2 commits into
mainfrom
cursor/dev-env-setup-e386

Conversation

@Iron-Mark
Copy link
Copy Markdown
Owner

Summary

Adds AGENTS.md with Cursor Cloud-specific development environment instructions for the FlowFit Flutter project.

Changes

  • AGENTS.md: New file documenting:
    • Flutter SDK requirements (3.44.0 / Dart 3.12.0) and PATH configuration
    • Key development commands (lint, test, format, install)
    • lib/secrets.dart setup for Supabase credentials
    • Known pre-existing codebase issues (solar_icons incompatibility, track_screen.dart syntax errors)
    • Notes on running the app in the cloud VM environment

Development Environment Verification

Check Result
flutter pub get Dependencies installed successfully
flutter analyze Runs successfully (pre-existing issues in codebase)
flutter test 463 passed, 42 failed (all failures pre-existing)
dart format Works correctly

flutter_test_results.log

To show artifacts inline, enable in settings.

Open in Web Open in Cursor 

cursoragent and others added 2 commits May 22, 2026 14:56
- Document Flutter SDK requirements and PATH configuration
- Add key development commands (lint, test, format)
- Document secrets.dart setup for Supabase configuration
- Note pre-existing codebase issues for future agent awareness

Co-authored-by: Mark Siazon <Iron-Mark@users.noreply.github.com>
Transitive dependency bumps: characters 1.4.1, matcher 0.12.19,
material_color_utilities 0.13.0, meta 1.18.0, test_api 0.7.11

Co-authored-by: Mark Siazon <Iron-Mark@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants