Skip to content

Commit 6d11260

Browse files
committed
housekeeping: fix stale Flutter reference, add flutter tag, move concept file to docs/
Made-with: Cursor
1 parent f2ff155 commit 6d11260

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.cursor-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"tags": [
2727
"mobile",
2828
"expo",
29-
"react-native"
29+
"react-native",
30+
"flutter"
3031
],
3132
"logo": "assets/logo.png",
3233
"skills": "./skills/",

.cursorrules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
## Mobile Development Conventions
2828

2929
- Default framework: Expo (React Native) with TypeScript
30-
- Flutter support is planned but not yet implemented
30+
- Flutter is supported as of v0.5.0 with 4 dedicated skills (project setup, navigation, run-on-device, state management)
3131
- Prefer Expo SDK libraries over raw React Native community packages when available
3232
- Use file-based routing (Expo Router) over React Navigation stack-based routing
3333
- Always include platform checks (`Platform.OS`) when writing platform-specific code

0 commit comments

Comments
 (0)