ebwood

Results 19 comments of ebwood

I finally found the problem. Because i fork the older version of flutter_downloader in tag 1.7.3. Because the the register callback use the DownloadTaskStatus class, i need to add @pragma('vm:entry-point')...

[flutter issue #62240](https://github.com/flutter/flutter/issues/62240#issuecomment-663978057)

I implement a [simple wrapper generator](https://github.com/ebwood/retrofit_wrapper_tools.git) to handle error. It will be nice if the library can support this feature.

`Isolate()` constructor creates just a new object, it didn't tell the system to create a new thread. You should use `Isolate.spawn()` to achieve that.

It seems like if you set selectedLabelStyle like fontSize: 18px with height: 1.0, and set unselectedLabelStyle like fontSize: 16px with height: 18/16, it'll be less jittery. Maybe the problem is...

It still confuses people with the different behavior between debug and release mode. like below code, I expect the `ConstWidget` with key will never rebuild, and it works in release...

> Can you experiment with the buildType attributes in you build.gradle files? This should be placed inside the `android { }` element. > > `android/app/build.gradle` should have a signingConfig defined....

The original issue is #1350, use just_audio:0.9.46 will be ok.