kane-knowby
kane-knowby
Proposed fix for https://github.com/Milad-Akarie/auto_route_library/issues/1839
Scenario: You are on RouteA. router.navigate(RouteB); router.navigate(RouteC); (From RouteB) router.pop(); (From RouteC) router.back(); (From RouteB) Expected result: RouteA Actual result: RouteC You might say, that is fine, just use .back()...
The process of creating a new action is incredibly simple already, but in my view would be even better if I could group actions logically. This makes sense especially when...
### Checklist - [X] The issue can be reproduced in the [auth0_flutter sample app](https://github.com/auth0-samples/auth0-flutter-samples/tree/main/sample) (or N/A). - [X] I have looked into the [Readme](https://github.com/auth0/auth0-flutter/tree/main/auth0_flutter#readme), [Examples](https://github.com/auth0/auth0-flutter/blob/main/auth0_flutter/EXAMPLES.md), and [FAQ](https://github.com/auth0/auth0-flutter/blob/main/auth0_flutter/FAQ.md) and have not...
## Steps to Reproduce 1. Wrap your FleatherToolbar with a FleatherTheme 2. Observe heading styles are not reflected when choosing a heading from toolbar 3. Specifically heading 5 is always...
When the cursor moves outside of the view (or behind the keyboard), the parent scrollable should scroll so that the cursor stays in view, the same way that TextFormField does....
## Steps to Reproduce 1. Add a horizontal rule using the rich text editor 2. Convert your document to markdown using ParchmentMarkdownCodec().encode(document) 3. Notice the horizontal rule is not present...
## Steps to Reproduce 1. Create a normal FleatherField 2. Before typing anycharacters, insert a horizontal rule 3. Continue to type as per normal, creating new lines 4. Notice that...