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

Improve form manager #15

Closed OndrejKunc closed 5 years ago

OndrejKunc commented 5 years ago

It can now work with more universal FormElement instead of Form

codecov-io commented 5 years ago

Codecov Report

Merging #15 into master will increase coverage by 0.09%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   45.17%   45.27%   +0.09%     
==========================================
  Files         101      101              
  Lines        1950     1946       -4     
==========================================
  Hits          881      881              
+ Misses       1069     1065       -4
Impacted Files Coverage Δ
...namic_forms/lib/src/form_manager/form_manager.dart 3.84% <ø> (+0.51%) :arrow_up:
...rms/lib/src/form_manager/form_manager_builder.dart 72.09% <85.71%> (ø) :arrow_up:

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 652c933...994b1b1. Read the comment docs.