Getting Started

The latest version of the DartSV package is published at https://pub.dev/packages/dartsv.

  • Add as a dependency to your pubspec.yaml
dependencies:
  dartsv: ^1.0.1
  • Run pub get to update the project dependencies

$pub get
  • To use in your code, import the dartsv package.

import 'package:dartsv/dartsv.dart';
On this page