You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove unused 'org.jetbrains.kotlin.android' plugin
- Remove 'kotlinOptions' block for JVM target compatibility update
- Add exclusion for 'androidsupportmultidexversion.txt' in packagingOptions
feat: add FlutterLogbackAppender for logging in Android
- Add new FlutterLogbackAppender class for logging
- Implement append method to handle log events
- Include mainThreadHandler for posting log data asynchronously
- Provide setChannel method for setting MethodChannel in FlutterLogbackAppender
refactor: simplify channel set in OptimizelyFlutterSdkPlugin.java
- Update channel set method to use static reference directly
0 commit comments