- 29 Aug, 2020 3 commits
-
-
- Added SingleGetTickerProviderMixin to rx_interface.dart, usage like SingleTickerProviderMixin in a StatefulWidget, but only valid for DisposableInterfaces.
Rodrigo Lopez Peker authored -
- cleanup more comments. - promote most classes in parse_route.dart (except ParseRouteTree) to be private. I still believe we should use Uri to parse the "url". - Added _RxImpl::refresh() in rx_impl.dart and added some comments/samples. - Some cleanup in rx_interface.dart, added more comments, missing types and move vars to the top.
Rodrigo Lopez Peker authored
-
- 28 Aug, 2020 4 commits
-
-
- 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.
Rodrigo Lopez Peker authored -
Nipodemos authored
-
- Added a fix (a little bit hacky) on DisposableInterface (rx_interface.dart), to prevent method overriding in subclasses, preventing devs to break the lifecycle of Controllers. This compensates the lack of `final` methods in Dart, or the inability to limit the scope of methods to internal packages.
Rodrigo Lopez Peker authored
-
- 27 Aug, 2020 7 commits
-
-
- Cleanup log messages to have a more consistent format (still work to be done there).
Rodrigo Lopez Peker authored -
Jorge Gatica authored
-
Jorge authored
-
Jorge authored
-
Jorge authored
-
Jorge authored
-
Jorge authored
-
- 26 Aug, 2020 4 commits
- 25 Aug, 2020 10 commits
-
-
Nipodemos authored
-
Nipodemos authored
-
Conflicts: benchmark/state_managers/pubspec.lock example/pubspec.lock lib/src/context_extensions/extensions.dart lib/src/extensions/context_extensions.dart lib/src/extensions/string_extensions.dart lib/src/regex/get_utils_extensions.dart lib/src/utils/context_extensions/extensions.dart lib/src/utils/regex/get_utils_extensions.dart lib/utils.dart pubspec.lock
Nipodemos authored -
Jonny Borges authored
-
Jonny Borges authored
-
- close subscription in Obx - added the experimental ObxValue() widget to manage local states based on Rx. - added experimental ValueBuilder(), analogue to ObxValue(), but uses a simpler StatefulWidget with a callback.
Rodrigo Lopez Peker authored -
Jonatas authored
-
Jonatas authored
- 24 Aug, 2020 1 commit
-
- 23 Aug, 2020 8 commits
-
-
juanjoseleca authored
-
juanjoseleca authored
-
Jonatas authored
-
Jonatas authored
-
Jonny Borges authored
-
thaihuynhxyz authored
- 22 Aug, 2020 1 commit
-
-
Kacper authored
-
- 21 Aug, 2020 2 commits
-
-
Tony Allison authored