Shadow60539 / zoo_app

Flutter UI Challenges

Home Page:https://sanjeevmadhav.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support Codemagic build status Build GitHub Repo stars GitHub forks

lib

Introduction 🐼

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:

Output sample

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

lib

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

About

Flutter UI Challenges

https://sanjeevmadhav.com


Languages

Language:Dart 94.4%Language:HTML 4.1%Language:Swift 1.1%Language:Kotlin 0.3%Language:Objective-C 0.1%