Skip to content

Commit

Permalink
rf14
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilich6107 committed Aug 20, 2022
1 parent bb68966 commit d0dd179
Show file tree
Hide file tree
Showing 176 changed files with 377 additions and 272 deletions.
6 changes: 5 additions & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ name: reactive_forms_widgets
packages:
- packages/**
ignore:
- "packages/**/example"
- "packages/**/example"
- "packages/reactive_forms_widget_package/**"
- "packages/.mason"
- "packages/mason.yaml"
- "packages/mason-lock.json"
3 changes: 3 additions & 0 deletions packages/reactive_advanced_switch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.5.0]
* package version bump

## [0.4.0]
* package version bump

Expand Down
4 changes: 2 additions & 2 deletions packages/reactive_advanced_switch/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ environment:
dependencies:
flutter:
sdk: flutter
reactive_forms: ^13.0.0
reactive_forms: ^14.1.0
reactive_advanced_switch:
path: ../


# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.4
cupertino_icons: ^1.0.5

dev_dependencies:
flutter_test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class ReactiveAdvancedSwitch<T> extends ReactiveFormField<T, bool> {
Key? key,
String? formControlName,
FormControl<T>? formControl,
ValidationMessagesFunction<T>? validationMessages,
Map<String, ValidationMessageFunction>? validationMessages,
ControlValueAccessor<T, bool>? valueAccessor,
ShowErrorsFunction? showErrors,

Expand Down
4 changes: 2 additions & 2 deletions packages/reactive_advanced_switch/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reactive_advanced_switch
description: Wrapper around advanced_switch to use with reactive_forms.
version: 0.4.0
version: 0.5.0
repository: https://github.com/artflutter/reactive_forms_widgets

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
reactive_forms: ^13.0.0
reactive_forms: ^14.1.0
flutter_advanced_switch: ^3.0.1

dev_dependencies:
Expand Down
3 changes: 3 additions & 0 deletions packages/reactive_awesome_select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.6.0]
* package version bump

## [0.5.0]
* package version bump

Expand Down
4 changes: 2 additions & 2 deletions packages/reactive_awesome_select/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ environment:
dependencies:
flutter:
sdk: flutter
reactive_forms: ^13.0.0
reactive_forms: ^14.1.0
reactive_awesome_select:
path: ../


# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.4
cupertino_icons: ^1.0.5

dev_dependencies:
flutter_test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class ReactiveSmartSelectMultiple<T, V>
Key? key,
String? formControlName,
FormControl<List<T>>? formControl,
ValidationMessagesFunction<List<T>>? validationMessages,
Map<String, ValidationMessageFunction>? validationMessages,
ControlValueAccessor<List<T>, List<V>>? valueAccessor,
ShowErrorsFunction? showErrors,
////////////////////////////////////////////////////////////////////////////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class ReactiveSmartSelectSingle<T, V> extends ReactiveFormField<T, V?> {
Key? key,
String? formControlName,
FormControl<T>? formControl,
ValidationMessagesFunction<T>? validationMessages,
Map<String, ValidationMessageFunction>? validationMessages,
ControlValueAccessor<T, V>? valueAccessor,
ShowErrorsFunction? showErrors,
////////////////////////////////////////////////////////////////////////////
Expand Down
4 changes: 2 additions & 2 deletions packages/reactive_awesome_select/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reactive_awesome_select
description: Wrapper around flutter_awesome_select to work with reactive_forms
version: 0.5.0
version: 0.6.0
repository: https://github.com/artflutter/reactive_forms_widgets

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
flutter_awesome_select: ^6.5.0
reactive_forms: ^13.0.0
reactive_forms: ^14.1.0

dev_dependencies:
flutter_test:
Expand Down
3 changes: 3 additions & 0 deletions packages/reactive_cart_stepper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.5.0]
* package version bump

## [0.4.0]
* package version bump

Expand Down
4 changes: 2 additions & 2 deletions packages/reactive_cart_stepper/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ dependencies:
flutter:
sdk: flutter

reactive_forms: ^13.0.0
reactive_forms: ^14.1.0
reactive_cart_stepper:
path: ../

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.4
cupertino_icons: ^1.0.5

dev_dependencies:
flutter_test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class ReactiveCartStepper<T, V extends num> extends ReactiveFormField<T, V> {
String? formControlName,
InputDecoration? decoration,
FormControl<T>? formControl,
ValidationMessagesFunction<T>? validationMessages,
Map<String, ValidationMessageFunction>? validationMessages,
ControlValueAccessor<T, V>? valueAccessor,
ShowErrorsFunction? showErrors,

Expand Down
4 changes: 2 additions & 2 deletions packages/reactive_cart_stepper/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reactive_cart_stepper
description: Wrapper around cart_stepper to work with reactive_forms
version: 0.4.0
version: 0.5.0
repository: https://github.com/artflutter/reactive_forms_widgets

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
reactive_forms: ^13.0.0
reactive_forms: ^14.1.0
cart_stepper: ^3.0.0

dev_dependencies:
Expand Down
3 changes: 3 additions & 0 deletions packages/reactive_checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.5.0]
* package version bump

## [0.4.0]
* package version bump

Expand Down
4 changes: 2 additions & 2 deletions packages/reactive_checkbox/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ environment:
dependencies:
flutter:
sdk: flutter
reactive_forms: ^13.0.0
reactive_forms: ^14.1.0
reactive_checkbox:
path: ../

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.4
cupertino_icons: ^1.0.5

dev_dependencies:
flutter_test:
Expand Down
3 changes: 2 additions & 1 deletion packages/reactive_checkbox/lib/reactive_checkbox.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ReactiveCheckbox<T> extends ReactiveFormField<T, bool> {
String? formControlName,
FormControl<T>? formControl,
ControlValueAccessor<T, bool>? valueAccessor,
// ValidationMessagesFunction<T>? validationMessages,
// Map<String, ValidationMessageFunction>? validationMessages,
// ShowErrorsFunction? showErrors,

////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -88,6 +88,7 @@ class _ReactiveCheckboxState<T, V> extends ReactiveFormFieldState<T, V> {
FocusNode? _focusNode;
late FocusController _focusController;

@override
FocusNode get focusNode => _focusNode ?? _focusController.focusNode;

@override
Expand Down
4 changes: 2 additions & 2 deletions packages/reactive_checkbox/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reactive_checkbox
description: Wrapper around Checkbox to work with reactive_forms
version: 0.4.0
version: 0.5.0
repository: https://github.com/artflutter/reactive_forms_widgets

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
reactive_forms: ^13.0.0
reactive_forms: ^14.1.0

dev_dependencies:
flutter_test:
Expand Down
3 changes: 3 additions & 0 deletions packages/reactive_code_text_field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.4.0]
* package version bump

## [0.3.0]
* package version bump

Expand Down
4 changes: 2 additions & 2 deletions packages/reactive_code_text_field/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ environment:
dependencies:
flutter:
sdk: flutter
reactive_forms: ^13.0.0
reactive_forms: ^14.1.0
highlight: ^0.7.0
flutter_highlight: ^0.7.0
reactive_code_text_field:
Expand All @@ -38,7 +38,7 @@ dependencies:

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.4
cupertino_icons: ^1.0.5

dev_dependencies:
flutter_test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class ReactiveCodeTextField<T> extends ReactiveFormField<T, String> {
Key? key,
String? formControlName,
FormControl<T>? formControl,
ValidationMessagesFunction<T>? validationMessages,
Map<String, ValidationMessageFunction>? validationMessages,
ControlValueAccessor<T, String>? valueAccessor,
ShowErrorsFunction? showErrors,

Expand Down Expand Up @@ -163,6 +163,7 @@ class _ReactiveCodeTextFieldState<T> extends ReactiveFormFieldState<T, String> {
FocusNode? _focusNode;
late FocusController _focusController;

@override
FocusNode get focusNode => _focusNode ?? _focusController.focusNode;

@override
Expand Down
4 changes: 2 additions & 2 deletions packages/reactive_code_text_field/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reactive_code_text_field
description: Wrapper around code_text_field to work with reactive_forms
version: 0.3.0
version: 0.4.0
repository: https://github.com/artflutter/reactive_forms_widgets

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
reactive_forms: ^13.0.0
reactive_forms: ^14.1.0
code_text_field: ^1.0.2
dev_dependencies:
flutter_test:
Expand Down
3 changes: 3 additions & 0 deletions packages/reactive_color_picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.4.0]
* package version bump

## 0.3.0
* package update

Expand Down
4 changes: 2 additions & 2 deletions packages/reactive_color_picker/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ environment:
dependencies:
flutter:
sdk: flutter
reactive_forms: ^13.0.0
reactive_forms: ^14.1.0
reactive_color_picker:
path: ../


# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.4
cupertino_icons: ^1.0.5

dev_dependencies:
flutter_test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class ReactiveBlockColorPicker<T> extends ReactiveFormField<T, Color> {
Key? key,
String? formControlName,
FormControl<T>? formControl,
ValidationMessagesFunction<T>? validationMessages,
Map<String, ValidationMessageFunction>? validationMessages,
ControlValueAccessor<T, double>? valueAccessor,
ShowErrorsFunction? showErrors,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ReactiveColorPicker<T> extends ReactiveFormField<T, Color> {
Key? key,
String? formControlName,
FormControl<T>? formControl,
ValidationMessagesFunction<T>? validationMessages,
Map<String, ValidationMessageFunction>? validationMessages,
ControlValueAccessor<T, double>? valueAccessor,
ShowErrorsFunction? showErrors,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ReactiveMaterialColorPicker<T> extends ReactiveFormField<T, Color> {
Key? key,
String? formControlName,
FormControl<T>? formControl,
ValidationMessagesFunction<T>? validationMessages,
Map<String, ValidationMessageFunction>? validationMessages,
ControlValueAccessor<T, double>? valueAccessor,
ShowErrorsFunction? showErrors,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class ReactiveMultipleBlockColorPicker<T>
Key? key,
String? formControlName,
FormControl<T>? formControl,
ValidationMessagesFunction<T>? validationMessages,
Map<String, ValidationMessageFunction>? validationMessages,
ControlValueAccessor<T, double>? valueAccessor,
ShowErrorsFunction? showErrors,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ReactiveSliderColorPicker<T> extends ReactiveFormField<T, Color> {
Key? key,
String? formControlName,
FormControl<T>? formControl,
ValidationMessagesFunction<T>? validationMessages,
Map<String, ValidationMessageFunction>? validationMessages,
ControlValueAccessor<T, double>? valueAccessor,
ShowErrorsFunction? showErrors,

Expand Down
4 changes: 2 additions & 2 deletions packages/reactive_color_picker/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reactive_color_picker
description: Wrapper around `flutter_colorpicker` to use with `reactive_forms`.
version: 0.3.0
version: 0.4.0
repository: https://github.com/artflutter/reactive_forms_widgets

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
reactive_forms: ^13.0.0
reactive_forms: ^14.1.0
flutter_colorpicker: ^1.0.3

dev_dependencies:
Expand Down
3 changes: 3 additions & 0 deletions packages/reactive_contact_picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [0.4.0]
* package version bump

## 0.3.0
* package version bump

Expand Down
4 changes: 2 additions & 2 deletions packages/reactive_contact_picker/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ environment:
dependencies:
flutter:
sdk: flutter
reactive_forms: ^13.0.0
reactive_forms: ^14.1.0
reactive_contact_picker:
path: ../


# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.4
cupertino_icons: ^1.0.5

dev_dependencies:
flutter_test:
Expand Down
Loading

0 comments on commit d0dd179

Please sign in to comment.