zoo_app

Zoo 是一款小型、简单而美观的应用,列出了动物的 3D 模型。

在开始之前,您可以看看这个应用

Zoo

用法 ?

要克隆并运行此应用程序,您需要在计算机上安装gitflutter。在您的命令行中

# 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

软件包 ?

项目中使用了非常好的包。

描述
model_viewer Flutter 的 3D 模型查看器
flutter_svg 支持svg文件
lottie Lottie文件动画
google_fonts 谷歌字体
lint Dart 的规则处理程序
scratcher 刮刮卡小部件

目录结构 ?

项目目录结构如下

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

lib

目录 描述
core Palette, ScratchNotifier
pages OverViewPage, AnimalDetailsPage
widgets(小部件) Transition, MeasureSizeRenderObject, ZooDictionary, Utils

GitHub

https://github.com/Shadow60539/zoo_app