zoo_app
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:
usage ��
to download and run this application, you’ll need git and flutter installed on your computer. from your command line:
# buy this source
$ 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
directory | description |
---|---|
core | palette , scratchnotifier |
pages | overviewpage , animaldetailspage |
widgets | transition , measuresizerenderobject , zoodictionary , utils |
Comments are closed.