Skip to content

Commit

Permalink
Version 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkko committed Jan 15, 2025
1 parent 57870ca commit ea3c9e7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
30 changes: 21 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
#### 5.0.1 ·15/01/2025

- fix: makes Semantics responsive to `enabled`
flag - [PR](https://github.com/Tkko/Flutter_Pinput/pull/201)
by [sharabiddin](https://github.com/sharabiddin)

#### 5.0.0 · 7/06/2024

- Implemented Pinput.builder to build custom Pinput fields
- Migrated deprecated imperative apply of Flutter's Gradle plugins example app
- Removed smart_auth dependency which was responsible for SMS autofill (Not everyone might need it and it was causing some issues)
- Removed smart_auth dependency which was responsible for SMS autofill (Not everyone might need it
and it was causing some issues)
- [Migration guide](MIGRATION.md)

#### 4.0.0 · 10/02/2024

- Fixed RECEIVER_EXPORTED exception in android SDK 34 PR
- Fix "Namespace not specified" error when upgrading to AGP 8.0 PR
- Updated readme
Expand All @@ -18,7 +27,7 @@
- Replaced `separator` and `separatorPositions` with `separatorBuilder`

| Property | Meaning/Default |
|--------------------------|:---------------:|
|--------------------------|:---------------:|
| separatorBuilder | (_) => const SizedBox(width: 8)|

#### 2.3.0 · 24/07/2023
Expand All @@ -27,30 +36,33 @@
- Updated SDK constraints
- Updated default SMS code matcher regex length to 8 digits


#### 2.2.31 · 22/02/2023

### Added:
| Property | Meaning/Default |
|--------------------------|:---------------:|

| Property | Meaning/Default |
|-------------------------------|:---------------:|
| enableIMEPersonalizedLearning | false |

Whether to enable that the IME update personalized data such as typing history and user dictionary data.
Whether to enable that the IME update personalized data such as typing history and user dictionary
data.
This flag only affects Android. On iOS, there is no equivalent flag.

#### 2.2.30 · 15/02/2023
- Fixed "TapDownDetails not match the corresponding type" on Flutter's master channel - [issue](https://github.com/Tkko/Flutter_Pinput/issues/124)

- Fixed "TapDownDetails not match the corresponding type" on Flutter's master
channel - [issue](https://github.com/Tkko/Flutter_Pinput/issues/124)

#### 2.2.30 · 15/02/2023
- Fixed "TapDownDetails not match the corresponding type" on Flutter's master channel - [issue](https://github.com/Tkko/Flutter_Pinput/issues/124)

- Fixed "TapDownDetails not match the corresponding type" on Flutter's master
channel - [issue](https://github.com/Tkko/Flutter_Pinput/issues/124)

#### 2.2.23 · 25/01/2023

- Added correct SDK constraints
- Improved readme


#### 2.2.22 · 25/01/2023

- Removed FocusTrapArea
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pinput
version: 5.0.0
version: 5.0.1
description: Pin code input (OTP) text field, iOS SMS autofill, Android SMS autofill One Time Code, Password, Passcode, Captcha, Security, Coupon, Wowcher, 2FA, Two step verification
homepage: https://github.com/Tkko/Flutter_PinPut
repository: https://github.com/Tkko/Flutter_PinPut
Expand Down

0 comments on commit ea3c9e7

Please sign in to comment.