5
5
homepage : https://github.com/fadhly-permata/flutter_money_formatter
6
6
7
7
environment :
8
- sdk : " >=2.1.0 <3.0.0"
8
+ sdk : ' >=2.1.0 <3.0.0'
9
9
10
10
dependencies :
11
- flutter :
12
- sdk : flutter
13
- intl : ^0.15.8
11
+ flutter :
12
+ sdk : flutter
13
+ intl : ^0.16.1
14
14
15
15
# For information on the generic Dart part of this file, see the
16
16
# following page: https://www.dartlang.org/tools/pub/pubspec
17
17
18
18
# The following section is specific to Flutter.
19
19
flutter :
20
- # This section identifies this Flutter project as a plugin project.
21
- # The androidPackage and pluginClass identifiers should not ordinarily
22
- # be modified. They are used by the tooling to maintain consistency when
23
- # adding or updating assets for this project.
24
- plugin :
25
- androidPackage : com.octapush.moneyformatter.fluttermoneyformatter
26
- pluginClass : FlutterMoneyFormatterPlugin
20
+ # This section identifies this Flutter project as a plugin project.
21
+ # The androidPackage and pluginClass identifiers should not ordinarily
22
+ # be modified. They are used by the tooling to maintain consistency when
23
+ # adding or updating assets for this project.
24
+ plugin :
25
+ androidPackage : com.octapush.moneyformatter.fluttermoneyformatter
26
+ pluginClass : FlutterMoneyFormatterPlugin
27
27
28
- # To add assets to your plugin package, add an assets section, like this:
29
- # assets:
30
- # - images/a_dot_burr.jpeg
31
- # - images/a_dot_ham.jpeg
32
- #
33
- # For details regarding assets in packages, see
34
- # https://flutter.io/assets-and-images/#from-packages
35
- #
36
- # An image asset can refer to one or more resolution-specific "variants", see
37
- # https://flutter.io/assets-and-images/#resolution-aware.
28
+ # To add assets to your plugin package, add an assets section, like this:
29
+ # assets:
30
+ # - images/a_dot_burr.jpeg
31
+ # - images/a_dot_ham.jpeg
32
+ #
33
+ # For details regarding assets in packages, see
34
+ # https://flutter.io/assets-and-images/#from-packages
35
+ #
36
+ # An image asset can refer to one or more resolution-specific "variants", see
37
+ # https://flutter.io/assets-and-images/#resolution-aware.
38
38
39
- # To add custom fonts to your plugin package, add a fonts section here,
40
- # in this "flutter" section. Each entry in this list should have a
41
- # "family" key with the font family name, and a "fonts" key with a
42
- # list giving the asset and other descriptors for the font. For
43
- # example:
44
- # fonts:
45
- # - family: Schyler
46
- # fonts:
47
- # - asset: fonts/Schyler-Regular.ttf
48
- # - asset: fonts/Schyler-Italic.ttf
49
- # style: italic
50
- # - family: Trajan Pro
51
- # fonts:
52
- # - asset: fonts/TrajanPro.ttf
53
- # - asset: fonts/TrajanPro_Bold.ttf
54
- # weight: 700
55
- #
56
- # For details regarding fonts in packages, see
57
- # https://flutter.io/custom-fonts/#from-packages
39
+ # To add custom fonts to your plugin package, add a fonts section here,
40
+ # in this "flutter" section. Each entry in this list should have a
41
+ # "family" key with the font family name, and a "fonts" key with a
42
+ # list giving the asset and other descriptors for the font. For
43
+ # example:
44
+ # fonts:
45
+ # - family: Schyler
46
+ # fonts:
47
+ # - asset: fonts/Schyler-Regular.ttf
48
+ # - asset: fonts/Schyler-Italic.ttf
49
+ # style: italic
50
+ # - family: Trajan Pro
51
+ # fonts:
52
+ # - asset: fonts/TrajanPro.ttf
53
+ # - asset: fonts/TrajanPro_Bold.ttf
54
+ # weight: 700
55
+ #
56
+ # For details regarding fonts in packages, see
57
+ # https://flutter.io/custom-fonts/#from-packages
0 commit comments