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.

31 lines
488 B

  1. name: Envelope
  2. description: A new Flutter project.
  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. dev_dependencies:
  17. flutter_test:
  18. sdk: flutter
  19. flutter_lints: ^1.0.0
  20. flutter:
  21. uses-material-design: true