Yongle-Fu

Results 38 comments of Yongle-Fu

same 12.4 to just directly visit by sqlite3 /path/to/keychain-2.db

``` 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.