A simple and beautiful app that lists 3d model of animals with flutter
Read Time:47 Second

A simple and beautiful app that lists 3d model of animals with flutter

0 0

zoo_app

A simple and beautiful app that lists 3d model of animals with flutter

Zoo is a small, simple and beautiful app that lists 3d model of animals.

Before we start, you can take a look at the app:

A simple and beautiful app that lists 3d model of animals with flutter

Usage 🎨

To clone and run this application, you’ll need git and flutter installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/Shadow60539/zoo_app.git

# Go into the repository
$ cd zoo_app.git

# Install dependencies
$ flutter packages get

# Run the app
$ flutter run

Packages 📦

Some very good packages are used in the project.

Package Description
model_viewer 3D Model Viewer for Flutter
flutter_svg Support svg files
lottie Lottie files animations
google_fonts Google fonts
lint Rules handler for Dart
scratcher Scratch card widget

Directory Structure 🏢

The project directory structure is as follows:

├── android
├── asset
├── build
├── images
├── ios
├── lib
├── pubspec.lock
├── pubspec.yaml

A simple and beautiful app that lists 3d model of animals with flutter

Directory Description
core Palette, ScratchNotifier
pages OverViewPage, AnimalDetailsPage
widgets Transition, MeasureSizeRenderObject, ZooDictionary, Utils

GitHub

https://github.com/Shadow60539/zoo_app

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior The Tasko App made with Flutter
Entrada siguiente A simple flutter app to keep track the time you Learn