figureai

Results 10 comments of figureai

I upgrade to the latest stable Flutter version(3.7.12), but it is still have the same error

but,When the phone is connected to Bluetooth, calling device.connect() method will report an error

``` require "json" package = JSON.parse(File.read(File.join(__dir__, "package.json"))) Pod::Spec.new do |s| s.name = 'RCTAesCrypto' s.version = package["version"] s.summary = package["description"] s.author = package["author"] s.homepage = package["homepage"] s.license = package["license"] s.platform =...

我遇到了这个问题,仓库存在30m大小的单个文件,没翻墙前下载速度10k/s一直出现这个问题,随后翻墙达到700k/s,成功clone

I fixed this bug by adding `@pragma('vm:entry-point')` above every functions in the `RidingRecordBackgroundService ` class. Maybe the functions is optimized by Dart Vm in release.

> I am also facing the same issue on Samsung android 12 version. but i can't add the above permissions because my app is not using any alarm or calendar....