pubspec.yaml 552 B

12345678910111213141516171819202122232425262728293031
  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. <<<<<<< HEAD
  10. =======
  11. cupertino_icons: ^1.0.2
  12. provider: ^5.0.0
  13. >>>>>>> [infra_ui][keyboard] (WIP) Add demo proj for infra ui
  14. flowy_infra_ui:
  15. path: ../
  16. cupertino_icons: ^1.0.2
  17. dev_dependencies:
  18. flutter_test:
  19. sdk: flutter
  20. flutter_lints: ^1.0.0
  21. flutter:
  22. uses-material-design: true