Results 7 issues of emakar

anonymous class leaked ServiceWorkerManager -> MethodChannel which in turn leaks FlutterJNI ``` ==================================== HEAP ANALYSIS RESULT ==================================== 1 APPLICATION LEAKS References underlined with "~~~" are likely causes. Learn more at...

android

Currently `BottomSheetBehavior` with `marginTop` behaves badly - child jumps on screen depending on layout phase and appears in different places when showing Also it's impossible to use both `fisToContents` and...

bug
Widget: BottomSheet
Review in progress

Currently logging shared hot observable or subject via RxLogObservable could result in unreadable log: Assume we have a subject returned as observable and we just want to log its emission...

feature request

updated changelog with notable changes (actually all of the changes since 2.6.0 bump)

https://github.com/dart-lang/dart_ci/blob/ff8580fd6854a3725b642116a7c6f8fff3be4616/github-label-notifier/symbolizer/lib/symbolizer.dart#L97 ```dart // Try to expand short hash into full hash. final engineCommit = await github.repositories .getCommit(RepositorySlug('flutter', 'engine'), engineHash); engineHash = engineCommit.sha; ``` symbolizer looks `flutter/engine`, but engine was moved...

I needed BottomSheetBehavior to work with top margin being set to its view. Currently this is buggy and gives various card jumps. I also need this behavior with fitToContents =...

cla: yes

1. Android build failure ``` e: file:///Users/yauhen/.pub-cache/hosted/pub.dev/pdfx-2.9.0/android/src/main/kotlin/io/scer/pdfx/Messages.kt:211:98 No value passed for parameter 'forPrint'. ```` 2. `SurfaceProducer` is migrated incorrectly, see https://github.com/ScerIO/packages.flutter/pull/543#discussion_r2030716738 3. ios build failure ``` Swift Compiler Error (Xcode):...

bug