gd_sphere 1.0.0
gd_sphere: ^1.0.0 copied to clipboard
Sphere is a highly customizable 3D globe widget written using a custom RenderObject. It positions child widgets on a virtual sphere using Fibonacci distribution and renders them with depth-based scali [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gd_sphereThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
gd_sphere: ^1.0.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:gd_sphere/impl/sphere_impl.dart';
import 'package:gd_sphere/sphere.dart';