-
Thank you a lot for this plugin. It's amazing, the one thing it lacks is to add an AppBar in the pdfViewer activity. Any idea how it could be done? Maybe like the flutter webview plugin does?
Than…
-
Code of the app:
```
import 'package:flutter/material.dart';
void main() => runApp(const MyApp());
class MyApp extends StatelessWidget {
const MyApp({Key? key}) : super(key: key);
@ove…
-
-
### Steps to reproduce
1. Create a new flutter app
2. Paste the attached code in main.dart
3. Run the application in Chrome or Edge
### Expected results
The app should run in Chrome/Edge as it do…
-
The flutter appbar widget actually takes 3 ms to build and the bottomNavigationBar takes 8 ms to build, what's going on !
This is my code(Flutter (Channel stable, 2.2.3, on Microsoft Windows [Versi…
-
我用fish-redux框架输入框会被键盘盖住,不能自动被键盘顶上去,用原生写页面就没有这个问题。请问有什么解决方法么,软键盘盖住输入框问题。谢谢
这个是我的代码
Widget buildView(
DrawBillState state, Dispatch dispatch, ViewService viewService) {
return Scaffold(
…
-
### Steps to reproduce
1. Run the code sample
2. Tap the `pageBuilder` button
3. Tap the `transitionsBuilder` button
### Expected results
`pageBuilder` and `transitionsBuilder` should each execut…
-
Hi,
i'm using AppBarLayout in MainActivity
```
```
and FABToolbarLayout in fragment from first tab 'Translation'.
transition animation button in the toolbar is not the same …
-
Hello, [go_router](https://pub.dev/packages/go_router) is very popular package, now maintained by the Flutter team.
Unfortunately, Phoenix doesn't work as expected with it, you can verify with the …
-
Hello Dear,
This is really good Library and I am using this in my project. Well I am facing a weired problem I dont know why But I have spent more than 3 hours to figure out this but vain. The thing…