-
Related to #3140.
Here's one proposal:
-----------
Most web frameworks have a concept of routing and handlers.
Handler spans have a couple of purposes:
* They represent the portion of a r…
trask updated
3 years ago
-
### Steps to reproduce
Hi,
We’re currently automating tests for a hybrid Flutter-Native app. Since our app includes LTE-specific flows, we need to disconnect the iPhone from Wi-Fi to test LTE fl…
-
# Software Architectural Patterns
Software architectural patterns are high-level design templates or solutions that provide a structured approach for organizing and designing software systems. Arch…
-
When I have tried to use version 2+ of TuesPechkin, I have always run into this error when starting my application (a web application hosted in IIS). My machine is 64 bit Windows 7.
For now, I have t…
-
### Steps to reproduce
1. Create a `Tooltip` widget with the following properties:
- A `triggerMode` of `TooltipTriggerMode.tap`
- A `child` that contains a `Button` whose `onPressed` calls…
-
### Steps to reproduce
1. Push a route that's inside a `ShellRoute` from a route outside it. Use `var value = await context.push('/routeName')`
2. Inside the pushed route, execute `context.pop('sa…
-
Recreated from https://github.com/flutter/flutter/issues/16564
Currently, it's not possible to have Vertical listviews wrapped in horizontal Listview without giving a fixed height.
It should be p…
-
Name: C4GT DMP 2024 issue
About: This issue focuses on developing / building scripts for automating the test flows to ease the process of testing.
Labels: C4GT Community, DMP 2024, build scripts
Me…
-
## Steps to Reproduce
(1) Paste the following into main.dart
(2) run for Linux or Web
(3) start a selection and scroll (e.g. with trackpad) while keeping the selection active (i.e. left mouse stays…
ltOgt updated
1 month ago
-
### Steps to reproduce
Reproducible in go_router `14.2.3`
In mobile device, we use bottom nav bar, something like:
```dart
final mobileConfig = RoutingConfig(routes: [
StatefulShellRoute.…