2025-02-23 10:23:59 +02:00
|
|
|
name: muzzle_velocity
|
2025-02-20 22:40:41 +02:00
|
|
|
description: "A new Flutter project."
|
|
|
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
2026-06-19 19:09:14 +03:00
|
|
|
version: 1.1.0+2
|
2025-02-20 22:40:41 +02:00
|
|
|
|
|
|
|
|
environment:
|
|
|
|
|
sdk: ^3.6.0
|
|
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
flutter:
|
|
|
|
|
sdk: flutter
|
|
|
|
|
cupertino_icons: ^1.0.8
|
devbox setup, dep upgrades, lint fixes, Android build fixes
- Add devbox.json pinning Flutter 3.35.7, Android SDK (Nix flake),
openjdk17, just, openssl
- Add android/nix-android-sdk/ Nix flake + flake.lock + Android Studio
config script
- Add justfile with build/get/upgrade/icons/analyze/rebuild recipes
- flutter pub upgrade --major-versions: file_picker ^11, google_fonts ^8,
permission_handler ^12, share_plus ^12, flutter_lints ^6 (+71 transitive)
- Fix file_picker v11 API: FilePicker.platform → FilePicker.getDirectoryPath()
- Fix all 37 analyzer issues: deprecated APIs (window, WillPopScope, Share,
SvgPicture color), async BuildContext guards, key constructors, private
createState() return types, unused locals, print → debugPrint, etc.
- Hook _handleCommand into onSubmitted for : prefix commands
- Android: Gradle 8.3→8.11.1, AGP 8.2.2→8.9.1, KGP 1.8.22→2.2.20,
compileSdk/targetSdk 34→36, namespace auto-derivation for library modules,
kotlin.compiler.execution.strategy=in-process
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 17:08:29 +03:00
|
|
|
file_picker: ^11.0.2
|
2025-02-20 22:40:41 +02:00
|
|
|
flutter_highlight: ^0.7.0
|
|
|
|
|
flutter_code_editor: ^0.3.2
|
2025-02-21 18:16:17 +02:00
|
|
|
flutter_markdown: ^0.7.6+2
|
|
|
|
|
flutter_markdown_latex: ^0.3.4
|
devbox setup, dep upgrades, lint fixes, Android build fixes
- Add devbox.json pinning Flutter 3.35.7, Android SDK (Nix flake),
openjdk17, just, openssl
- Add android/nix-android-sdk/ Nix flake + flake.lock + Android Studio
config script
- Add justfile with build/get/upgrade/icons/analyze/rebuild recipes
- flutter pub upgrade --major-versions: file_picker ^11, google_fonts ^8,
permission_handler ^12, share_plus ^12, flutter_lints ^6 (+71 transitive)
- Fix file_picker v11 API: FilePicker.platform → FilePicker.getDirectoryPath()
- Fix all 37 analyzer issues: deprecated APIs (window, WillPopScope, Share,
SvgPicture color), async BuildContext guards, key constructors, private
createState() return types, unused locals, print → debugPrint, etc.
- Hook _handleCommand into onSubmitted for : prefix commands
- Android: Gradle 8.3→8.11.1, AGP 8.2.2→8.9.1, KGP 1.8.22→2.2.20,
compileSdk/targetSdk 34→36, namespace auto-derivation for library modules,
kotlin.compiler.execution.strategy=in-process
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 17:08:29 +03:00
|
|
|
google_fonts: ^8.1.0
|
2025-02-21 22:51:56 +02:00
|
|
|
markdown: ^7.3.0
|
|
|
|
|
path: ^1.9.0
|
|
|
|
|
path_provider: ^2.1.5
|
devbox setup, dep upgrades, lint fixes, Android build fixes
- Add devbox.json pinning Flutter 3.35.7, Android SDK (Nix flake),
openjdk17, just, openssl
- Add android/nix-android-sdk/ Nix flake + flake.lock + Android Studio
config script
- Add justfile with build/get/upgrade/icons/analyze/rebuild recipes
- flutter pub upgrade --major-versions: file_picker ^11, google_fonts ^8,
permission_handler ^12, share_plus ^12, flutter_lints ^6 (+71 transitive)
- Fix file_picker v11 API: FilePicker.platform → FilePicker.getDirectoryPath()
- Fix all 37 analyzer issues: deprecated APIs (window, WillPopScope, Share,
SvgPicture color), async BuildContext guards, key constructors, private
createState() return types, unused locals, print → debugPrint, etc.
- Hook _handleCommand into onSubmitted for : prefix commands
- Android: Gradle 8.3→8.11.1, AGP 8.2.2→8.9.1, KGP 1.8.22→2.2.20,
compileSdk/targetSdk 34→36, namespace auto-derivation for library modules,
kotlin.compiler.execution.strategy=in-process
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 17:08:29 +03:00
|
|
|
permission_handler: ^12.0.3
|
2025-02-21 22:02:06 +02:00
|
|
|
shared_preferences: ^2.5.2
|
2025-02-21 22:58:10 +02:00
|
|
|
highlight: ^0.7.0
|
2025-02-22 14:29:01 +02:00
|
|
|
open_filex: ^4.6.0
|
2025-02-22 19:11:10 +02:00
|
|
|
flutter_svg: ^2.0.17
|
|
|
|
|
flutter_launcher_icons: ^0.14.3
|
devbox setup, dep upgrades, lint fixes, Android build fixes
- Add devbox.json pinning Flutter 3.35.7, Android SDK (Nix flake),
openjdk17, just, openssl
- Add android/nix-android-sdk/ Nix flake + flake.lock + Android Studio
config script
- Add justfile with build/get/upgrade/icons/analyze/rebuild recipes
- flutter pub upgrade --major-versions: file_picker ^11, google_fonts ^8,
permission_handler ^12, share_plus ^12, flutter_lints ^6 (+71 transitive)
- Fix file_picker v11 API: FilePicker.platform → FilePicker.getDirectoryPath()
- Fix all 37 analyzer issues: deprecated APIs (window, WillPopScope, Share,
SvgPicture color), async BuildContext guards, key constructors, private
createState() return types, unused locals, print → debugPrint, etc.
- Hook _handleCommand into onSubmitted for : prefix commands
- Android: Gradle 8.3→8.11.1, AGP 8.2.2→8.9.1, KGP 1.8.22→2.2.20,
compileSdk/targetSdk 34→36, namespace auto-derivation for library modules,
kotlin.compiler.execution.strategy=in-process
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 17:08:29 +03:00
|
|
|
share_plus: ^12.0.2
|
2025-02-20 22:40:41 +02:00
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
|
flutter_test:
|
|
|
|
|
sdk: flutter
|
devbox setup, dep upgrades, lint fixes, Android build fixes
- Add devbox.json pinning Flutter 3.35.7, Android SDK (Nix flake),
openjdk17, just, openssl
- Add android/nix-android-sdk/ Nix flake + flake.lock + Android Studio
config script
- Add justfile with build/get/upgrade/icons/analyze/rebuild recipes
- flutter pub upgrade --major-versions: file_picker ^11, google_fonts ^8,
permission_handler ^12, share_plus ^12, flutter_lints ^6 (+71 transitive)
- Fix file_picker v11 API: FilePicker.platform → FilePicker.getDirectoryPath()
- Fix all 37 analyzer issues: deprecated APIs (window, WillPopScope, Share,
SvgPicture color), async BuildContext guards, key constructors, private
createState() return types, unused locals, print → debugPrint, etc.
- Hook _handleCommand into onSubmitted for : prefix commands
- Android: Gradle 8.3→8.11.1, AGP 8.2.2→8.9.1, KGP 1.8.22→2.2.20,
compileSdk/targetSdk 34→36, namespace auto-derivation for library modules,
kotlin.compiler.execution.strategy=in-process
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 17:08:29 +03:00
|
|
|
flutter_lints: ^6.0.0
|
2025-02-20 22:40:41 +02:00
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
|
uses-material-design: true
|
2025-02-22 19:11:10 +02:00
|
|
|
assets:
|
|
|
|
|
- assets/
|
2025-02-22 21:14:35 +02:00
|
|
|
- google_fonts/
|
2025-02-22 19:11:10 +02:00
|
|
|
|
|
|
|
|
flutter_launcher_icons:
|
|
|
|
|
android: true
|
|
|
|
|
image_path: "assets/blaster_icon.png"
|
|
|
|
|
adaptive_icon_background: "assets/blaster_bg.png"
|
|
|
|
|
adaptive_icon_foreground: "assets/blaster_fg.png"
|
|
|
|
|
adaptive_icon_monochrome: "assets/blaster_mono.png"
|