Skip to content

Commit

Permalink
Bump version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeguzman committed Jan 21, 2020
1 parent 102ebbd commit 9371686
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## [1.0.2] - January 21, 2020

* Update some formatting
* Update description in pubspec.yaml

## [1.0.1] - January 21, 2020

* Fix broken table in README
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# flutter_dialogs

Platform aware dialog and alert widgets.
A lightweight and platform-aware plugin for showing dialogs and alerts for both Android and iOS devices.

## Features

Expand Down
4 changes: 2 additions & 2 deletions lib/src/basic_dialog_action.dart
Expand Up @@ -23,8 +23,8 @@ class BasicDialogAction extends BaseDialog<FlatButton, CupertinoDialogAction> {
this.title,
});

VoidCallback onPressed;
Widget title;
final VoidCallback onPressed;
final Widget title;

@override
FlatButton buildAndroidWidget(BuildContext context) {
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_dialogs
description: Platform aware dialog and alert widgets.
version: 1.0.1
description: A lightweight and platform-aware plugin for showing dialogs and alerts for both Android and iOS devices.
version: 1.0.2
author: Joshua de Guzman <joshua.maiquez.deguzman@gmail.com>
homepage: https://github.com/joshuadeguzman/flutter-dialogs

Expand Down

0 comments on commit 9371686

Please sign in to comment.