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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?