-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpubspec.yaml
50 lines (46 loc) · 1.12 KB
/
pubspec.yaml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: applanga_flutter
description: With ApplangaFlutter you can easily manage your (over-the-air) translations with tiny changes to your codebase.
version: 3.0.55
homepage: https://github.com/applanga/applanga_flutter
environment:
sdk: '>=2.12.0 <4.0.0'
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_driver:
sdk: flutter
flutter_web_plugins:
sdk: flutter
petitparser: ^6.0.2
yaml: ^3.1.1
analyzer: ^6.4.1
dart_style: ^2.3.6
synchronized: ^3.0.0+3
intl: ^0.19.0
path: ^1.8.0
ansicolor: ^2.0.2
dev_dependencies:
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter
build: ^2.4.1
flutter:
plugin:
platforms:
android:
package: com.applanga.applanga_flutter
pluginClass: ApplangaFlutterPlugin
ios:
pluginClass: ApplangaFlutterPlugin
macos:
pluginClass: ApplangaFlutterPlugin
windows:
pluginClass: ApplangaFlutterPlugin
linux:
pluginClass: ApplangaFlutterPlugin
web:
pluginClass: ApplangaFlutterWeb
fileName: applanga_flutter_web.dart