flutter_login_widget/example/pubspec.yaml

26 lines
527 B
YAML
Raw Normal View History

name: example
description: A new Flutter project.
2022-09-20 16:32:46 +02:00
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=2.18.1 <3.0.0'
2022-09-20 16:32:46 +02:00
dependencies:
flutter:
sdk: flutter
flutter_login:
path: ../
2022-09-20 16:32:46 +02:00
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
flutter:
uses-material-design: true