aerial_views 0.1.0
aerial_views: ^0.1.0 copied to clipboard
Flutter library for discovering and streaming aerial videos from Apple, Community, Amazon, Immich, and custom feeds.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aerial_viewsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
aerial_views: ^0.1.0Alternatively, 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:aerial_views/aerial_views.dart';