ready 1.5.9+11 copy "ready: ^1.5.9+11" to clipboard
ready: ^1.5.9+11 copied to clipboard

Package that contains complete list solution and admin dashboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ready

With Flutter:

 $ flutter pub add ready

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

dependencies:
  ready: ^1.5.9+11

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:ready/ready.dart';