flutter_lazy_load_web 0.1.0
flutter_lazy_load_web: ^0.1.0 copied to clipboard
A Flutter widget that wraps Dart deferred (lazy) library loading for web apps. Splits your app into on-demand chunks, dramatically reducing the initial JS bundle size and improving time-to-interactive [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flutter_lazy_load_webWith Flutter:
$ flutter pub add flutter_lazy_load_webThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_lazy_load_web: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:flutter_lazy_load_web/flutter_lazy_load_web.dart';