11name : revitool
22description : A tool to personalize ReviOS to your needs
3-
4- # The following line prevents the package from being accidentally published to
5- # pub.dev using `flutter pub publish`. This is preferred for private packages.
6- publish_to : ' none' # Remove this line if you wish to publish to pub.dev
3+ publish_to : ' none'
74
85# The version number defaults to 1.0.0 for easier development and is incremented by the build flags based on the tag
96version : 1.0.0+1
107
118environment :
129 sdk : ' >=3.2.3 <4.0.0'
1310
14- # Dependencies specify other packages that your package needs in order to work.
15- # To automatically upgrade your package dependencies to the latest versions
16- # consider running `flutter pub upgrade --major-versions`. Alternatively,
17- # dependencies can be manually updated by changing the version numbers below to
18- # the latest version available on pub.dev. To see which dependencies have newer
19- # versions available, run `flutter pub outdated`.
2011dependencies :
2112 flutter :
2213 sdk : flutter
14+
15+ # Localization
2316 flutter_localizations :
2417 sdk : flutter
2518 intl : ' >=0.18.0 <= 1.0.0'
19+
20+ # UI
2621 fluent_ui : ^4.8.2
2722 system_theme : ^2.3.1
23+ fluentui_system_icons : ^1.1.223
24+ window_plus :
25+ git :
26+ url : https://github.com/melo936/window_plus
27+
28+ # State management
2829 provider : ^6.0.5
30+
31+ # Path
2932 path_provider : ^2.1.1
33+ path : ^1.8.3
34+
35+ # Network
3036 dio : ^5.4.0
31- win32_registry :
37+
38+ # Shell
3239 process_run : ^0.13.1
33- window_plus :
34- git :
35- url : https://github.com/melo936/window_plus
36- fluentui_system_icons : ^1.1.223
40+
41+ # Used to get the version of the app
3742 package_info_plus : any
38- collection : ^1.18.0
39- win32 : ^5.0.9
43+
44+ # Interactivity with Windows
45+ # win32: ^5.0.9
46+ win32_registry :
47+
48+ # Code generation
4049 freezed_annotation : ^2.4.1
4150 json_annotation : ^4.8.1
42- xml : any
51+
52+ # Logging
4353 mixin_logger : ^0.1.1
44- path : ^1.8.3
54+
55+ # Command line
56+ # commandline_or_gui_windows: ^2.1.2
57+ # args: ^2.4.2
58+
59+ # Other
60+ collection : ^1.18.0
61+ xml : any
4562
4663dev_dependencies :
4764 flutter_test :
4865 sdk : flutter
4966 flutter_lints : ^3.0.1
5067 build_runner : ^2.4.7
51- freezed : ^2.4.5
68+ freezed : ^2.4.6
5269 json_serializable : ^6.7.1
53-
54- # msix: ^3.7.0
55-
56- # For information on the generic Dart part of this file, see the
57- # following page: https://dart.dev/tools/pub/pubspec
5870
59- # The following section is specific to Flutter packages.
6071flutter :
6172 generate : true
62-
63- # The following line ensures that the Material Icons font is
64- # included with your application, so that you can use the icons in
65- # the material Icons class.
6673 uses-material-design : true
6774
68- # To add assets to your application, add an assets section, like this:
6975 assets :
7076 - additionals/
71- - additionals/msstore/
72-
73- # An image asset can refer to one or more resolution-specific "variants", see
74- # https://flutter.dev/assets-and-images/#resolution-aware
75-
76- # For details regarding adding assets from package dependencies, see
77- # https://flutter.dev/assets-and-images/#from-packages
78-
79- # To add custom fonts to your application, add a fonts section here,
80- # in this "flutter" section. Each entry in this list should have a
81- # "family" key with the font family name, and a "fonts" key with a
82- # list giving the asset and other descriptors for the font. For
83- # example:
84- # fonts:
85- # - family: Schyler
86- # fonts:
87- # - asset: fonts/Schyler-Regular.ttf
88- # - asset: fonts/Schyler-Italic.ttf
89- # style: italic
90- # - family: Trajan Pro
91- # fonts:
92- # - asset: fonts/TrajanPro.ttf
93- # - asset: fonts/TrajanPro_Bold.ttf
94- # weight: 700
95- #
96- # For details regarding fonts from package dependencies,
97- # see https://flutter.dev/custom-fonts/#from-packages
77+ - additionals/msstore/
0 commit comments