-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
40 lines (34 loc) · 883 Bytes
/
pubspec.yaml
File metadata and controls
40 lines (34 loc) · 883 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
35
36
37
38
39
40
name: flutter_financekit
description: A new Flutter plugin project.
version: 0.0.1
homepage: https://github.com/dasbudget/flutter_financekit
environment:
sdk: '>=2.19.0 <4.0.0'
flutter: ">=3.7.0"
dependencies:
decimal: ^2.3.3
flutter:
sdk: flutter
flutter_web_plugins:
sdk: flutter
intl: ^0.18.1
pigeon: ^14.0.0
plugin_platform_interface: ^2.0.2
uuid: ^4.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
flutter:
plugin:
platforms:
android:
package: com.dasbudget.flutter_financekit
pluginClass: FlutterFinanceKitPlugin
ios:
pluginClass: FlutterFinanceKitPlugin
web:
pluginClass: FlutterFinanceKitWeb
fileName: flutter_financekit_web.dart