quicklit 1.1.0 copy "quicklit: ^1.1.0" to clipboard
quicklit: ^1.1.0 copied to clipboard

A blazing-fast Flutter toolkit with essential utilities and UI components for hackathon-ready apps.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate quicklit

Use it

The package has the following executables:

$ model_gen

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add quicklit

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

dependencies:
  quicklit: ^1.1.0

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:quicklit/quicklit.dart';
0
likes
140
points
72
downloads

Publisher

unverified uploader

Weekly Downloads

A blazing-fast Flutter toolkit with essential utilities and UI components for hackathon-ready apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, firebase_auth, firebase_core, flutter, json_annotation, provider, shared_preferences

More

Packages that depend on quicklit