Skip to content

Instantly share code, notes, and snippets.

@csells
Last active October 1, 2020 17:50
Show Gist options
  • Select an option

  • Save csells/1dbe3f146d35e05a7e989c4b4ffc5af4 to your computer and use it in GitHub Desktop.

Select an option

Save csells/1dbe3f146d35e05a7e989c4b4ffc5af4 to your computer and use it in GitHub Desktop.
flutter-resampling
void main() {
GestureBinding.instance.resamplingEnabled = true;
run(MyApp());
}
@qronos-ai
Copy link
Copy Markdown

qronos-ai commented Oct 1, 2020

GestureBinding.instance.resamplingEnabled = true;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment