Flutter Gems is a curated list of 5600+ useful Dart & Flutter packages that are categorized based on functionality.

Discord Medium LinkedIn Twitter

Top Flutter 3D packages

Last updated: April 2, 2024

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.


model_viewer_plus Card Image
model_viewer_plus
Dart 3 compatible 👍 195
Maintenance Status: Good

A Flutter widget for rendering interactive 3D models in the glTF and GLB formats. Fork of model_viewer package.

ditredi Card Image
ditredi
Dart 3 compatible 👍 153
Maintenance Status: Good

A flutter package that displays large 3D datasets on transparent canvas.

flutter_3d_controller Card Image
flutter_3d_controller
Dart 3 compatible 👍 151
Maintenance Status: Good

A Flutter package for rendering interactive 3D models in different formats(glb, gltf, fbx, obj), with ability to control animations, textures and camera.

o3d Card Image
o3d
Dart 3 compatible 👍 116
Maintenance Status: Good

The Flutter 3D objects easy controller ( glb format ) on mobile and web platforms

flutter_tilt Card Image
flutter_tilt
Dart 3 compatible 👍 112
Maintenance Status: Good

Easily apply tilt parallax hover effects for Flutter, which supports tilt, light, shadow effects, gyroscope sensors and many custom parameters.

simple_3d_renderer Card Image
simple_3d_renderer
Dart 3 compatible 👍 44
Maintenance Status: Good

Sp3dObj renderer. Includes simple cameras, light, world, and more. It also supports user taps.

babylon_dart
Dart 3 compatible 👍 21
Maintenance Status: Good

Dart bindings for the BabylonJS 4.2 rendering engine for the web.

three_dart Card Image
three_dart
Dart 3 compatible 👍 169
Maintenance Status: Average

three.js implement by Dart. Dart 3D library. an easy to use, lightweight, cross-platform, general purpose 3D library.

babylonjs_viewer Card Image
babylonjs_viewer
Dart 3 compatible 👍 59
Maintenance Status: Average

3D Model Rendering with BabylonJS Viewer

zwidget Card Image
zwidget
Dart 3 compatible 👍 51
Maintenance Status: Average

Transform almost any widget in a pseudo-3D version that can be easily animated.

opengl
Dart 3 compatible 👍 31
Maintenance Status: Average

OpenGL 4.6 FFI bindings for Dart. Supports Linux, macOS and Windows.

huawei_modeling3d
Dart 3 compatible 👍 6
Maintenance 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_gl_web Card Image
flutter_gl_web
Dart 3 compatible 👍 2
Maintenance Status: Average

Web platform implementation of flutter_gl, cross-platform call OpenGL API by Dart through dart:ffi. Provides OpenGL with Texture Widget on Flutter.

flutter_cube
Dart 3 compatible 👍 293
Maintenance Status: Poor

A Flutter 3D widget that renders Wavefront's object files.

xl
Dart 3 compatible 👍 23
Maintenance Status: Poor

Implement accelerometer and pointer or touch fueled parallax animations with a bespoke XL layering paradigm. Gyroscope supported.

flutter_web_gl
Dart 3 compatible 👍 12
Maintenance Status: Poor

A new flutter plugin project.

flutter_gl
👍 45
Maintenance Status: Average

cross-platform call OpenGL API by Dart through dart:ffi. 3D programming in the cross-platform. Provides OpenGL with Texture Widget on Flutter.

model_viewer
👍 140
Maintenance Status: Poor

A Flutter widget for rendering interactive 3D models in the glTF and GLB formats.

zflutter
👍 65
Maintenance Status: Poor

A round, flat and designer-friendly pseudo-3D engine for Flutter

flutter_3d_obj
👍 26
Maintenance Status: Poor

A new flutter package to render wavefront obj files into a canvas.