ilkersevim_json_isolate 0.1.2 copy "ilkersevim_json_isolate: ^0.1.2" to clipboard
ilkersevim_json_isolate: ^0.1.2 copied to clipboard

Keep Flutter UIs responsive by moving large JSON work to compute while decoding small payloads without isolate overhead.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ilkersevim_json_isolate

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

dependencies:
  ilkersevim_json_isolate: ^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:ilkersevim_json_isolate/ilkersevim_json_isolate.dart';
1
likes
160
points
310
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Keep Flutter UIs responsive by moving large JSON work to compute while decoding small payloads without isolate overhead.

Repository (GitHub)
View/report issues

Topics

#json #isolate #flutter #compute

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on ilkersevim_json_isolate