2021-07-13 00:47:26 +00:00
|
|
|
name: flowy_infra_ui
|
2021-07-16 16:37:47 +00:00
|
|
|
description: A new flutter plugin project.
|
2021-06-19 15:41:19 +00:00
|
|
|
version: 0.0.1
|
|
|
|
homepage:
|
|
|
|
publish_to: 'none'
|
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: ">=2.12.0 <3.0.0"
|
2021-07-16 16:37:47 +00:00
|
|
|
flutter: ">=1.20.0"
|
2021-06-19 15:41:19 +00:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2021-07-16 16:37:47 +00:00
|
|
|
flutter_web_plugins:
|
|
|
|
sdk: flutter
|
|
|
|
# Thirdparty packages
|
2021-06-19 15:41:19 +00:00
|
|
|
textstyle_extensions: '2.0.0-nullsafety'
|
|
|
|
dartz: '0.10.0-nullsafety.2'
|
2021-07-12 15:27:58 +00:00
|
|
|
provider: ^5.0.0
|
|
|
|
styled_widget: '>=0.3.1'
|
|
|
|
equatable: '>=2.0.2'
|
2021-07-13 00:47:26 +00:00
|
|
|
animations: ^2.0.0
|
2021-07-16 16:37:47 +00:00
|
|
|
# Flowy packages
|
2021-07-13 00:47:26 +00:00
|
|
|
flowy_infra:
|
|
|
|
path: ../flowy_infra
|
2021-06-19 15:41:19 +00:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^1.0.0
|
|
|
|
|
|
|
|
flutter:
|
2021-07-16 16:37:47 +00:00
|
|
|
plugin:
|
|
|
|
platforms:
|
|
|
|
android:
|
|
|
|
package: com.example.flowy_infra_ui
|
|
|
|
pluginClass: FlowyInfraUiPlugin
|
|
|
|
ios:
|
|
|
|
pluginClass: FlowyInfraUiPlugin
|
|
|
|
macos:
|
|
|
|
pluginClass: FlowyInfraUiPlugin
|
|
|
|
windows:
|
|
|
|
pluginClass: FlowyInfraUiPlugin
|
|
|
|
web:
|
|
|
|
pluginClass: FlowyInfraUiWeb
|
|
|
|
fileName: flowy_infra_ui_web.dart
|