星辰大海

Results 24 issues of 星辰大海

使用1.8.x会报找不到bundle的问题

Android物理键返回不触发WillPopScope事件,经过定位发现FlutterBoostAppState 里面的pop方法执行canpop并不能触发WillPopScope的调用,需要将canpop更改为maybepop。 ``` final handled = onBackPressed? await _performBackPressed(container, result): await container?.navigator?.maybePop(result); ``` 同样的FlutterBoostAppState里面的build的onWillPop逻辑pop也不会触发WillPopScope,需要更改为maybepop。 ``` onWillPop: () async { final canPop = topContainer.navigator.canPop(); if (canPop) { topContainer.navigator.maybePop(); return false; }...

demo code needed

flutterboost集成到Android原生项目中,flutter页面首次显示会报下面的错误。 flutter boost版本:v3.0-release.1 flutter sdk:2.5.3 之前使用的是v3.0-release没有这个问题 ═══════════════════════════════════════════════════════ The following assertion was thrown during a scheduler callback: 'package:flutter_boost/src/boost_lifecycle_binding.dart': Failed assertion: line 96 pos 12: 'container != null': is not true. When...

[✓] Flutter (Channel stable, 2.10.4, on macOS 12.1 21C52 darwin-x64, locale zh-Hans-CN) • Flutter version 2.10.4 at /Users/jd/fvm/versions/2.10.4 • Upstream repository https://github.com/flutter/flutter.git • Framework revision c860cba910 (2 weeks ago), 2022-03-25...

stale

https://user-images.githubusercontent.com/4929805/160352815-9de5e7a6-a2af-420a-adcb-eacecb2a944e.mov 使用浏览器正常,使用 Kraken命令行和Android机器启动会闪烁,其他未试。 环境: flutter:2.5.3 Kraken:^0.10.2+1

bug

目前kraken已经支持使用Rax、Vue、Rect,而框架是基于flutter的,难以避免一点不使用flutter开发,这样一个团队就需要至少两个技术栈的人员,这样小团队很难搞得定。 因为flutter转js本身都支持, 如果使用flutter开发,然后通过工具转换成Rax、Vue、Rect中的一种,这样只需要稍微了解熟悉的js框架即可,技术栈就能统一。 这样一个团队可以使用flutter开发app的同时,在需要热更新的地方使用kraken,等业务稳定,可以随时在flutter和kraken之间随意切换。

enhancement

是否能提供个模块显示当前时间点的所有线程的堆栈,或者在卡顿时记录所有线程的堆栈,又或者cpu超过一定值显示所有线程的堆栈,这些其他工具都有,但是能集成进app感觉使用会更简单。 谢谢!

我们也想抓socket的请求,这个我看你之前好像实现了,现在又给删了!

I run according to the code in example and change context.go('/details') to context.replace('/details'), then the chrome can pop when press back button. ![2](https://user-images.githubusercontent.com/4929805/206986063-3f779897-0cc0-4abf-b1f4-2fd7504a2f2d.png) https://user-images.githubusercontent.com/4929805/206986078-028e254e-31ad-4d0e-8415-72f1a73906ee.mov go_router: ^5.2.0 [✓] Flutter (Channel stable,...

waiting for customer response
in triage

Launching lib/main.dart on HEY W09 in debug mode... Running Gradle task 'assembleDebug'... ../../../../../.pub-cache/hosted/pub.flutter-io.cn/dokit-0.8.2-nullsafety.10/lib/engine/dokit_http.dart:26:7: Error: The non-abstract class 'DoKitHttpClient' is missing implementations for these members: - HttpClient.connectionFactory= - HttpClient.keyLog= Try to...