pubspec.yaml 424 B

12345678910111213141516171819202122232425
  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. dev_dependencies:
  13. flutter_test:
  14. sdk: flutter
  15. flutter_lints: ^1.0.0
  16. flutter:
  17. uses-material-design: true