A 3D Bottom Navigation Bar in Flutter
flip_box_bar A 3D BottomNavigationBar inspired by Dribbble design by Dannniel [https://dribbble.com/shots/4811135-Tab-Bar-Cube-Interaction]. Demo Example Use // In Scaffold int selectedIndex = 0;...
View ArticleEasy to use 3D Perspective PageView for Flutter
perspective_pageview With this, you will be able to create 3D Perspective PageView in Flutter Easily Getting Started This project is a starting point for a Dart package, a library module containing...
View ArticleA Flutter 3D widget that renders Wavefront’s object files
Flutter Cube A Flutter 3D widget that renders Wavefront’s object files. Getting Started Add flutter_cube as a dependency in your pubspec.yaml file. dependencies: flutter_cube: ^0.0.4 Add Wavefront’s...
View ArticlePosition widgets in a 3D scene
Flutter Stage A widget that positions its children in a 3D scene. Getting Started Add flutter_stage as a dependency in your pubspec.yaml file. dependencies: flutter_stage: ^0.0.1 Import package....
View ArticlePosition widgets in a 3D scene
Flutter Stage A widget that positions its children in a 3D scene. Getting Started Add flutter_stage as a dependency in your pubspec.yaml file. dependencies: flutter_stage: ^0.0.1 Import package....
View ArticleA 3D pushable button built in Flutter
Pushable Button A 3D pushable button built in Flutter. Ideal for important CTAs in the app. Usage PushableButton( child: Text('ENROLL NOW', style: someTextStyle), height: 60, elevation: 8, hslColor:...
View ArticleDeveloping apps with 3D designs in flutter
Short info: A project to showcase usage of basic principles to convert any 3D design into a working application using Flutter. Developing apps with 3D designs in flutter This project is developed to...
View ArticleCool 3D ANIMATED DRAWER WITH FLUTTER
Cool 3D Drawer Animated With flutter part 2 Getting Started First you need to add flutter_zoom_drawer 2.1.1 Or + in the dependency at pubspec.yaml: Get it from Here . dependencies:...
View Articlethree.js rewrite by Dart, Dart 3D library
three_dart Dart 3D library. an easy to use, lightweight, cross-platform, general purpose 3D library. three.js rewrite by Dart. 3D for Flutter. Base on flutter_gl support Web, iOS, Android, macOS,...
View ArticleA Flutter package for rendering interactive 3D models
Flutter 3D Controller A Flutter package for rendering interactive 3D models in different formats(glb, gltf, fbx, obj), with ability to control animations, textures and camera. Features Mobile and Web...
View Article