-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
52 lines (44 loc) · 1.23 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: weblate_sdk
description: Unofficial WebLate SDK. Designed to work with WebLate web-based continuous localization system.
version: 0.2.1
homepage: https://github.com/OnixFlutterTeam/weblatesdk
environment:
sdk: '>=3.2.0 <4.0.0'
flutter: ">=3.10.0"
dependencies:
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
plugin_platform_interface: ^2.1.6
json_serializable: ^6.8.0
json_annotation: ^4.9.0
shared_preferences: ^2.2.3
dio: ^5.7.0
connectivity_plus: ^6.0.5
internet_connection_checker_plus: ^2.5.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
build_runner: ^2.4.9
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
plugin:
platforms:
android:
package: com.weblate.sdk.weblate_sdk
pluginClass: WeblateSdkPlugin
ios:
pluginClass: WeblateSdkPlugin
linux:
pluginClass: WeblateSdkPlugin
macos:
pluginClass: WeblateSdkPlugin
windows:
pluginClass: WeblateSdkPluginCApi
web:
pluginClass: WebLateWebPlugin
fileName: weblate_web_plugin.dart