From 0b2ab31eb2acf8304f459528d77915b96b0e7d91 Mon Sep 17 00:00:00 2001 From: joonsv Date: Tue, 17 Jan 2023 15:02:23 +0100 Subject: [PATCH] add styling datepicker --- CHANGELOG.md | 6 +++++- pubspec.yaml | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 316e1d8..e24baa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,4 +58,8 @@ ## 5.0.6 - January 12th 2023 -- `flutter_input_library` datetime validator fix \ No newline at end of file +- `flutter_input_library` datetime validator fix + +## 5.0.7 - January 12th 2023 + +- `flutter_input_library` add styling text datetime fix \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 4e32b3f..6d7371a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_form_wizard description: A new Flutter package project. -version: 5.0.6 +version: 5.0.7 homepage: https://github.com/Iconica-Development/flutter_form_wizard publish_to: none @@ -20,7 +20,7 @@ dependencies: flutter_input_library: git: url: https://github.com/Iconica-Development/flutter_input_library - ref: 1.0.4 + ref: 1.0.5 dev_dependencies: flutter_test: