Reza Esfandiari
Reza Esfandiari
Added localization to support the Persian language. Added support RTL UI.
Is it possible to do this with RxDart? ```dart fooList.map((foo) { barList.map((bar) { if (bar.id == foo.id) { return bar.copyWith(isEnable: true); } return bar; }).toList(); }).toList(); ```
Thanks for the great package, Nested navigation works best for me but I have a problem, When returning to the initial route from another route, I would like the website...
Great course, thanks a lot. How can I share an entity class between two features that use the same entity?
## 🐛 Bug Report Hi friends, After I upgraded to new version (2.0.5) from last version (2.0.4) my builds failed: FAILURE: Build failed with an exception. * What went wrong:...
Hi, is it possible to detect whether the application is terminated or not in the static callback?
Fixes #2