web2wave 1.1.1 copy "web2wave: ^1.1.1" to clipboard
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';
0
likes
150
points
82
downloads

Publisher

unverified uploader

Weekly Downloads

Web2Wave is a lightweight Flutter package that provides a simple interface for managing user subscriptions and properties through a REST API.

Homepage
Repository (GitHub)
View/report issues

Topics

#web2app #web2wave

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, http, webview_flutter

More

Packages that depend on web2wave