-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added interceptor's #674
Added interceptor's #674
Conversation
…lways return. If there are 4 path pattern's and all of them are regex, then there was a bug that only the first one was checked. if that one failed then all the other ones where skipped. this fixes that.
…l-checked Fix regexp path patern not all checked
…ionDuration where not set to Duration.zero. And thus the default dustion of 300 milliseconds was used Add the option to pass transitionDuration, ans reverseTransitionDuration to beamPage. Fixed an issue where the duration of BeamPageType.noTransition was not zero.
…-general-improvements Added interceptor feature and general improvements
…-general-improvements Fixed linter issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see a lot of diffs which are just formatted differently.
Can you run dart format package/lib
so we get rid of those?
Done ✅ |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #674 +/- ##
==========================================
- Coverage 97.08% 93.45% -3.63%
==========================================
Files 14 16 +2
Lines 893 948 +55
==========================================
+ Hits 867 886 +19
- Misses 26 62 +36 ☔ View full report in Codecov by Sentry. |
Added BeamInterceptor and fixed a BeamPage.noTransition issue and general improvements