flutter_web_fastify 0.0.1 copy "flutter_web_fastify: ^0.0.1" to clipboard
flutter_web_fastify: ^0.0.1 copied to clipboard

It is a simple package but it helps you improve the loading times of flutter web

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_web_fastify

With Flutter:

 $ flutter pub add flutter_web_fastify

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

dependencies:
  flutter_web_fastify: ^0.0.1

Alternatively, 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_web_fastify/main.dart';
import 'package:flutter_web_fastify/resources.resource_importer.dart';
5
likes
115
points
28
downloads

Publisher

verified publisherbriansalvattore.com

Weekly Downloads

It is a simple package but it helps you improve the loading times of flutter web

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

process_run, random_string, string_splitter

More

Packages that depend on flutter_web_fastify