11name : ccxgui
22description : A new Flutter project.
3-
4- # The following line prevents the package from being accidentally published to
5- # pub.dev using `pub publish`. This is preferred for private packages.
63publish_to : ' none' # Remove this line if you wish to publish to pub.dev
74
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
185version : 1.0.0+1
196
207environment :
218 sdk : " >=2.12.0 <3.0.0"
229
2310dependencies :
24- flutter :
25- sdk : flutter
26- localstorage :
27- git :
28- url : git://github.com/Techno-Disaster/flutter_localstorage.git
29- navigation_rail :
30- git :
31- url : git://github.com/Techno-Disaster/navigation_rail.git
32- window_size :
33- git :
34- url : git://github.com/google/flutter-desktop-embedding.git
35- path : plugins/window_size
3611 bloc : ^7.0.0
3712 bloc_test : ^8.1.0
3813 cupertino_icons : ^1.0.2
@@ -41,58 +16,34 @@ dependencies:
4116 file_selector_linux : ^0.0.2+1
4217 file_selector_macos : ^0.0.4+1
4318 file_selector_windows : ^0.0.2+1
19+ flutter :
20+ sdk : flutter
4421 flutter_bloc : ^7.1.0
4522 flutter_markdown : ^0.6.3
4623 flutter_svg : ^0.22.0
47- hive : ^2.0.4
48- hive_flutter : ^1.0.0
4924 http : ^0.13.3
25+ localstorage :
26+ git :
27+ url : git://github.com/Techno-Disaster/flutter_localstorage.git
28+ navigation_rail :
29+ git :
30+ url : git://github.com/Techno-Disaster/navigation_rail.git
5031 path_provider : ^2.0.2
5132 percent_indicator : ^3.0.1
5233 url_launcher : ^6.0.9
34+ window_size :
35+ git :
36+ url : git://github.com/google/flutter-desktop-embedding.git
37+ path : plugins/window_size
5338dev_dependencies :
5439 flutter_test :
5540 sdk : flutter
56- build_runner : ^2.0.3
41+ build_runner : ^2.1.0
5742 hive_generator : ^1.1.0
5843 import_sorter : ^4.6.0
5944
60- # For information on the generic Dart part of this file, see the
61- # following page: https://dart.dev/tools/pub/pubspec
62- # The following section is specific to Flutter.
6345flutter :
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.
6846 uses-material-design : true
69-
7047 assets :
7148 - assets/
72- # To add assets to your application, add an assets section, like this:
73- # assets:
74- # - images/a_dot_burr.jpeg
75- # - images/a_dot_ham.jpeg
76- # An image asset can refer to one or more resolution-specific "variants", see
77- # https://flutter.dev/assets-and-images/#resolution-aware.
78- # For details regarding adding assets from package dependencies, see
79- # https://flutter.dev/assets-and-images/#from-packages
80- # To add custom fonts to your application, add a fonts section here,
81- # in this "flutter" section. Each entry in this list should have a
82- # "family" key with the font family name, and a "fonts" key with a
83- # list giving the asset and other descriptors for the font. For
84- # example:
85- # fonts:
86- # - family: Schyler
87- # fonts:
88- # - asset: fonts/Schyler-Regular.ttf
89- # - asset: fonts/Schyler-Italic.ttf
90- # style: italic
91- # - family: Trajan Pro
92- # fonts:
93- # - asset: fonts/TrajanPro.ttf
94- # - asset: fonts/TrajanPro_Bold.ttf
95- # weight: 700
96- #
97- # For details regarding fonts from package dependencies,
98- # see https://flutter.dev/custom-fonts/#from-packages
49+
0 commit comments