mobxjs / mobx.dart

MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
https://mobx.netlify.app
MIT License
2.4k stars 310 forks source link

Improved form validation example #876

Closed asavchuk closed 1 year ago

asavchuk commented 2 years ago

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.

netlify[bot] commented 2 years ago

Deploy Preview for mobx failed.

Name Link
Latest commit f39921941245576bdd44f9bfd0b923bcb9f8b268
Latest deploy log https://app.netlify.com/sites/mobx/deploys/634ad6a533c8760008fea1c8
codecov[bot] commented 2 years ago

Codecov Report

Merging #876 (41a586e) into master (94cea63) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           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.

ghenry commented 1 year ago

Hi all,

This looks good to merge and close too. Does the project want to recommend get_it or anything like that?

Thanks.

asavchuk commented 1 year ago

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