dot_globe 0.2.0
dot_globe: ^0.2.0 copied to clipboard
A dotted (halftone) 3D globe for Flutter — spin it, drop any widget as a lat/lng marker. Pure Dart, zero deps, light & dark presets out of the box.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dot_globeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dot_globe: ^0.2.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:dot_globe/dot_globe.dart';