expose translations

This commit is contained in:
Thomas Klein Langenhorst 2023-01-12 15:04:45 +01:00
parent ad481066ff
commit 296a7d7210
4 changed files with 8 additions and 3 deletions

View file

@ -51,3 +51,7 @@
## 5.0.4 - January 12th 2023
- Add FocusNode option to inputs
## 5.0.5 - January 12th 2023
- Expose translations

View file

@ -61,7 +61,7 @@ packages:
path: ".."
relative: true
source: path
version: "5.0.4"
version: "5.0.5"
flutter_input_library:
dependency: transitive
description:

View file

@ -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';

View file

@ -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