mirror of
https://github.com/flutter/holobooth.git
synced 2025-08-06 14:50:05 +08:00

<!-- Thanks for contributing! Provide a description of your changes below and a general summary in the title Please look at the following checklist to ensure that your PR can be accepted quickly: --> ## Description Changes: - Bump min dart SDK to 2.19.0 - Bump Flutter version to 3.7.12 - Used Very Good Analysis 4.0.0 - Corrected new analyzer issues - Dart format ## Type of Change <!--- Put an `x` in all the boxes that apply: --> - [ ] ✨ New feature (non-breaking change which adds functionality) - [ ] 🛠️ Bug fix (non-breaking change which fixes an issue) - [ ] ❌ Breaking change (fix or feature that would cause existing functionality to change) - [ ] 🧹 Code refactor - [ ] ✅ Build configuration change - [ ] 📝 Documentation - [X] 🗑️ Chore
48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
name: holobooth_ui
|
|
description: UI Toolkit for the Holobooth Flutter Application
|
|
version: 1.0.0+1
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ">=2.19.0 <3.0.0"
|
|
|
|
dependencies:
|
|
equatable: ^2.0.5
|
|
flame: ^1.3.0
|
|
flutter:
|
|
sdk: flutter
|
|
outline_gradient_button: ^2.0.0+1
|
|
platform_helper:
|
|
path: ../platform_helper
|
|
url_launcher: ^6.1.5
|
|
|
|
dev_dependencies:
|
|
alchemist: ^0.6.0-dev.1
|
|
flutter_test:
|
|
sdk: flutter
|
|
mocktail: ^0.1.1
|
|
plugin_platform_interface: ^2.1.3
|
|
url_launcher_platform_interface: ^2.1.0
|
|
very_good_analysis: ^4.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
fonts:
|
|
- family: GoogleSans
|
|
fonts:
|
|
- asset: assets/fonts/GoogleSans-Bold.ttf
|
|
weight: 700
|
|
- asset: assets/fonts/GoogleSans-BoldItalic.ttf
|
|
weight: 700
|
|
style: italic
|
|
- asset: assets/fonts/GoogleSans-Medium.ttf
|
|
weight: 500
|
|
- asset: assets/fonts/GoogleSans-MediumItalic.ttf
|
|
weight: 500
|
|
style: italic
|
|
- asset: assets/fonts/GoogleSans-Regular.ttf
|
|
weight: 400
|
|
- asset: assets/fonts/GoogleSans-Italic.ttf
|
|
weight: 400
|
|
style: italic
|