Skip to content

Commit

Permalink
Update to v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
theiskaa committed Jul 27, 2021
1 parent 5095a1d commit b0351a5
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 166 deletions.
34 changes: 25 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# [v0.1.8] - 21/07/21
# [v0.1.9] - 27/07/2021
### News:

- Resolved: [#29](https://github.com/theiskaa/field_suggestion/issues/29)

**Features/Bug-fixes**:
- Added refresh functionality to BoxController
- Fixed `closeBoxAfterCompleting` problem
- Added functionality, which automatically moves indicator to text's right position when suggestion item is selected

**Example of the main issue-resolving:**
Need a boxController first of all. Create it and give it to the suggestion field. Then just call `boxController.refresh!()` when you want to update your FieldSuggestion widget.

**Overview**:
<img src="https://user-images.githubusercontent.com/59066341/127190309-5b93c3ef-9118-4767-8ff1-0292f82d07ac.gif" height = "230px">

# [v0.1.8] - 26/07/2021
### News:

- Resolved: [#26](https://github.com/theiskaa/field_suggestion/issues/26)
Expand All @@ -11,7 +27,7 @@ Now it has more ability to customize as we wish. So that means
**Overview**:
<img src="https://raw.githubusercontent.com/theiskaa/field_suggestion/develop/example/assets/builder.gif" height = "200px">

# [v0.1.7] - 5/07/21
# [v0.1.7] - 5/07/2021

### News:

Expand All @@ -22,7 +38,7 @@ Now it has more ability to customize as we wish. So that means
- subtitle added for suggestion item.
- searchBy converted to list so that's mean users are able to give mutiple properties to search. [See more.](https://github.com/theiskaa/field_suggestion/pull/25)

# [v0.1.6] - 19/06/21
# [v0.1.6] - 19/06/2021
### News:
- Logo was redesigned 🎉 New logo:
<img width="150" src="https://raw.githubusercontent.com/theiskaa/field_suggestion/develop/example/assets/logo.png" alt="Field Suggesion's Logo">
Expand All @@ -31,7 +47,7 @@ Now it has more ability to customize as we wish. So that means
Now users are able to customize suggestion item much more than v0.1.5

See the [readme](https://github.com/theiskaa/field_suggestion#custom-usage) to get more info.
# [v0.1.5] - 8/06/21
# [v0.1.5] - 8/06/2021
### News:
- FieldSuggestion logo is ready! 🎉

Expand Down Expand Up @@ -69,13 +85,13 @@ FieldSuggestion(
searchBy: 'email' // Or 'password'
),
```
# [v0.1.4] - 5/06/21
# [v0.1.4] - 5/06/2021
- Resolved [#17](https://github.com/theiskaa/field_suggestion/issues/17)
And now the `suggestionList` property can be `List<String>`, `List<int>`, `List<double>`.
See the [README.md](https://github.com/theiskaa/field_suggestion/blob/develop/README.md#custom-usage) for more.
# [v0.1.3] - 30/05/21
# [v0.1.3] - 30/05/2021
- **Enabled null safety**
# [v0.1.2] - 30/05/21
# [v0.1.2] - 30/05/2021
### News:
- Tests were improved. current coverage:
[![codecov](https://codecov.io/gh/theiskaa/field_suggestion/branch/develop/graph/badge.svg)](https://codecov.io/gh/theiskaa/field_suggestion)
Expand Down Expand Up @@ -115,7 +131,7 @@ And now we can close box when we tap on the screen. (You can do it everywhere, w
}
```

# [v0.1.0] and [v0.1.1] - 30/04/21
- **First release**
# [v0.1.0] and [v0.1.1] - 30/04/2021
- **First releases**


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
</div><br>

## Additional sources
- **Medium Article about using FieldSuggestion - [Autocomplete fields in Flutter](https://theiskaa.medium.com/autocomplete-fields-in-flutter-ec4eb6ec5ad7)**
- **Medium Article about FieldSuggestion - [Autocomplete fields in Flutter](https://theiskaa.medium.com/autocomplete-fields-in-flutter-ec4eb6ec5ad7)**

---

## Installing
See the installing guidline from - [field_suggestion/install](https://pub.dev/packages/field_suggestion/install)
**See the official installing guidline from - [field_suggestion/install](https://pub.dev/packages/field_suggestion/install)**
## Usage & Overview

Make ready your home widget by creating required options for FieldSuggestion.
Expand Down
154 changes: 0 additions & 154 deletions example/pubspec.lock

This file was deleted.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: field_suggestion
description: Create highly customizable, simple, and controllable autocomplete fields.
version: 0.1.8
version: 0.1.9
homepage: https://github.com/theiskaa/field_suggestion
issue_tracker: https://github.com/theiskaa/field_suggestion/issues

Expand Down

0 comments on commit b0351a5

Please sign in to comment.