-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
34 lines (29 loc) · 806 Bytes
/
pubspec.yaml
File metadata and controls
34 lines (29 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: windmillcode_flutter_translate
description: Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter continauation of Jesway/flutter_translate library to be maintained.
version: 5.0.4
homepage: https://windmillcode.com
repository: https://github.com/WindMillCode/flutter_translate
topics:
- localization
- i18n
- translation
- internationalization
- flutter
environment:
sdk: '>=2.18.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: '>=0.17.0-0 <=0.19.0'
shared_preferences: '>=2.2.2 <3.0.0'
path: '>=1.8.0 <2.0.0'
collection: '>=1.17.0 <2.0.0'
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: '>=2.0.2 <4.0.0'
mockito: ^5.4.4
build_runner: ^2.4.9
flutter: