Ji Fang
Ji Fang
In the README, there is an example to support existing types with different bridges, you can extend it similarly: ``` extension Data: DefaultsSerializable { public static var _defaultsArray: DefaultsArrayBridge {...
### Platform Android 12 ### Plugin android_intent_plus ### Version 4.0.3 ### Flutter SDK 3.13.0 ### Steps to reproduce I encountered an issue when attempting to launch a chooser to pass...
```dart import 'dart:typed_data'; import 'package:crypton/crypton.dart'; main() { ECKeypair ecKeypair = ECKeypair.fromRandom(); for (int i = 0; i < 100; i++) { String message = i.toRadixString(16); final List codeUnits = message.codeUnits;...
1. Update the python script for generating the string file from swift source. Now, it supports generating string from multiple inputs. The usage is similar to the Apple's genstrings tool....
Use addFlags() instead of setFlags() when setting multiple flags
China Unicomm updates the SDK and requires all clients to be updated by 03/31/2024. See following link for details https://help.aliyun.com/zh/pnvs/product-overview/upgrade-phone-number-verification-service-sdk-standard-edition
Starting with iOS18, CAMediatTimingFunctionName is marked as iOS12 only. To support iOS below 12 we need to construct the CAMediaTimingFunction with explicit control points.
- Starting with iOS18, CAShapeLayerFillRule is marked as iOS12 only. - Increase the iOS deployment target to iOS11 because libarclite is now obsolete
**Describe the bug** When loading some pdf file (see attached), its size is supposed to be a 595.25 x 409. However, the page height of 841.875 is returned. The page...
Added support for pinning on the server's root and intermediate certificates. Previously, Android only supported pinning on the leaf certificate. This change improves operational flexibility by allowing pinning on the...