We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
虽然是混合栈框架,但引入后建议能用 Flutter 实现的都用 Flutter 实现,兼容原生路由栈只是为了复用既有功能和将来可能依赖的外部原生代码,所以本框架的重心之后会放在 Flutter 端的开发体验。
通过 yaml 文件来配置 Flutter 所有页面的路径,类似如下:
app: order: home: list: detail: handle: home: result: waybill: home: list: detail: handle: home: result:
根据该配置,生成模块化的 Flutter 代码框架。实际使用时,url 末尾的 home 可以省略掉。
The text was updated successfully, but these errors were encountered:
有人想用的话,先做个统计吧,根据点赞数量决定是否开发,是否开源~
Sorry, something went wrong.
咋没消息了
希望可以引入大佬来继续维护这个项目
No branches or pull requests
虽然是混合栈框架,但引入后建议能用 Flutter 实现的都用 Flutter 实现,兼容原生路由栈只是为了复用既有功能和将来可能依赖的外部原生代码,所以本框架的重心之后会放在 Flutter 端的开发体验。
通过 yaml 文件来配置 Flutter 所有页面的路径,类似如下:
根据该配置,生成模块化的 Flutter 代码框架。实际使用时,url 末尾的 home 可以省略掉。
The text was updated successfully, but these errors were encountered: