Skip to content

Instantly share code, notes, and snippets.

@fzyzcjy
Last active April 26, 2022 14:24
Show Gist options
  • Save fzyzcjy/1721bdd30b6f4c1a18e0dd165ed61782 to your computer and use it in GitHub Desktop.
Save fzyzcjy/1721bdd30b6f4c1a18e0dd165ed61782 to your computer and use it in GitHub Desktop.
Some pull requests to Flutter
  1. Fixing bug when ListenableEditingState is provided initialState with a valid composing range, android.view.inputmethod.BaseInputConnection.setComposingRegion(int, int) has NPE flutter/engine#30916
  2. Fix FollowerLayer (CompositedTransformFollower) has null pointer error when using with some kinds of Layers flutter/flutter#100672
  3. Create ImageFilter.dilate/ImageFilter.erode flutter/engine#32334
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment