Files
i18n/pubspec.yaml
2023-08-03 00:53:51 +02:00

23 lines
487 B
YAML

name: i18n
description: Simple i18n solution for dart and flutter. Uses code generation to generate translations as dart classes. Efficient and works with autocomplete!
version: 4.0.4
homepage: https://github.com/MohiuddinM/i18n
environment:
sdk: ^3.0.0
dependencies:
build: ^2.0.0
build_config: ^1.0.0
dart_style: ^2.0.0
yaml: ^3.0.0
quick_log: ^5.0.0
glob: ^2.0.0
dev_dependencies:
lints: ^2.0.0
test: ^1.16.8
build_runner: ^2.0.0
build_web_compilers: ^4.0.0