Skip to content
New issue

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

[feat] Flutter端生成代码框架 #4

Closed
foxsofter opened this issue Feb 20, 2021 · 3 comments
Closed

[feat] Flutter端生成代码框架 #4

foxsofter opened this issue Feb 20, 2021 · 3 comments

Comments

@foxsofter
Copy link
Contributor

虽然是混合栈框架,但引入后建议能用 Flutter 实现的都用 Flutter 实现,兼容原生路由栈只是为了复用既有功能和将来可能依赖的外部原生代码,所以本框架的重心之后会放在 Flutter 端的开发体验。

通过 yaml 文件来配置 Flutter 所有页面的路径,类似如下:

app:
  order:
    home:
    list:
    detail:
    handle:
      home:
      result:
  waybill:
    home:
    list:
    detail:
    handle:
      home:
      result:

根据该配置,生成模块化的 Flutter 代码框架。实际使用时,url 末尾的 home 可以省略掉。

@foxsofter foxsofter pinned this issue Mar 2, 2021
@foxsofter foxsofter unpinned this issue Mar 2, 2021
@foxsofter foxsofter pinned this issue May 16, 2021
@foxsofter
Copy link
Contributor Author

有人想用的话,先做个统计吧,根据点赞数量决定是否开发,是否开源~

@enxibaba
Copy link

咋没消息了

@mrchenmo
Copy link

mrchenmo commented Nov 1, 2022

希望可以引入大佬来继续维护这个项目

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants