mirror of
https://github.com/Iconica-Development/flutter_single_character_input.git
synced 2025-05-18 19:53:45 +02:00
29 lines
520 B
YAML
29 lines
520 B
YAML
name: example
|
|
description: A new Flutter project.
|
|
|
|
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ">=2.18.2 <3.0.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_single_character_input:
|
|
path: "../"
|
|
|
|
cupertino_icons: ^1.0.2
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_iconica_analysis:
|
|
git:
|
|
url: https://github.com/Iconica-Development/flutter_iconica_analysis
|
|
ref: 6.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|