Skip to content

Commit

Permalink
Bump to 0.2.2.
Browse files Browse the repository at this point in the history
This should fix issue #2.
  • Loading branch information
zonble committed Mar 8, 2022
1 parent 6a5124d commit 3962d1d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 32 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.2.2

- Allows users to place the alert window to the center of the parent window or
the center of the screen.
- Fixes the position of the alert window when the parent window is hidden or
minimized.
- Activates the app when showing an alert window on macOS.

## 0.2.1

- Minor fixes.

## 0.2.0

- Implements alerts with custom buttons.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.1"
version: "0.2.2"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
33 changes: 2 additions & 31 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_platform_alert
description: A plugin helps to call native API to play alert sound and show alert dialogs. For example, it bridges MessageBox and TaskDialogIndirect on Windows.
version: 0.2.1
version: 0.2.2
homepage: https://github.com/zonble/flutter_platform_alert

environment:
Expand Down Expand Up @@ -31,33 +31,4 @@ flutter:
linux:
pluginClass: FlutterPlatformAlertPlugin

# To add assets to your plugin package, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
#
# For details regarding assets in packages, see
# https://flutter.dev/assets-and-images/#from-packages
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.

# To add custom fonts to your plugin package, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts in packages, see
# https://flutter.dev/custom-fonts/#from-packages

0 comments on commit 3962d1d

Please sign in to comment.