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-18 05:07:32 +00:00
|
|
|
|
2021-07-16 16:37:47 +00:00
|
|
|
# Thirdparty packages
|
2021-06-19 15:41:19 +00:00
|
|
|
textstyle_extensions: '2.0.0-nullsafety'
|
|
|
|
dartz: '0.10.0-nullsafety.2'
|
2021-10-31 06:44:33 +00:00
|
|
|
provider: ^6.0.1
|
2021-07-12 15:27:58 +00:00
|
|
|
styled_widget: '>=0.3.1'
|
|
|
|
equatable: '>=2.0.2'
|
2021-07-13 00:47:26 +00:00
|
|
|
animations: ^2.0.0
|
2021-07-27 15:10:39 +00:00
|
|
|
loading_indicator: ^3.0.1
|
2021-07-18 05:07:32 +00:00
|
|
|
|
|
|
|
# Federated Platform Interface
|
|
|
|
flowy_infra_ui_platform_interface:
|
|
|
|
path: flowy_infra_ui_platform_interface
|
|
|
|
flowy_infra_ui_web:
|
|
|
|
path: flowy_infra_ui_web
|
|
|
|
|
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
|
2021-07-18 05:07:32 +00:00
|
|
|
pluginClass: FlowyInfraUIPlugin
|
2021-07-16 16:37:47 +00:00
|
|
|
ios:
|
2021-07-18 05:07:32 +00:00
|
|
|
pluginClass: FlowyInfraUIPlugin
|
2021-07-16 16:37:47 +00:00
|
|
|
macos:
|
2021-07-18 05:07:32 +00:00
|
|
|
pluginClass: FlowyInfraUIPlugin
|
2021-07-16 16:37:47 +00:00
|
|
|
windows:
|
2021-07-18 05:07:32 +00:00
|
|
|
pluginClass: FlowyInfraUIPlugin
|
2021-07-16 16:37:47 +00:00
|
|
|
web:
|
2021-07-18 05:07:32 +00:00
|
|
|
default_package: flowy_infra_ui_web
|