agent-flutter 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-flutter",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Portable Flutter skill/rule pack initializer for multiple AI IDEs.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -288,6 +288,7 @@ cat >.vscode/settings.json <<'JSON'
288
288
  JSON
289
289
 
290
290
  run_fvm flutter pub add get flutter_bloc equatable dio retrofit json_annotation flutter_dotenv flutter_svg intl
291
+ run_fvm flutter pub add common_widget --git-url https://github.com/tuan-urani/common_widget --git-ref main
291
292
  run_fvm flutter pub add --dev build_runner retrofit_generator json_serializable
292
293
 
293
294
  mkdir -p \
@@ -575,6 +576,8 @@ ensure_line_in_file .gitignore ".env"
575
576
  ensure_line_in_file .gitignore ".env.staging"
576
577
  ensure_line_in_file .gitignore ".env.prod"
577
578
 
579
+ run_fvm dart run common_widget update
580
+
578
581
  if [[ -n "$FVM_BIN" ]]; then
579
582
  run_fvm dart format lib >/dev/null || true
580
583
  fi