Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusrp98 committed Jan 24, 2020
1 parent 5ebeed4 commit 38a613b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.0.0] - January 24th, 2020

- Now this package is consider **STABLE**: no more breaking changes expected.
- Raised Dart SDK to v2.7.

## [0.1.0+1] - December 6th, 2019

- Updated documentation
Expand Down
2 changes: 1 addition & 1 deletion example/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
org.gradle.jvmargs=-Xmx1536M

android.enableR8=true
5 changes: 2 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: search_page
description: Fast and easy way to build a custom search experience in you app
version: 0.1.0+1
author: Jesus Rodriguez <[email protected]>
version: 1.0.0
homepage: https://github.com/jesusrp98/search_page

environment:
sdk: ">=2.5.0 <3.0.0"
sdk: ">=2.7.0 <3.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit 38a613b

Please sign in to comment.