pubspec.yaml 436 B

1234567891011121314151617181920212223242526
  1. name: flowy_infra_ui_example
  2. description: Demonstrates how to use the flowy_infra_ui plugin.
  3. publish_to: 'none' # Remove this line if you wish to publish to pub.dev
  4. environment:
  5. sdk: ">=2.12.0 <3.0.0"
  6. dependencies:
  7. flutter:
  8. sdk: flutter
  9. flowy_infra_ui:
  10. path: ../
  11. cupertino_icons: ^1.0.2
  12. provider:
  13. dev_dependencies:
  14. flutter_test:
  15. sdk: flutter
  16. flutter_lints: ^2.0.1
  17. flutter:
  18. uses-material-design: true