Skip to content

Quick start

Installation

Check the latest version before installing. If a new release causes problems, pin the previous version.

yaml
dependencies:
  flutter:
    sdk: flutter
  # add fast_package
  fast_package: ^{latest version}

Import

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

Released under the MIT License