flutter_xlog_ffi 0.0.2
flutter_xlog_ffi: ^0.0.2 copied to clipboard
A Flutter FFI plugin that packages Tencent mars xlog for Android and iOS logging.
0.0.2 #
- Fixed the iOS podspec name so Flutter and CocoaPods can resolve the
flutter_xlog_ffiplugin correctly.
0.0.1 #
- Initial Flutter FFI xlog plugin release.
- Added Android prebuilt shared libraries for
armeabi-v7aandarm64-v8a. - Added iOS prebuilt
flutter_xlog.xcframeworkfor device and simulator builds. - Added Dart APIs for init, write, flush, close, console logging, and public-key setup.
- Added a minimal Flutter example app.