mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 19:03:47 +02:00
expose translations
This commit is contained in:
parent
ad481066ff
commit
296a7d7210
4 changed files with 8 additions and 3 deletions
|
@ -51,3 +51,7 @@
|
||||||
## 5.0.4 - January 12th 2023
|
## 5.0.4 - January 12th 2023
|
||||||
|
|
||||||
- Add FocusNode option to inputs
|
- Add FocusNode option to inputs
|
||||||
|
|
||||||
|
## 5.0.5 - January 12th 2023
|
||||||
|
|
||||||
|
- Expose translations
|
|
@ -61,7 +61,7 @@ packages:
|
||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "5.0.4"
|
version: "5.0.5"
|
||||||
flutter_input_library:
|
flutter_input_library:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -7,4 +7,5 @@ export 'src/widgets/input/abstractions.dart';
|
||||||
export 'src/widgets/input/input_types/input_types.dart';
|
export 'src/widgets/input/input_types/input_types.dart';
|
||||||
export 'package:flutter_input_library/flutter_input_library.dart'
|
export 'package:flutter_input_library/flutter_input_library.dart'
|
||||||
show FlutterFormDateTimeType;
|
show FlutterFormDateTimeType;
|
||||||
|
export 'utils/translation_service.dart';
|
||||||
export 'utils/form.dart';
|
export 'utils/form.dart';
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: flutter_form_wizard
|
name: flutter_form_wizard
|
||||||
description: A new Flutter package project.
|
description: A new Flutter package project.
|
||||||
version: 5.0.4
|
version: 5.0.5
|
||||||
homepage: https://github.com/Iconica-Development/flutter_form_wizard
|
homepage: https://github.com/Iconica-Development/flutter_form_wizard
|
||||||
|
|
||||||
publish_to: none
|
publish_to: none
|
||||||
|
|
Loading…
Reference in a new issue