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
|
2023-05-28 04:09:39 +00:00
|
|
|
homepage: https://appflowy.io
|
2022-08-31 00:58:34 +00:00
|
|
|
publish_to: "none"
|
2021-06-19 15:41:19 +00:00
|
|
|
|
|
|
|
|
environment:
|
2023-05-28 04:09:39 +00:00
|
|
|
sdk: ">=3.0.0 <4.0.0"
|
|
|
|
|
flutter: ">=3.10.1"
|
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
|
2023-05-28 04:09:39 +00:00
|
|
|
provider: ^6.0.5
|
|
|
|
|
styled_widget: ^0.4.1
|
|
|
|
|
equatable: ^2.0.5
|
|
|
|
|
animations: ^2.0.7
|
|
|
|
|
loading_indicator: ^3.1.0
|
2022-08-31 03:21:15 +00:00
|
|
|
async:
|
2023-06-21 02:03:39 +00:00
|
|
|
url_launcher: ^6.1.11
|
2024-05-30 01:56:44 +00:00
|
|
|
google_fonts: ^6.1.0
|
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
|
2022-09-14 04:10:59 +00:00
|
|
|
appflowy_popover:
|
|
|
|
|
path: ../appflowy_popover
|
2021-07-13 00:47:26 +00:00
|
|
|
flowy_infra:
|
|
|
|
|
path: ../flowy_infra
|
2023-08-14 20:34:01 +00:00
|
|
|
flowy_svg:
|
|
|
|
|
path: ../flowy_svg
|
2021-06-19 15:41:19 +00:00
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
|
flutter_test:
|
|
|
|
|
sdk: flutter
|
2024-02-19 05:49:55 +00:00
|
|
|
flutter_lints: ^3.0.1
|
2021-06-19 15:41:19 +00:00
|
|
|
|
|
|
|
|
flutter:
|
2021-07-16 16:37:47 +00:00
|
|
|
plugin:
|
|
|
|
|
platforms:
|
2021-11-19 03:13:07 +00:00
|
|
|
# TODO: uncomment android part will fail the Linux build process, will resolve later
|
|
|
|
|
# android:
|
|
|
|
|
# package: com.example.flowy_infra_ui
|
|
|
|
|
# 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-11-19 03:13:07 +00:00
|
|
|
linux:
|
|
|
|
|
pluginClass: FlowyInfraUIPlugin
|
2021-07-16 16:37:47 +00:00
|
|
|
web:
|
2022-08-31 00:58:34 +00:00
|
|
|
default_package: flowy_infra_ui_web
|