Skip to content

Commit 1c4ec17

Browse files
committed
[win_toast] update changelog
1 parent fbff2ae commit 1c4ec17

File tree

4 files changed

+136
-61
lines changed

4 files changed

+136
-61
lines changed

packages/win_toast/CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
## 0.0.2 21/11/19
1+
## 0.1.0
2+
* fix notification wired name when app package as msix. [#142](https://github.com/MixinNetwork/flutter-plugins/issues/142) by [daniel-kane-everbridge-com](https://github.com/daniel-kane-everbridge-com)
3+
4+
## 0.0.2
25

36
* fix cause crash on Windows 7.
47

5-
## 0.0.1 21/9/27
8+
## 0.0.1
69

710
* add basic functions.

packages/win_toast/example/pubspec.lock

Lines changed: 127 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4+
archive:
5+
dependency: transitive
6+
description:
7+
name: archive
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "3.3.1"
11+
args:
12+
dependency: transitive
13+
description:
14+
name: args
15+
url: "https://pub.dartlang.org"
16+
source: hosted
17+
version: "2.3.1"
418
async:
519
dependency: transitive
620
description:
@@ -22,6 +36,20 @@ packages:
2236
url: "https://pub.dartlang.org"
2337
source: hosted
2438
version: "1.2.1"
39+
cli_dialog:
40+
dependency: transitive
41+
description:
42+
name: cli_dialog
43+
url: "https://pub.dartlang.org"
44+
source: hosted
45+
version: "0.5.0"
46+
cli_util:
47+
dependency: transitive
48+
description:
49+
name: cli_util
50+
url: "https://pub.dartlang.org"
51+
source: hosted
52+
version: "0.3.5"
2553
clock:
2654
dependency: transitive
2755
description:
@@ -36,20 +64,41 @@ packages:
3664
url: "https://pub.dartlang.org"
3765
source: hosted
3866
version: "1.16.0"
67+
crypto:
68+
dependency: transitive
69+
description:
70+
name: crypto
71+
url: "https://pub.dartlang.org"
72+
source: hosted
73+
version: "3.0.2"
3974
cupertino_icons:
4075
dependency: "direct main"
4176
description:
4277
name: cupertino_icons
4378
url: "https://pub.dartlang.org"
4479
source: hosted
4580
version: "1.0.3"
81+
dart_console:
82+
dependency: transitive
83+
description:
84+
name: dart_console
85+
url: "https://pub.dartlang.org"
86+
source: hosted
87+
version: "1.1.2"
4688
fake_async:
4789
dependency: transitive
4890
description:
4991
name: fake_async
5092
url: "https://pub.dartlang.org"
5193
source: hosted
5294
version: "1.3.1"
95+
ffi:
96+
dependency: transitive
97+
description:
98+
name: ffi
99+
url: "https://pub.dartlang.org"
100+
source: hosted
101+
version: "2.0.1"
53102
flutter:
54103
dependency: "direct main"
55104
description: flutter
@@ -67,6 +116,27 @@ packages:
67116
description: flutter
68117
source: sdk
69118
version: "0.0.0"
119+
get_it:
120+
dependency: transitive
121+
description:
122+
name: get_it
123+
url: "https://pub.dartlang.org"
124+
source: hosted
125+
version: "7.2.0"
126+
image:
127+
dependency: transitive
128+
description:
129+
name: image
130+
url: "https://pub.dartlang.org"
131+
source: hosted
132+
version: "3.2.0"
133+
intl:
134+
dependency: transitive
135+
description:
136+
name: intl
137+
url: "https://pub.dartlang.org"
138+
source: hosted
139+
version: "0.17.0"
70140
lints:
71141
dependency: transitive
72142
description:
@@ -95,13 +165,41 @@ packages:
95165
url: "https://pub.dartlang.org"
96166
source: hosted
97167
version: "1.8.0"
168+
msix:
169+
dependency: "direct dev"
170+
description:
171+
name: msix
172+
url: "https://pub.dartlang.org"
173+
source: hosted
174+
version: "3.6.3"
175+
package_config:
176+
dependency: transitive
177+
description:
178+
name: package_config
179+
url: "https://pub.dartlang.org"
180+
source: hosted
181+
version: "2.1.0"
98182
path:
99183
dependency: transitive
100184
description:
101185
name: path
102186
url: "https://pub.dartlang.org"
103187
source: hosted
104188
version: "1.8.2"
189+
petitparser:
190+
dependency: transitive
191+
description:
192+
name: petitparser
193+
url: "https://pub.dartlang.org"
194+
source: hosted
195+
version: "5.0.0"
196+
pub_semver:
197+
dependency: transitive
198+
description:
199+
name: pub_semver
200+
url: "https://pub.dartlang.org"
201+
source: hosted
202+
version: "2.1.1"
105203
sky_engine:
106204
dependency: transitive
107205
description: flutter
@@ -149,20 +247,48 @@ packages:
149247
url: "https://pub.dartlang.org"
150248
source: hosted
151249
version: "0.4.12"
250+
typed_data:
251+
dependency: transitive
252+
description:
253+
name: typed_data
254+
url: "https://pub.dartlang.org"
255+
source: hosted
256+
version: "1.3.1"
152257
vector_math:
153258
dependency: transitive
154259
description:
155260
name: vector_math
156261
url: "https://pub.dartlang.org"
157262
source: hosted
158263
version: "2.1.2"
264+
win32:
265+
dependency: transitive
266+
description:
267+
name: win32
268+
url: "https://pub.dartlang.org"
269+
source: hosted
270+
version: "2.7.0"
159271
win_toast:
160272
dependency: "direct main"
161273
description:
162274
path: ".."
163275
relative: true
164276
source: path
165277
version: "0.0.2"
278+
xml:
279+
dependency: transitive
280+
description:
281+
name: xml
282+
url: "https://pub.dartlang.org"
283+
source: hosted
284+
version: "6.1.0"
285+
yaml:
286+
dependency: transitive
287+
description:
288+
name: yaml
289+
url: "https://pub.dartlang.org"
290+
source: hosted
291+
version: "3.1.1"
166292
sdks:
167-
dart: ">=2.17.0-0 <3.0.0"
293+
dart: ">=2.17.0 <3.0.0"
168294
flutter: ">=2.5.0"
Lines changed: 3 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,29 @@
11
name: win_toast_example
22
description: Demonstrates how to use the win_toast plugin.
33

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
4+
publish_to: 'none'
75

86
environment:
9-
sdk: ">=2.15.0-147.0.dev <3.0.0"
7+
sdk: ">=2.15.0 <3.0.0"
108

11-
# Dependencies specify other packages that your package needs in order to work.
12-
# To automatically upgrade your package dependencies to the latest versions
13-
# consider running `flutter pub upgrade --major-versions`. Alternatively,
14-
# dependencies can be manually updated by changing the version numbers below to
15-
# the latest version available on pub.dev. To see which dependencies have newer
16-
# versions available, run `flutter pub outdated`.
179
dependencies:
1810
flutter:
1911
sdk: flutter
2012

2113
win_toast:
22-
# When depending on this package from a real application you should use:
23-
# win_toast: ^x.y.z
24-
# See https://dart.dev/tools/pub/dependencies#version-constraints
25-
# The example app is bundled with the plugin so we use a path dependency on
26-
# the parent directory to use the current plugin's version.
2714
path: ../
28-
29-
# The following adds the Cupertino Icons font to your application.
30-
# Use with the CupertinoIcons class for iOS style icons.
3115
cupertino_icons: ^1.0.2
3216

3317
dev_dependencies:
3418
flutter_test:
3519
sdk: flutter
36-
37-
# The "flutter_lints" package below contains a set of recommended lints to
38-
# encourage good coding practices. The lint set provided by the package is
39-
# activated in the `analysis_options.yaml` file located at the root of your
40-
# package. See that file for information about deactivating specific lint
41-
# rules and activating additional ones.
4220
flutter_lints: ^1.0.0
21+
msix: ^3.6.3
4322

44-
# For information on the generic Dart part of this file, see the
45-
# following page: https://dart.dev/tools/pub/pubspec
46-
47-
# The following section is specific to Flutter.
4823
flutter:
4924

50-
# The following line ensures that the Material Icons font is
51-
# included with your application, so that you can use the icons in
52-
# the material Icons class.
5325
uses-material-design: true
5426

55-
# To add assets to your application, add an assets section, like this:
5627
assets:
5728
- assets/image.png
5829

59-
# An image asset can refer to one or more resolution-specific "variants", see
60-
# https://flutter.dev/assets-and-images/#resolution-aware.
61-
62-
# For details regarding adding assets from package dependencies, see
63-
# https://flutter.dev/assets-and-images/#from-packages
64-
65-
# To add custom fonts to your application, add a fonts section here,
66-
# in this "flutter" section. Each entry in this list should have a
67-
# "family" key with the font family name, and a "fonts" key with a
68-
# list giving the asset and other descriptors for the font. For
69-
# example:
70-
# fonts:
71-
# - family: Schyler
72-
# fonts:
73-
# - asset: fonts/Schyler-Regular.ttf
74-
# - asset: fonts/Schyler-Italic.ttf
75-
# style: italic
76-
# - family: Trajan Pro
77-
# fonts:
78-
# - asset: fonts/TrajanPro.ttf
79-
# - asset: fonts/TrajanPro_Bold.ttf
80-
# weight: 700
81-
#
82-
# For details regarding fonts from package dependencies,
83-
# see https://flutter.dev/custom-fonts/#from-packages

packages/win_toast/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: win_toast
22
description: a plugin help flutter app show toast on windows platform.
3-
version: 0.0.2
3+
version: 0.1.0
44
homepage: https://github.com/MixinNetwork/flutter-plugins/tree/main/packages/win_toast
55

66
environment:

0 commit comments

Comments
 (0)