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 [...]
1.0.0 #
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.
🌀 Features #
- 🌐 3D spherical layout using Fibonacci sphere algorithm
- 🎛️ External control for horizontal and vertical rotations
- 🖱️ Optional gesture-based interactive rotation
- 🔍 Depth-based scaling & alpha for realistic 3D effect
- 🖼️ Supports any Flutter widget as a sphere point (avatars, icons, etc.)
- ⚡ Efficient RenderObject implementation
- 🖱️ Fully functional hit testing (children are clickable)
- 🧱 No dependencies — pure Flutter