Skip to content

Commit

Permalink
Stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
rickypid committed Jul 23, 2021
1 parent 082a79f commit 319ae56
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Flutter Expandable Table

## [1.0.0] - 2021-07-23
#### [@rickypid](https://github.com/rickypid)
- Stable release.

## [0.0.2-alpha] - 2021-07-20
#### [@rickypid](https://github.com/rickypid)
- Change README.md.

## [0.0.1-alpha] - 2021-07-20
#### [@rickypid](https://github.com/rickypid)
- Initial release.
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Make sure to check out the [examples on GitHub](https://github.com/rickypid/flut
Add the following line to `pubspec.yaml`:
```yaml
dependencies:
flutter_expandable_table: ^0.0.1-alpha
flutter_expandable_table: <last-release>
```

### Basic setup
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_expandable_table_example
description: A Flutter widget for create an expandable table with header and first column fixed.
version: 0.0.2-alpha
version: 1.0.0

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_expandable_table
description: A Flutter widget for create an expandable table with header and first column fixed.
version: 0.0.2-alpha
version: 1.0.0
repository: https://github.com/rickypid/flutter_expandable_table
issue_tracker: https://github.com/rickypid/flutter_expandable_table/issues

Expand Down

0 comments on commit 319ae56

Please sign in to comment.