Yongle-Fu
Yongle-Fu
same 12.4 to just directly visit by sqlite3 /path/to/keychain-2.db
> Samsung same issue in Xiaomi 2201122C, X-Client-Version: Android 12 / SDK 31
``` dart class FocusPrinter extends LogPrinter { static final levelPrefixes = { Level.verbose: '[V]', Level.debug: '[D]', Level.info: '[I]', Level.warning: '[W]', Level.error: '[E]', Level.wtf: '[WTF]', }; final bool printTime; final formatter...
BluetoothLEAdvertisementWatcher VS DeviceWatcher ``` // auto aqsFilter = BluetoothDevice::GetDeviceSelectorFromPairingState(true) + L" AND System.Devices.Aep.IsConnected:=System.StructuredQueryType.Boolean#True"; auto aqsFilter = BluetoothDevice::GetDeviceSelectorFromPairingState(true); auto requestedProperties = { L"System.Devices.Aep.IsConnected", L"System.Devices.Aep.DeviceAddress" }; deviceWatcher = DeviceInformation::CreateWatcher(aqsFilter, requestedProperties, DeviceInformationKind::AssociationEndpoint); ```
same problem with RxList
增加了兼容List类型对象 踩坑中 https://github.com/yonglefu/HandyJSONRealm
dynamic var xxx = List() dynamic var title: String dynamic var 会导致getMappingHandler时property的address不匹配 注册的mapper会失效
```dart sharedLottieCache.clear(); ``` i had try this, but Memory reduction is very limited, seems json or image not release.