Tien Yu Lin
Tien Yu Lin
Wait for use ... please merge
I just found even I use `macos-latest` it still runs on v11 instead of v12 in this https://github.com/NEO-TAT/tat_flutter/actions/runs/3260016715/jobs/5353264229. But if I changed it to `macos-12`, it uses 12. Maybe it...
Got it, thanks :)
please merge.
Having this issue with `permission_handler: ^10.2.0`. My compileSDK is 33 and the dialog not shown in both dev mode and release mode. ```dart await Permission.storage.request().isGranted // Not show anything ```...
Seems this is caused by the new introduced Android API level 33 storage permission policy: [Granular media permissions](https://developer.android.com/about/versions/13/behavior-changes-13#granular-media-permissions). That means the `READ_EXTERNAL_STORAGE` can not be directly requested when api version...
any news for this ??
@ntut-xuan For this comment: https://github.com/NEO-TAT/tat_flutter/pull/221#discussion_r1484952980 Based on our discussions, it seems that we need not only using stricter conversion for both `num` and `List` type of the `Course` model, but...
Hi @chenghsuanho, thank you for your suggestions on our development environment. It is true that we can develop without using Android Studio since flutter officially supports VSCode. However, there are...
For safety reasons, we must make the replacement of the catgirl icon optional.