Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

flutter catalog

an opensource app showcasing flutter components, with side-by-side source code view.

screenshots

flutter catalog w/code side-by-side
screenshot_1541613187
screenshot_1541613193
screenshot_1541613197

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.

download the full project for this post from the following button

this source is fully free for all time

download as zip


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top