galli360viewer 0.0.4
galli360viewer: ^0.0.4 copied to clipboard
Galli360 is a Flutter widget that allows users to view and interact with 360 street images. It provides pre-built widgets and functions for developers to easily add interactive panoramic views to thei [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add galli360viewerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
galli360viewer: ^0.0.4Alternatively, 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:galli360viewer/galli360viewer.dart';