diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a9fbe..8508ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.2.6 -02/04/2022 +- Updated smart_auth +- Updated readme + + ## 2.2.5 -28/03/2022 Added diff --git a/example/lib/pinput_templates/rounded_with_cursor.dart b/example/lib/pinput_templates/rounded_with_cursor.dart index ea5c700..d2ef030 100644 --- a/example/lib/pinput_templates/rounded_with_cursor.dart +++ b/example/lib/pinput_templates/rounded_with_cursor.dart @@ -4,7 +4,8 @@ import 'package:pinput/pinput.dart'; class RoundedWithCustomCursor extends StatefulWidget { @override - _RoundedWithCustomCursorState createState() => _RoundedWithCustomCursorState(); + _RoundedWithCustomCursorState createState() => + _RoundedWithCustomCursorState(); @override String toStringShort() => 'Rounded With Cursor';