pubspec.yaml 473 B

1234567891011121314151617181920212223242526
  1. name: string_get_runner
  2. description: Multilingual String Generation Plugin for GetX
  3. version: 0.0.6
  4. homepage: http://git.atmob.com/Atmob-Flutter/string_get_runner
  5. repository: http://git.atmob.com/Atmob-Flutter/string_get_runner
  6. documentation: http://git.atmob.com/Atmob-Flutter/string_get_runner
  7. environment:
  8. sdk: ^3.0.0
  9. dependencies:
  10. flutter:
  11. sdk: flutter
  12. get: '>=4.0.0 <6.0.0'
  13. build: ^2.0.0
  14. yaml: ^3.0.0
  15. xml: ^6.0.0
  16. dev_dependencies:
  17. lints: any