- Clean up more code on GetInstance() and added more docs.
- Fixes issue #521. Still needs to be tested, is a partial solution and i believe parse_route.dart requires a much deeper cleanup. - Added a new BindingsBuilder(), to simplify the Bindings generation without the need to use a custom class. - Modified several operators in _RxImpl and subclasses. rx.toString() solves to rx.value.toString(), and in all Rx >>= works as assignment, also specific operator overloads were added to RX versions of List, String, double, num, int.
Showing
4 changed files
with
229 additions
and
72 deletions
-
Please register or login to post a comment