flutter_catalog

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

Github stars Tracking Chart

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:

Main metrics

Overview
Name With OwnerX-Wei/flutter_catalog
Primary LanguageDart
Program languageObjective-C (Language Count: 10)
Platform
License:MIT License
所有者活动
Created At2018-08-05 08:33:21
Pushed At2024-07-14 20:32:54
Last Commit At2024-07-14 22:15:20
Release Count14
Last Release Namev3.0.0 (Posted on )
First Release Namev1.1.0 (Posted on )
用户参与
Stargazers Count2.2k
Watchers Count70
Fork Count566
Commits Count619
Has Issues Enabled
Issues Count92
Issue Open Count15
Pull Requests Count23
Pull Requests Open Count0
Pull Requests Close Count6
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private