All Projects → Shadow60539 → zoo_app

Shadow60539 / zoo_app

Licence: other
Flutter UI Challenges

Programming Languages

dart
5743 projects
HTML
75241 projects
swift
15916 projects

Projects that are alternatives of or similar to zoo app

manim
A community-maintained Python framework for creating mathematical animations.
Stars: ✭ 12,657 (+22501.79%)
Mutual labels:  animations
DrinksGalleryApp
Xamarin.Forms goodlooking UI sample using the new CarouselView (Parallax).
Stars: ✭ 51 (-8.93%)
Mutual labels:  animations
ui-components
💄 Library of UI components
Stars: ✭ 84 (+50%)
Mutual labels:  animations
VanGogh
💥 Android view animations powered by RxJava 2
Stars: ✭ 95 (+69.64%)
Mutual labels:  animations
GradientAnimator
GradientAnimator helps to fill your view with vibrant gradient theme colours and animates them to give a stunning view to your application design
Stars: ✭ 70 (+25%)
Mutual labels:  animations
SSSwiftUISpinnerButton
SSSwiftUISpinnerButton is a collection of various spinning animations for buttons in SwiftUI.
Stars: ✭ 37 (-33.93%)
Mutual labels:  animations
vuenode-fullstack
Vue.Js & Node fullstack Single Page Application with Relational databases as backend using Sequelize. Live Demo:
Stars: ✭ 42 (-25%)
Mutual labels:  animations
custom-easings-with-keyframes
🏃 Make custom non-cubic-bezier easings using keyframes and animations with this online css code generator.
Stars: ✭ 15 (-73.21%)
Mutual labels:  animations
kinieta
A Fast Animation Engine with an Intuitive API
Stars: ✭ 44 (-21.43%)
Mutual labels:  animations
rigel-rn
React Native Starter App with Redux, Sagas, Perfect Structure, works under rigel cli ( which helps to create reducer, components, screens, sagas) by command line
Stars: ✭ 22 (-60.71%)
Mutual labels:  animations
IndicatorView
Configurable view for ViewPager
Stars: ✭ 41 (-26.79%)
Mutual labels:  animations
game characters ui
a redesign of a "game_characters_app" using flutter made with ❤️
Stars: ✭ 20 (-64.29%)
Mutual labels:  animations
FancyMenu
Source code for the FancyMenu mod.
Stars: ✭ 93 (+66.07%)
Mutual labels:  animations
AnimationBuilder
A simple and easy-to-use wrapper class to deal with iOS animations.
Stars: ✭ 18 (-67.86%)
Mutual labels:  animations
game-map-editor
game-map-editor
Stars: ✭ 17 (-69.64%)
Mutual labels:  animations
SSComposeCookBook
A Collection of major Jetpack compose UI components which are commonly used.🎉🔝👌
Stars: ✭ 386 (+589.29%)
Mutual labels:  animations
Sequents
A simple continuous animation library for iOS UI.
Stars: ✭ 31 (-44.64%)
Mutual labels:  animations
android-helpers
Android helpers collection
Stars: ✭ 20 (-64.29%)
Mutual labels:  animations
app-intro-lottie-expo
App Intro component with Expo, styled-components and Lottie
Stars: ✭ 46 (-17.86%)
Mutual labels:  animations
Javis.jl
Julia Animations and Visualizations
Stars: ✭ 740 (+1221.43%)
Mutual labels:  animations

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].