OndrejKunc / flutter_dynamic_forms

A collection of flutter and dart libraries allowing you to consume complex external forms at runtime.
MIT License
204 stars 60 forks source link

Ok/container element #7

Closed OndrejKunc closed 5 years ago

OndrejKunc commented 5 years ago

Add container element. Using FormElement instead of ExpressionProviderElement in all places where we do not need this abstraction. Unify API of Radio buttons and Dropdown buttons

codecov-io commented 5 years ago

Codecov Report

Merging #7 into master will increase coverage by 0.06%. The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
+ Coverage   43.81%   43.87%   +0.06%     
==========================================
  Files          53       54       +1     
  Lines        1495     1502       +7     
==========================================
+ Hits          655      659       +4     
- Misses        840      843       +3
Impacted Files Coverage Δ
...ynamic_forms/lib/src/form_elements/validation.dart 36.36% <ø> (ø) :arrow_up:
...rms/lib/src/form_elements/required_validation.dart 0% <ø> (ø) :arrow_up:
...amic_forms/lib/src/form_elements/radio_button.dart 0% <ø> (ø) :arrow_up:
...dynamic_forms/lib/src/form_elements/check_box.dart 0% <ø> (ø) :arrow_up:
...c_forms/lib/src/form_elements/dropdown_option.dart 0% <ø> (ø) :arrow_up:
...ages/dynamic_forms/lib/src/form_elements/form.dart 22.22% <ø> (ø) :arrow_up:
...ges/dynamic_forms/lib/src/form_elements/label.dart 33.33% <ø> (ø) :arrow_up:
...ages/dynamic_forms/lib/src/form_elements/text.dart 40% <ø> (ø) :arrow_up:
...c_forms/lib/src/form_elements/dropdown_button.dart 0% <ø> (ø) :arrow_up:
...amic_forms/lib/src/form_elements/form_element.dart 59.09% <0%> (ø) :arrow_up:
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f4e2e6f...d2e4f8b. Read the comment docs.