diff --git a/CHANGELOG.md b/CHANGELOG.md index edac8fc..7478c58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,4 +50,8 @@ ## 5.0.4 - January 12th 2023 -- Add FocusNode option to inputs \ No newline at end of file +- Add FocusNode option to inputs + +## 5.0.5 - January 12th 2023 + +- Expose translations \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index a82e902..e7dec76 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -61,7 +61,7 @@ packages: path: ".." relative: true source: path - version: "5.0.4" + version: "5.0.5" flutter_input_library: dependency: transitive description: diff --git a/lib/flutter_form.dart b/lib/flutter_form.dart index 5e586a6..40aca40 100644 --- a/lib/flutter_form.dart +++ b/lib/flutter_form.dart @@ -7,4 +7,5 @@ export 'src/widgets/input/abstractions.dart'; export 'src/widgets/input/input_types/input_types.dart'; export 'package:flutter_input_library/flutter_input_library.dart' show FlutterFormDateTimeType; +export 'utils/translation_service.dart'; export 'utils/form.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index 04edf4b..6ebc693 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_form_wizard description: A new Flutter package project. -version: 5.0.4 +version: 5.0.5 homepage: https://github.com/Iconica-Development/flutter_form_wizard publish_to: none