-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
413 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,75 @@ | ||
## 0.0.2 | ||
|
||
## 0.0.2 | ||
|
||
|
||
|
||
* Initial release. | ||
|
||
## 0.0.3 | ||
|
||
|
||
## 0.0.3 | ||
|
||
|
||
|
||
* Code Cleanup: Improved code efficiency by removing unused code and optimizing existing functionalities. | ||
|
||
* Documentation: Added a practical example to the README to help new users get started more easily. | ||
|
||
## 1.0.0 | ||
|
||
|
||
## 1.0.0 | ||
|
||
* Release | ||
|
||
## 1.1.0 | ||
|
||
|
||
## 1.1.0 | ||
|
||
* Added `excludedCountryCodes` option to exclude specific countries from code execution | ||
|
||
## 1.2.0 | ||
|
||
|
||
## 1.2.0 | ||
|
||
* Breaking Changes | ||
Breaking: `borderBuilder` now accepts a `Widget` input instead of `Border` | ||
* New Features | ||
Added `excludedCountryCodes` from `PickCountryLookupService` | ||
|
||
## 2.0.0 | ||
* bump to follow Semantic Versioning | ||
Breaking: `borderBuilder` now accepts a `Widget` input instead of `Border` | ||
|
||
* New Features | ||
|
||
Added `excludedCountryCodes` from `PickCountryLookupService` | ||
|
||
|
||
|
||
## 2.0.0 | ||
|
||
* bump to follow Semantic Versioning | ||
|
||
|
||
|
||
## 3.0.0 | ||
|
||
|
||
- Breaking Changes: | ||
- Removed `searchField` property | ||
- New Features: | ||
- Added `customSearchField` property for complete search field override | ||
- Enhanced `SearchFieldWidget` with extensive customization options: | ||
- `searchPrefixIcon` | ||
- `searchSuffixIcon` | ||
- `searchTextStyle` | ||
- `searchPlaceholderStyle` | ||
- `searchDecoration` | ||
- `searchBoxDecoration` | ||
- `searchCursorColor` | ||
- `searchBorderRadius` | ||
- `searchContentPadding` | ||
- `onSearchTap` | ||
- `onSearchSubmitted` | ||
- `searchAutofocus` | ||
- `searchFocusNode` | ||
- `searchBackgroundColor` | ||
- `searchEnabled` | ||
- Improvements: | ||
- Significantly improved search field customization without requiring a complete override | ||
- Enhanced flexibility in styling and behavior of th |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.