在 Flutter 应用中登录 SolidPod 的演示

克隆此存储库。请注意,此存储库包含两部分:FastAPI 运行在本地服务器上,以及一个 Flutter 应用程序,用于与服务器通信以登录 SolidPod 服务。

workflow

FastAPI

cd fastapi_config
# recommend to create a local virtual environment
# make sure to install the dependencies:
pip install -r requirements.txt
# run the server
uvicorn main:app --reload
# now the server is running on 127.0.0.1

Flutter

cd flutter_app
# make sure to install the dependencies:
flutter pub get
# run the app

演示

demo0.2

使用以下凭据登录 SolidPod

用户名:phitest01 密码:phitest01!

GitHub

查看 Github