akvelon_flutter_issue_106664_workaround 0.1.2
akvelon_flutter_issue_106664_workaround: ^0.1.2 copied to clipboard
Fixes the Flutter issue of automatically scrolling to a focused iframe when clicking outside of such iframe
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add akvelon_flutter_issue_106664_workaround
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
akvelon_flutter_issue_106664_workaround: ^0.1.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:akvelon_flutter_issue_106664_workaround/akvelon_flutter_issue_106664_workaround.dart';