-
-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flutter form builder remove row issue #89
Comments
Kindly use the latest version where the assertion has been removed. |
I am using 3.1.0 |
which version
…On Fri, Jul 12, 2019 at 10:25 PM Danvick Miller ***@***.***> wrote:
Kindly use the latest version where the assertion has been removed.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#89>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJLR67HRSIVZFHIG6ICFBBTP7CZPNANCNFSM4H6GH33A>
.
--
*Shrutika Tatkare | Eiosys Inc.*
Tel: +91 22 6464 6561 | shrutkat.eiosys@gmail.com | http://www.eiosys.com
|
ok. I will try & revert you. thank you.
…On Mon, Jul 15, 2019 at 12:19 PM Danvick Miller ***@***.***> wrote:
https://pub.dev/packages/flutter_form_builder#-changelog-tab-
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#89>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJLR67DNUZSKNIWVDHM5OSLP7QMWJANCNFSM4H6GH33A>
.
--
*Shrutika Tatkare | Eiosys Inc.*
Tel: +91 22 6464 6561 | shrutkat.eiosys@gmail.com | http://www.eiosys.com
|
It's working. Thank you so much.
On Mon, Jul 15, 2019 at 12:25 PM shrutika tatkare <
shrutikat.eiosys@gmail.com> wrote:
… ok. I will try & revert you. thank you.
On Mon, Jul 15, 2019 at 12:19 PM Danvick Miller ***@***.***>
wrote:
> https://pub.dev/packages/flutter_form_builder#-changelog-tab-
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#89>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AJLR67DNUZSKNIWVDHM5OSLP7QMWJANCNFSM4H6GH33A>
> .
>
--
*Shrutika Tatkare | Eiosys Inc.*
Tel: +91 22 6464 6561 | ***@***.*** | http://www.eiosys.com
--
*Shrutika Tatkare | Eiosys Inc.*
Tel: +91 22 6464 6561 | shrutkat.eiosys@gmail.com | http://www.eiosys.com
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use the value of FormBuilderDropdown to add or remove rows when
flutter: Field with attribute 'attribute' already exists. Make sure that two or more fields don't have the
flutter: same attribute name.
flutter: 'package:flutter_form_builder/src/form_builder.dart': Failed assertion: line 64 pos 12:
flutter: '_fieldKeys.containsKey(attribute) == false'
How can I configure to add or delete rows?
The text was updated successfully, but these errors were encountered: