flutter_miniplayer 1.0.0 copy "flutter_miniplayer: ^1.0.0" to clipboard
flutter_miniplayer: ^1.0.0 copied to clipboard

A lightweight flutter package to simplify the creation of a miniplayer.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_miniplayer
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_miniplayer: ^1.0.0
copied to clipboard

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:flutter_miniplayer/flutter_miniplayer.dart';
copied to clipboard
4
likes
150
points
72
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.08 - 2025.01.20

A lightweight flutter package to simplify the creation of a miniplayer.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_miniplayer