Encrypted messaging app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
741 B

  1. name: Capsule
  2. description: An encrypted messaging app
  3. publish_to: 'none' # Remove this line if you wish to publish to pub.dev
  4. version: 1.0.0+1
  5. environment:
  6. sdk: ">=2.16.2 <3.0.0"
  7. dependencies:
  8. flutter:
  9. sdk: flutter
  10. cupertino_icons: ^1.0.2
  11. font_awesome_flutter: ^10.1.0
  12. pointycastle: ^3.5.2
  13. asn1lib: ^1.1.0
  14. http: ^0.13.4
  15. shared_preferences: ^2.0.15
  16. sqflite: ^2.0.2
  17. path: 1.8.1
  18. flutter_dotenv: ^5.0.2
  19. intl: ^0.17.0
  20. uuid: ^3.0.6
  21. qr_flutter: ^4.0.0
  22. qr_code_scanner: ^1.0.1
  23. sliding_up_panel: ^2.0.0+1
  24. image_picker: ^0.8.5+3
  25. path_provider: ^2.0.11
  26. mime: ^1.0.2
  27. dev_dependencies:
  28. flutter_test:
  29. sdk: flutter
  30. flutter_lints: ^1.0.0
  31. flutter:
  32. uses-material-design: true
  33. assets:
  34. - .env