web2wave 1.1.1
web2wave: ^1.1.1 copied to clipboard
Web2Wave is a lightweight Flutter package that provides a simple interface for managing user subscriptions and properties through a REST API.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add web2wave
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
web2wave: ^1.1.1
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:web2wave/web2wave.dart';