Skip to content

Commit

Permalink
Release 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkko committed Apr 2, 2022
1 parent ae48e6d commit 432a727
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
<div align="center">
<h1 align="center" style="font-size: 70px;">Flutter Pinput From <a href="https://www.linkedin.com/in/thornike/" target="_blank">Tornike </a> & Great <a href="https://github.com/Tkko/Flutter_Pinput/graphs/contributors" target="_blank">Contributors</a> </h1>
<!-- Donations -->
<a href="https://ko-fi.com/flutterman">
<img width="300" src="https://user-images.githubusercontent.com/26390946/161375567-9e14cd0e-1675-4896-a576-a449b0bcd293.png">
</a>
<div align="center">
<a href="https://www.buymeacoffee.com/fman">
<img width="150" alt="buymeacoffee" src="https://user-images.githubusercontent.com/26390946/161375563-69c634fd-89d2-45ac-addd-931b03996b34.png">
</a>
<a href="https://ko-fi.com/flutterman">
<img width="150" alt="Ko-fi" src="https://user-images.githubusercontent.com/26390946/161375565-e7d64410-bbcf-4a28-896b-7514e106478e.png">
</a>
</div>
<!-- Donations -->

<a href="https://www.buymeacoffee.com/fman" target="_blank"><img src="https://img.buymeacoffee.com/button-api/?text=Thank me with a coffee&emoji=&slug=fman&button_colour=40DCA5&font_colour=ffffff&font_family=Poppins&outline_colour=000000&coffee_colour=FFDD00"></a>

[![Pub package](https://img.shields.io/pub/v/pinput.svg)](https://pub.dev/packages/pinput)
[![Github starts](https://img.shields.io/github/stars/tkko/flutter_pinput.svg?style=flat&logo=github&colorB=deeppink&label=stars)](https://github.com/tkko/flutter_pinput)
Expand Down
3 changes: 1 addition & 2 deletions example/lib/pinput_templates/rounded_with_cursor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import 'package:pinput/pinput.dart';

class RoundedWithCustomCursor extends StatefulWidget {
@override
_RoundedWithCustomCursorState createState() =>
_RoundedWithCustomCursorState();
_RoundedWithCustomCursorState createState() => _RoundedWithCustomCursorState();

@override
String toStringShort() => 'Rounded With Cursor';
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pinput
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
version: 2.2.5
version: 2.2.6

environment:
sdk: '>=2.12.0 <3.0.0'
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
flutter:
sdk: flutter
smart_auth: ^1.0.4
smart_auth: ^1.0.5

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 432a727

Please sign in to comment.