-
I am using chi router in my go project, and inside main go I have routes for my base version and my v1 version.
mux.Route("/", func(route chi.Router) {
***endpoints***
})
…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
### Is there an existing issue for this?
- [X] I have searched the [existing package issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3Apackage)
- [X] I have read the…
-
### What package does this bug report belong to?
go_router
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
### Dependen…
-
初期は、Navigator.push、popを使用した画面遷移を利用していました。
が、その後Laravelのような宣言的な画面遷移に慣れていたのでそのやり方にしようと思い導入しました。
https://github.com/K9i-0/flutter_k9i_portfolio/blob/main/lib/router.dart
### 改善点
Navigator2.0を導入すれ…
-
### Description
Hi there!
I'm in the process of migrating from GitLab to Gitea, and so far I'm very happy with Gitea - migration was smooth, and things like Actions work great!
Now I wanted t…
fekle updated
2 weeks ago
-
## Steps to Reproduce
1. First problem is changing values in **MaterialApp.router.showPerformanceOverlay** or **MaterialApp.router.showSemanticsDebugger** at runtime.
2. The second problem…
-
After upgrading some clusters to 1.30.5 issues appear in the proxy.
Starts fine and runs OK for ~20-30min, then errors are thrown.
```
{"level":"error","ts":1730378101.6257863,"caller":"proxy/h…
-
## Use case
Right now, the generation creates an extension on each pages:
```dart
// routes.dart
@TypedGoRoute< MyRoute1 >(path: '/my-route-1')
class MyRoute1 extends GoRouteData {
…