Skip to content

Commit

Permalink
reactive_dropdown_button2 0.0.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilich6107 committed Oct 21, 2023
1 parent b71e32f commit 2937939
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ Collection of advanced widgets based on Reactive Forms managed by [Melos](https:
- **[ReactiveWechatCameraPicker](https://pub.dev/packages/reactive_wechat_camera_picker)** - wrapper around [`wechat_camera_picker`](https://pub.dev/packages/wechat_camera_picker)
- **[ReactiveTextfieldTags](https://pub.dev/packages/reactive_textfields_tags)** - wrapper around [`textfield_tags`](https://pub.dev/packages/textfield_tags)
- **[ReactiveDropdownButton2](https://pub.dev/packages/reactive_dropdown_button2)** - wrapper around [`dropdown_button2`](https://pub.dev/packages/dropdown_button2)
- **[ReactiveAnimatedToggleSwitch*](https://pub.dev/packages/reactive_animated_toggle_switch)** - wrapper around [`animated_toggle_switch`](https://pub.dev/packages/animated_toggle_switch)
4 changes: 4 additions & 0 deletions packages/reactive_dropdown_button2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.3-beta.6

* wrapper for v3 beta.6

## 0.0.3-beta

* wrapper for v3 beta
Expand Down
4 changes: 2 additions & 2 deletions packages/reactive_dropdown_button2/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reactive_dropdown_button2
description: Wrapper around dropdown_button2 to use with reactive_forms.
version: 0.0.3-beta
version: 0.0.3-beta.6
repository: https://github.com/artflutter/reactive_forms_widgets/tree/master/packages/reactive_dropdown_button2
issue_tracker: https://github.com/artflutter/reactive_forms_widgets/issues

Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
dropdown_button2: ^3.0.0-beta.5
dropdown_button2: ^3.0.0-beta.6
reactive_forms: ^16.0.0

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/Users/vasilich/fvm/versions/3.10.6
FLUTTER_ROOT=/Users/vasilich/fvm/versions/stable
FLUTTER_APPLICATION_PATH=/Users/vasilich/IdeaProjects/reactive_forms_widgets/packages/reactive_textfield_tags/example
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_BUILD_DIR=build
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=/Users/vasilich/fvm/versions/3.10.6"
export "FLUTTER_ROOT=/Users/vasilich/fvm/versions/stable"
export "FLUTTER_APPLICATION_PATH=/Users/vasilich/IdeaProjects/reactive_forms_widgets/packages/reactive_textfield_tags/example"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_BUILD_DIR=build"
Expand Down

0 comments on commit 2937939

Please sign in to comment.