[READ-ONLY] Mirror of https://github.com/probablykasper/notifier. Android app for scheduling notifications
android
app
flutter
notifications
1name: notifier
2description: A new Flutter project.
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.
6publish_to: 'none' # Remove this line if you wish to publish to pub.dev
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
18version: 1.1.0
19
20environment:
21 sdk: ">=2.17.1 <3.0.0"
22
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`.
29dependencies:
30 flutter:
31 sdk: flutter
32
33
34 # The following adds the Cupertino Icons font to your application.
35 # Use with the CupertinoIcons class for iOS style icons.
36 cupertino_icons: ^1.0.2
37 shared_preferences: ^2.0.15
38 get: ^4.6.5
39 awesome_notifications: ^0.6.21
40 intl: ^0.17.0
41 android_alarm_manager_plus:
42 git:
43 url: https://github.com/fluttercommunity/plus_plugins.git
44 ref: refs/pull/810/head
45 path: packages/android_alarm_manager_plus
46 test: ^1.21.1
47
48dev_dependencies:
49 flutter_test:
50 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.
57 flutter_lints: ^2.0.0
58 flutter_launcher_icons: ^0.9.2
59
60flutter_icons:
61 android: 'launcher_icon'
62 # ios: true
63 image_path: 'assets/app-icon.png'
64 adaptive_icon_foreground: "assets/android-launcher-icon.png"
65 adaptive_icon_background: "#ffffff"
66
67# For information on the generic Dart part of this file, see the
68# following page: https://dart.dev/tools/pub/pubspec
69
70# The following section is specific to Flutter packages.
71flutter:
72
73 # The following line ensures that the Material Icons font is
74 # included with your application, so that you can use the icons in
75 # the material Icons class.
76 uses-material-design: true
77
78 # To add assets to your application, add an assets section, like this:
79 # assets:
80 # - images/a_dot_burr.jpeg
81 # - images/a_dot_ham.jpeg
82
83 # An image asset can refer to one or more resolution-specific "variants", see
84 # https://flutter.dev/assets-and-images/#resolution-aware
85
86 # For details regarding adding assets from package dependencies, see
87 # https://flutter.dev/assets-and-images/#from-packages
88
89 # To add custom fonts to your application, add a fonts section here,
90 # in this "flutter" section. Each entry in this list should have a
91 # "family" key with the font family name, and a "fonts" key with a
92 # list giving the asset and other descriptors for the font. For
93 fonts:
94 - family: Jost
95 fonts:
96 - asset: assets/Jost/OpenType/Jost-100-Hairline.otf
97 weight: 100
98 - asset: assets/Jost/OpenType/Jost-200-Thin.otf
99 weight: 200
100 - asset: assets/Jost/OpenType/Jost-300-Light.otf
101 weight: 300
102 - asset: assets/Jost/OpenType/Jost-400-Book.otf
103 weight: 400
104 - asset: assets/Jost/OpenType/Jost-500-Medium.otf
105 weight: 500
106 - asset: assets/Jost/OpenType/Jost-600-Semi.otf
107 weight: 600
108 - asset: assets/Jost/OpenType/Jost-700-Bold.otf
109 weight: 700
110 - asset: assets/Jost/OpenType/Jost-800-Heavy.otf
111 weight: 800
112 - asset: assets/Jost/OpenType/Jost-900-Black.otf
113 weight: 900
114 # - family: Schyler
115 # fonts:
116 # - asset: fonts/Schyler-Regular.ttf
117 # - asset: fonts/Schyler-Italic.ttf
118 # style: italic
119 # - family: Trajan Pro
120 # fonts:
121 # - asset: fonts/TrajanPro.ttf
122 # - asset: fonts/TrajanPro_Bold.ttf
123 # weight: 700
124 #
125 # For details regarding fonts from package dependencies,
126 # see https://flutter.dev/custom-fonts/#from-packages