pubspec.yaml 636 B

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