range_fix 0.1.2+1 copy "range_fix: ^0.1.2+1" to clipboard
range_fix: ^0.1.2+1 copied to clipboard

Dart 1 only

A workaround for the Range.getClientRects bug in Chrome.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add range_fix

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  range_fix: ^0.1.2+1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:range_fix/range_fix.dart';
0
likes
40
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A workaround for the Range.getClientRects bug in Chrome.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

More

Packages that depend on range_fix