Skip to content

Installation Dart

Qsu requires Dart 3.x or higher. If you are using Flutter, you must be using Flutter version 3.10.x or later.

After configuring the dart environment, you can simply run the following command:

With Dart

bash
$ dart pub add qsu

With Flutter

bash
$ flutter pub add qsu

How to Use

You can import the following code manually or automatically to bring up the QSU utility

dart
import 'package:qsu/qsu.dart';

To learn more about utility functions, browse the API documentation.

Released under the MIT License