Ricksy Flutter

Ricksy Flutter

GitHub license Github Followers GitHub stars GitHub forks GitHub watchers Twitter Follow

Ricksy 是一个示例 Rick and Morty API Flutter 应用,旨在演示现代 Flutter 开发工具的使用。献给所有 Flutter 开发者,致以 ❤️。

您可以在下方安装并测试最新的 Ricksy 应用 APK?

Foodium App

使用 ? 构建

软件包结构

com.thejufo.ricksy_flutter    # Root Package

├── api                # For data handling.
├── models             # Model classes
├── ui                 # UI/View layer
│   ├── home           # Character List Screen 
│   └─ details         # Character Details Screen
└── utils              # Utility Classes

已完成

  • 角色列表
  • 角色详情

待办事项

  • Search
  • 分页
  • 收藏夹

截图

Home Details

联系方式

如果您需要任何帮助,可以通过 [email protected] 与我联系。

许可证

MIT License

Copyright (c) 2020 Shreyas Patil

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

GitHub

查看 Github