2021-07-17 00:37:47 +08:00
|
|
|
name: flowy_infra_ui_example
|
|
|
|
description: Demonstrates how to use the flowy_infra_ui plugin.
|
2021-07-16 09:30:03 +08:00
|
|
|
|
2021-07-17 00:37:47 +08:00
|
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
2021-07-16 09:30:03 +08:00
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: ">=2.12.0 <3.0.0"
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
|
2021-07-16 09:48:05 +08:00
|
|
|
flowy_infra_ui:
|
|
|
|
path: ../
|
2021-07-16 09:30:03 +08:00
|
|
|
|
2021-07-17 00:37:47 +08:00
|
|
|
cupertino_icons: ^1.0.2
|
2022-08-31 11:21:15 +08:00
|
|
|
provider:
|
2021-07-17 00:37:47 +08:00
|
|
|
|
2021-07-16 09:30:03 +08:00
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
|
2022-08-31 11:15:35 +08:00
|
|
|
flutter_lints: ^2.0.1
|
2021-07-16 09:30:03 +08:00
|
|
|
|
|
|
|
flutter:
|
2021-07-20 11:31:28 +08:00
|
|
|
uses-material-design: true
|