shingohu

Results 25 issues of shingohu

1.open the network 2.post the job (the job will onRun but not done) 3.close the network (when execute uploadImage method will exception) 4.open the network 5.the onRun method will execute...

**Describe the bug** Android上由于Activity在后台时候会被系统回收,下次打开时会重启原有界面,非Flutter页面没有问题, 但是在Flutter页面的时候回收重启时,原有的页面路由不会恢复,出现了NavigatorMeterialApp中设置的home界面 **To Reproduce** 1.打开demo->push flutter1 2.退到后台,操作其它app一段时间(具体看系统内存,垃圾手机比较容易出现) 3.再次点开demo 期望结果:回收重启后Flutter路由可以还原

https://github.com/alibaba/flutter_boost/issues/1652

android 前后台事件在某些场景下会混乱 flutter_boost延迟初始化的情况下,比如进入到首页后,再初始化flutter_boost,由于flutter_boost根据BoostActivityLifecycle中的activityReferences的计数来判断是否前后台,但是这个计数会不准确 步骤如下 1、打开主页A1 2、初始化flutter_boost 此时activityReferences 为0 3、打开其它页面A2,BoostActivityLifecycle 执行onActivityStarted(A2) 引用计数+1变为1,然后会继续执行onActivityStopped(A1的),计数-1变成了0,之后的前后台事件就混乱了 是否可以修改为通过记录打开过的ac,再onActivityStopped时判断下是否有记录打开过来判断计数 ``` package com.idlefish.flutterboost; import android.app.Activity; import android.app.Application; import android.os.Bundle; import com.idlefish.flutterboost.containers.FlutterContainerManager; import com.idlefish.flutterboost.containers.FlutterViewContainer; import java.util.ArrayList; import java.util.HashMap; import...

## Steps to Reproduce **A small application to reproduce the bug(最小化可复现的demo)** 集成方式:add-to-app 打开一个新Flutter页面(withContainer:true),必现 v3.0-preview.18 没有此问题 **Flutter Boost Version** : v3.0-release.1 **Target Platform:**: android **Target OS version/browser:**:11 **Devices:**:huawei ## Logs ══╡...

butterknife绑定点击时间,运行后没有响应 除非clean 在运行

*** Checking out LCActionSheet at "3.5.0" *** xcodebuild output can be found in /var/folders/9z/kqwr9s597_d5cz8z5dk038nm0000gn/T/carthage-xcodebuild.HZ3Q1w.log *** Skipped building LCActionSheet due to the error: Dependency "LCActionSheet" has no shared framework schemes If...

因为item个数不定,太多时超出屏幕高度,能否提供api限定view最大高度占屏幕高度的比例