-
I put Future.delayed on my splash page, after some duration I make it redirect to main page by calling ```Get.offAllNamed``` . In my list of ```GetPage``` I already put ```AuthMiddleware``` which is g…
-
I have read through the docs, and example code.
The example code seems like a collection of independent Scaffolds, like Rooms, ChatPage, LoginPage.
Scaffolds don't seem like the best Widget type to …
-
sign in menggnakan google, search, favorite, add post
-
## Steps to Reproduce
1. Build an app with two pages
2. Navigate to 2nd page
3. Swipe with two fingers on the trackpad from left to right
**Expected results:** Going back to 1st page
**Actu…
-
**Describe the bug**
Currently, `automaticallyImplyLeading` just puts a back arrow or remove it. Even when there is no route below the current one (example, if you use it in a root page), an back arr…
-
```dart
import 'package:flutter/material.dart';
import 'package:flutter_webview_plugin/flutter_webview_plugin.dart';
import 'package:insight_bank/generated/i18n.dart';
import 'package:insight_bank…
-
I want to set up a global sliding_up_panel that can be used in all pages.
Now I can open the sliding panel from `APage` as follows:
```
@override
Widget build(BuildContext context){
return Mate…
-
404 Unknown route not triggered.
Getx 4.3.4 (Latest Version)
Flutter 2.2.3 Stable (Latest Version)
Android Studio Artic Fox(Latest Version)
-
### Steps to reproduce
1. Run the app below (an app that makes a change to a property of TextField that gets passed to TextSelectionOverlay).
2. Drag the selection in order to show the magnifier.
…
-
Top Appbar not working in release Apk, it works fine in debug Apk. I think the problem in Stream Controller which I used for page transition.
I'll fix this issue soon.