flutter_catalog

An app showcasing Flutter components, with side-by-side source code view.

Github星跟踪图

Flutter Catalog

An app showcasing Flutter components, with side-by-side source code view.

Screenshots

How to contribute by adding a new example page

  1. Create a dart file under lib/route/ (or just duplicate a file, e.g. cp widgets_icon_ex.dart new_example.dart);
  2. In the new file, create a class that extends MyRoute;
  3. Add const constructor, the convention is to use the file path as constructor's default parameter;
  4. (Optional) override getters: title, description, links;
  5. Override buildMyRouteContent(), try to make the code simple, as it'll be shown on phone screens;
  6. Open lib/my_app_meta.dart, import the new file at the beginning of file;
  7. In kMyAppRoutesStructure, add an instantiation of the new class under the appropriate item group.

Credits

This app is written with reference to many resources, including:

主要指标

概览
名称与所有者X-Wei/flutter_catalog
主编程语言Dart
编程语言Objective-C (语言数: 10)
平台
许可证MIT License
所有者活动
创建于2018-08-05 08:33:21
推送于2024-07-14 20:32:54
最后一次提交2024-07-14 22:15:20
发布数14
最新版本名称v3.0.0 (发布于 )
第一版名称v1.1.0 (发布于 )
用户参与
星数2.2k
关注者数70
派生数566
提交数619
已启用问题?
问题数92
打开的问题数15
拉请求数23
打开的拉请求数0
关闭的拉请求数6
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?