mirror of
https://github.com/Iconica-Development/flutter_single_character_input.git
synced 2025-05-19 04:03:44 +02:00
27 lines
416 B
YAML
27 lines
416 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_lints: ^2.0.0
|
|
|
|
flutter:
|
|
uses-material-design: true
|