Skip to content

Commit 90a5922

Browse files
Merge pull request #32 from Iamstanlee/dev
#updated intl version
2 parents a2b714c + f8ec56f commit 90a5922

File tree

3 files changed

+56
-40
lines changed

3 files changed

+56
-40
lines changed

example/.flutter-plugins-dependencies

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"info":"This is a generated file; do not edit or check into version control.","plugins":{"ios":[{"name":"flutter_money_formatter","path":"/home/stanlee/Documents/fmf/","dependencies":[]}],"android":[{"name":"flutter_money_formatter","path":"/home/stanlee/Documents/fmf/","dependencies":[]}],"macos":[],"linux":[],"windows":[],"web":[]},"dependencyGraph":[{"name":"flutter_money_formatter","dependencies":[]}],"date_created":"2020-10-07 00:44:23.525123","version":"1.20.4"}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/bin/sh
2+
# This is a generated file; do not edit or check into version control.
3+
export "FLUTTER_ROOT=/home/stanlee/flutter"
4+
export "FLUTTER_APPLICATION_PATH=/home/stanlee/Documents/fmf/example"
5+
export "FLUTTER_TARGET=lib/main.dart"
6+
export "FLUTTER_BUILD_DIR=build"
7+
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
8+
export "OTHER_LDFLAGS=$(inherited) -framework Flutter"
9+
export "FLUTTER_FRAMEWORK_DIR=/home/stanlee/flutter/bin/cache/artifacts/engine/ios"
10+
export "FLUTTER_BUILD_NAME=1.0.0"
11+
export "FLUTTER_BUILD_NUMBER=1"
12+
export "DART_OBFUSCATION=false"
13+
export "TRACK_WIDGET_CREATION=false"
14+
export "TREE_SHAKE_ICONS=false"
15+
export "PACKAGE_CONFIG=.packages"

pubspec.yaml

+40-40
Original file line numberDiff line numberDiff line change
@@ -5,53 +5,53 @@ author: Fadhly Permata <[email protected]>
55
homepage: https://github.com/fadhly-permata/flutter_money_formatter
66

77
environment:
8-
sdk: ">=2.1.0 <3.0.0"
8+
sdk: '>=2.1.0 <3.0.0'
99

1010
dependencies:
11-
flutter:
12-
sdk: flutter
13-
intl: ^0.15.8
11+
flutter:
12+
sdk: flutter
13+
intl: ^0.16.1
1414

1515
# For information on the generic Dart part of this file, see the
1616
# following page: https://www.dartlang.org/tools/pub/pubspec
1717

1818
# The following section is specific to Flutter.
1919
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
2727

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.
3838

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

Comments
 (0)