Flutter Gems is a curated list of 6700+ useful Dart & Flutter packages that are categorized based on functionality.
Top Flutter 3D packages
Last updated: February 25, 2025
A 3D model is a realistic three-dimensional representation of any object or a scene often created using softwares. The most common data-format that represents 3D geometry is the .obj (Object) file format and has been used by a variety of 3D graphics applications. The format is simple: it is a text file that contains a list of vertices and faces. Each vertex is specified by a line that starts with the letter "v", followed by three numbers that represent the x, y, and z coordinates of the vertex. Each face is specified by a line that starts with the letter "f", followed by three numbers that represent the indices of the vertices that make up the face. There are a few other elements that can be specified in an .obj file, such as texture coordinates and normals. Some other formats are glTF and GLB.
The following Flutter packages can be used to render 3D Models or view 3D Models, which includes scaling, rotating and viewing the model from different perspectives. This is performed using OpenGL, WebGL or other implementations. Also this list includes some packages that can help view widgets in pseudo-3D perspective.
flutter_cube
👍 321 ⬇️ 6.3K
Dart 3 compatibleMaintenance Status: Poor
A Flutter 3D widget that renders Wavefront's object files.

flutter_3d_controller
👍 287 ⬇️ 2.5K
Dart 3 compatibleMaintenance Status: Good
The most complete Flutter package for rendering interactive 3D models in various formats (GLB, GLTF, OBJ, FBX), with the ability to control animations, textures, camera, and more.

model_viewer_plus
👍 261 ⬇️ 7.6K
Dart 3 compatibleMaintenance Status: Good
A Flutter widget for rendering interactive 3D models in the glTF and GLB formats. Fork of model_viewer package.

flutter_tilt
👍 241 ⬇️ 5.7K
Dart 3 compatibleMaintenance Status: Good
Easily apply tilt parallax hover effects for Flutter, which supports tilt, light, shadow effects, gyroscope sensors and many custom parameters.
three_dart
👍 193 ⬇️ 615
Dart 3 compatibleMaintenance Status: Poor
three.js implement by Dart. Dart 3D library. an easy to use, lightweight, cross-platform, general purpose 3D library.

o3d
👍 181 ⬇️ 542
Dart 3 compatibleMaintenance Status: Good
The Flutter 3D objects easy controller ( glb format ) on mobile and web platforms

ditredi
👍 173 ⬇️ 444
Dart 3 compatibleMaintenance Status: Average
A flutter package that displays large 3D datasets on transparent canvas.
babylonjs_viewer
👍 67 ⬇️ 128
Dart 3 compatibleMaintenance Status: Poor
3D Model Rendering with BabylonJS Viewer
zwidget
👍 66 ⬇️ 69
Dart 3 compatibleMaintenance Status: Poor
Transform almost any widget in a pseudo-3D version that can be easily animated.

simple_3d_renderer
👍 55 ⬇️ 277
Dart 3 compatibleMaintenance Status: Good
Sp3dObj renderer. Includes simple cameras, light, world, and more. It also supports user taps.

flutter_earth_globe
👍 48 ⬇️ 346
Dart 3 compatibleMaintenance Status: Good
An interactive and fully customizable 3D Globe widget written in pure Dart.
opengl
👍 31 ⬇️ 97
Dart 3 compatibleMaintenance Status: Poor
OpenGL 4.6 FFI bindings for Dart. Supports Linux, macOS and Windows.
util_simple_3d
👍 27 ⬇️ 278
Dart 3 compatibleMaintenance Status: Good
Utility for Sp3dObj. Includes 3D geometry generation utility and more.
dxf
👍 27 ⬇️ 269
Dart 3 compatibleMaintenance Status: Average
DXF package for Dart developers to create, read, update and delete the data in AutoCAD DXF file - a CAD data file format developed by Autodesk.
simple_3d
👍 25 ⬇️ 313
Dart 3 compatibleMaintenance Status: Good
This package was created for the convenience of 3D non-experts, including scientists.
flutter_embed_unity
👍 24 ⬇️ 207
Dart 3 compatibleMaintenance Status: Good
Harness the power of Unity 3D in your Flutter app by embedding Unity as a widget. Useful for adding 3D, gaming or augmented reality (AR) to your app.
xl
👍 24 ⬇️ 49
Dart 3 compatibleMaintenance Status: Poor
Implement accelerometer and pointer or touch fueled parallax animations with a bespoke XL layering paradigm. Gyroscope supported.
babylon_dart
👍 22 ⬇️ 82
Dart 3 compatibleMaintenance Status: Average
Dart bindings for the BabylonJS 4.2 rendering engine for the web.
flutter_web_gl
👍 12 ⬇️ 31
Dart 3 compatibleMaintenance Status: Poor
A new flutter plugin project.
huawei_modeling3d
👍 6 ⬇️ 0
Dart 3 compatibleMaintenance Status: Average
3D Modeling Kit provides material generation and 3D object reconstruction capabilities to help with creating 3D content more efficiently at a lower cost.
flutter_3d_objects
👍 5 ⬇️ 0
Dart 3 compatibleMaintenance Status: Good
A Flutter package project that renders Wavefront's 3D object files.
flutter_gl_web
👍 2 ⬇️ 1.6K
Dart 3 compatibleMaintenance Status: Poor
Web platform implementation of flutter_gl, cross-platform call OpenGL API by Dart through dart:ffi. Provides OpenGL with Texture Widget on Flutter.
flutter_scene
👍 141 ⬇️ 712
Maintenance Status: Good
3D rendering library for Flutter. Currently only supported when Impeller is enabled.
model_viewer
👍 141 ⬇️ 62
Maintenance Status: Poor
A Flutter widget for rendering interactive 3D models in the glTF and GLB formats.
zflutter
👍 68 ⬇️ 2
Maintenance Status: Poor
A round, flat and designer-friendly pseudo-3D engine for Flutter
flutter_gl
👍 51 ⬇️ 1.4K
Maintenance Status: Poor
cross-platform call OpenGL API by Dart through dart:ffi. 3D programming in the cross-platform. Provides OpenGL with Texture Widget on Flutter.
flutter_3d_obj
👍 26 ⬇️ 53
Maintenance Status: Poor
A new flutter package to render wavefront obj files into a canvas.