Closed asavchuk closed 1 year ago
Name | Link |
---|---|
Latest commit | f39921941245576bdd44f9bfd0b923bcb9f8b268 |
Latest deploy log | https://app.netlify.com/sites/mobx/deploys/634ad6a533c8760008fea1c8 |
Merging #876 (41a586e) into master (94cea63) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #876 +/- ##
=======================================
Coverage 98.96% 98.96%
=======================================
Files 55 55
Lines 1924 1924
=======================================
Hits 1904 1904
Misses 20 20
Flag | Coverage Δ | |
---|---|---|
flutter_mobx | 100.00% <ø> (ø) |
|
mobx | 98.53% <ø> (ø) |
|
mobx_codegen | 100.00% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out 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 94cea63...41a586e. Read the comment docs.
Hi all,
This looks good to merge and close too. Does the project want to recommend get_it or anything like that?
Thanks.
Does the project want to recommend get_it or anything like that?
not at all there are many different possibilities and everyone can choose what is closer to him
Improved form validation example now uses get_it as a dependecy injector, more real worl validation logic, serverside validation runs after local validation passed, inner page added.