gd_sphere 1.0.0 copy "gd_sphere: ^1.0.0" to clipboard
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_sphere

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

dependencies:
  gd_sphere: ^1.0.0

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:gd_sphere/impl/sphere_impl.dart';
import 'package:gd_sphere/sphere.dart';
2
likes
130
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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 scaling, alpha, and hit-testing. This widget works on all Flutter platforms, including web, mobile, and desktop.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on gd_sphere