-
**Flutter Boost Version** 3.0-null-safety-release.1
**Target Platform:** Android/iOS
FlutterA页面跳转到FlutterB页面,然后通过eventbus发送消息,让FlutterA页面关闭自身。使用的是下面的方法:
```dart
/// 关闭当前的Flutter页面
static vo…
-
在Android手机上,运行flutter_boost-3.0-beta.6 demo
第一次点击 open_custom_view_tab 顶部状态栏的文字是黑色(WiFi,电量那些信息)。
第二次点击 open_custom_view_tab 顶部状态栏的文字自动变成白色。
结果 必现。
如果将AppBar的brightness赋值成Brightness.light,然后打开该页面…
-
iOS, Native to Flutter success,
Flutter pop to Native, failed.
log:
```
[VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: Null check operator used on a null value
#0 FlutterBoo…
-
### 请描述遇到的问题,以及您所期望的正确的结果
```
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method check on channel dev.fluttercommunity.…
-
hi,
I have tried to show zoom feature and boost by using code
flutter: {
boost: {
useGPUTranslations: true,
},
accessibility: {
enabled: false,
},
chart: {
zoomType…
-
flutter_boost中使用,初始化不成功
![image](https://user-images.githubusercontent.com/52225007/140041373-4face6f2-a5cb-428f-a549-bf8de6f8b224.png)
gxtai updated
8 months ago
-
Attempting to post a note from inside a Flutter app does not work. I went off of your example. I also can't find any documentation on fetching notes of followers or notes that I myself have posted. Sa…
ghost updated
5 months ago
-
### 请描述遇到的问题,以及您所期望的正确的结果
flutter_boost:
git:
url: 'https://github.com/alibaba/flutter_boost.git'
ref: 'master'
原生Page---> flutter Page1 ---> flutter Page2 ---> flutter Page3…
-
## Steps to Reproduce
**A small application to reproduce the bug(最小化可复现的demo)**
无法稳定复现,不过bugly上的崩溃日志记录如下,数量不少。
想问一下,这个问题是否已经修复,如果修复了我应该升级到哪个版本。
**Flutter Boost Version**
flu…
-
使用以下代码打开新页面
BoostNavigator.instance.push(AppRoutes.FILTER_PAGE,
withContainer: true,
arguments: {"requestBean":requestBean}
);
log日志提示:
20…