@@ -5,27 +5,12 @@ description: Flutter implementation of UI for jCRM
5
5
# pub.dev using `flutter pub publish`. This is preferred for private packages.
6
6
publish_to : ' none' # Remove this line if you wish to publish to pub.dev
7
7
8
- # The following defines the version and build number for your application.
9
- # A version number is three numbers separated by dots, like 1.2.43
10
- # followed by an optional build number separated by a +.
11
- # Both the version and the builder number may be overridden in flutter
12
- # build by specifying --build-name and --build-number, respectively.
13
- # In Android, build-name is used as versionName while build-number used as versionCode.
14
- # Read more about Android versioning at https://developer.android.com/studio/publish/versioning
15
- # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
16
- # Read more about iOS versioning at
17
- # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18
8
version : 1.0.0+1
19
9
20
10
environment :
21
- sdk : " >=2.19.0 <3.0.0"
11
+ sdk : ^3.5.0
12
+ flutter : ^3.24.5
22
13
23
- # Dependencies specify other packages that your package needs in order to work.
24
- # To automatically upgrade your package dependencies to the latest versions
25
- # consider running `flutter pub upgrade --major-versions`. Alternatively,
26
- # dependencies can be manually updated by changing the version numbers below to
27
- # the latest version available on pub.dev. To see which dependencies have newer
28
- # versions available, run `flutter pub outdated`.
29
14
dependencies :
30
15
flutter :
31
16
sdk : flutter
@@ -36,64 +21,20 @@ dependencies:
36
21
quiver : ^3.2.1
37
22
url_launcher : ^6.2.1
38
23
intl : ^0.20.1
24
+ web : ^1.1.0
39
25
40
26
adaptive_navigation : ^0.0.10
41
27
url_strategy : ^0.3.0
42
28
43
- # The following adds the Cupertino Icons font to your application.
44
- # Use with the CupertinoIcons class for iOS style icons.
45
29
cupertino_icons : ^1.0.8
46
30
data_table_2 : ^2.5.16
47
31
48
32
dev_dependencies :
49
33
flutter_test :
50
34
sdk : flutter
51
-
52
- # The "flutter_lints" package below contains a set of recommended lints to
53
- # encourage good coding practices. The lint set provided by the package is
54
- # activated in the `analysis_options.yaml` file located at the root of your
55
- # package. See that file for information about deactivating specific lint
56
- # rules and activating additional ones.
35
+ integration_test :
36
+ sdk : flutter
57
37
flutter_lints : ^5.0.0
58
38
59
- # For information on the generic Dart part of this file, see the
60
- # following page: https://dart.dev/tools/pub/pubspec
61
-
62
- # The following section is specific to Flutter.
63
39
flutter :
64
-
65
- # The following line ensures that the Material Icons font is
66
- # included with your application, so that you can use the icons in
67
- # the material Icons class.
68
40
uses-material-design : true
69
-
70
- # To add assets to your application, add an assets section, like this:
71
- # assets:
72
- # - images/a_dot_burr.jpeg
73
- # - images/a_dot_ham.jpeg
74
-
75
- # An image asset can refer to one or more resolution-specific "variants", see
76
- # https://flutter.dev/assets-and-images/#resolution-aware.
77
-
78
- # For details regarding adding assets from package dependencies, see
79
- # https://flutter.dev/assets-and-images/#from-packages
80
-
81
- # To add custom fonts to your application, add a fonts section here,
82
- # in this "flutter" section. Each entry in this list should have a
83
- # "family" key with the font family name, and a "fonts" key with a
84
- # list giving the asset and other descriptors for the font. For
85
- # example:
86
- # fonts:
87
- # - family: Schyler
88
- # fonts:
89
- # - asset: fonts/Schyler-Regular.ttf
90
- # - asset: fonts/Schyler-Italic.ttf
91
- # style: italic
92
- # - family: Trajan Pro
93
- # fonts:
94
- # - asset: fonts/TrajanPro.ttf
95
- # - asset: fonts/TrajanPro_Bold.ttf
96
- # weight: 700
97
- #
98
- # For details regarding fonts from package dependencies,
99
- # see https://flutter.dev/custom-fonts/#from-packages
0 commit comments