Files
myice_mobile/pubspec.yaml
T
herel a0112d696e license: Add GPL-3.0-or-later license
Add the full GNU General Public License v3 text as LICENSE, declare
the license in pubspec.yaml, and document it in README and AGENTS.md.
2026-07-09 16:49:35 +02:00

35 lines
590 B
YAML

---
name: myice_mobile
description: Flutter mobile app for MyIce
publish_to: 'none'
version: 1.0.0+1
license: GPL-3.0-or-later
environment:
sdk: '>=3.1.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
dio: ^5.4.0
provider: ^6.1.0
shared_preferences: ^2.2.0
flutter_web_auth_2: ^6.0.0-alpha.4
intl: ^0.20.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.14.1
flutter:
uses-material-design: true
flutter_launcher_icons:
android: true
ios: true
macos:
generate: true
image_path: "assets/icon/logo.png"