Skip to content

Commit

Permalink
Update to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theiskaa committed Oct 4, 2021
1 parent e2ad2de commit 9f1ac66
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [v0.2.1] - 04/10/2021
### News:
- Resolved: [#34](https://github.com/theiskaa/field_suggestion/issues/31)
- Improved documentation - [Official Documentation](https://github.com/theiskaa/field_suggestion/wiki)

**Overview:**

Now we can use our own searching strategies/functionalities instead of using default contains functionality.

And now we have cleaner and better documentation

---

# [v0.2.0] - 17/08/2021
### News:
- Resolved: [#31](https://github.com/theiskaa/field_suggestion/issues/31)
Expand Down
10 changes: 5 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.6.1"
version: "2.8.1"
boolean_selector:
dependency: transitive
description:
Expand All @@ -28,7 +28,7 @@ packages:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.1"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -56,7 +56,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.9"
version: "0.2.1"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -87,7 +87,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "1.7.0"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -141,7 +141,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0"
version: "0.4.2"
typed_data:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.6.1"
version: "2.8.1"
boolean_selector:
dependency: transitive
description:
Expand All @@ -28,7 +28,7 @@ packages:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.1"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -80,7 +80,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "1.7.0"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -134,7 +134,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0"
version: "0.4.2"
typed_data:
dependency: transitive
description:
Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: field_suggestion
description: Create highly customizable, simple, and controllable autocomplete fields.
version: 0.2.0
version: 0.2.1
homepage: https://github.com/theiskaa/field_suggestion
issue_tracker: https://github.com/theiskaa/field_suggestion/issues
documentation: https://github.com/theiskaa/field_suggestion/wiki

environment:
sdk: '>=2.12.0 <3.0.0'
Expand All @@ -11,7 +12,7 @@ environment:
dependencies:
flutter:
sdk: flutter
highlightable:
highlightable: ^1.0.2

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 9f1ac66

Please sign in to comment.