使用FastApi作为后端的Flutter应用笔记

一个简单的Flutter应用程序,用于维护基本的个人笔记。该应用程序的后端使用FastAPI构建,你可以在这里找到它 https://github.com/antonio-pedro99/fastapi_notes

Flutter 应用

主页

image

添加新笔记

image

API 调用示例

image

请查看后端文档:https://notes-backend-flutter.herokuapp.com/docs

GitHub

查看 Github