All Projects → X-Wei → Flutter_catalog

X-Wei / Flutter_catalog

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

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Flutter catalog

Unity Solutions
Use Firebase tools to incorporate common features into your games!
Stars: ✭ 95 (-93.19%)
Mutual labels:  firebase
Dashboards
Drag & drop dashboard builder!
Stars: ✭ 97 (-93.05%)
Mutual labels:  firebase
Nuxt Firebase Pwa
Run the Nuxt.js application (SPA * SSR * PWA) on Firebase.
Stars: ✭ 103 (-92.62%)
Mutual labels:  firebase
Admob For Flash
admob ane for flash air iOS app and actionscript android app.include banner and Interstitial native Advertising.this Admob ANE suport admob 1 and admob 2,based on firebase sdk
Stars: ✭ 95 (-93.19%)
Mutual labels:  firebase
Whereareyou
Real time location tracker using Android App & Firebase with Mapbox
Stars: ✭ 96 (-93.12%)
Mutual labels:  firebase
Firebase
[DEPRECATED] Unofficial Carthage support for Firebase libraries
Stars: ✭ 99 (-92.91%)
Mutual labels:  firebase
Robot Scouter
🤖 Easy, efficient, and collaborative FIRST robot scouting
Stars: ✭ 94 (-93.27%)
Mutual labels:  firebase
React Firebase
React bindings for Firebase
Stars: ✭ 104 (-92.55%)
Mutual labels:  firebase
Conference Hall
📣 An open SaaS platform to manage call for papers
Stars: ✭ 97 (-93.05%)
Mutual labels:  firebase
Flutter medical
Functioning Doctor/Healthcare Catalog App created using Dart with Flutter. Stores and loads data from Firebase Firestore DB.
Stars: ✭ 99 (-92.91%)
Mutual labels:  firebase
Gatsby Theme Firebase
🔥 A Gatsby Theme for adding Firebase to your application.
Stars: ✭ 96 (-93.12%)
Mutual labels:  firebase
Searchitem
小搜搜——商品条形码/二维码搜索APP
Stars: ✭ 96 (-93.12%)
Mutual labels:  firebase
Fireway
A schema migration tool for firestore
Stars: ✭ 100 (-92.84%)
Mutual labels:  firebase
Firebaseim
Android chat app to demo the use of Firebase Cloud Functions
Stars: ✭ 95 (-93.19%)
Mutual labels:  firebase
Pring.ts
Cloud Firestore model framework for TypeScript - Google
Stars: ✭ 103 (-92.62%)
Mutual labels:  firebase
Flutter todo
Yet another Todo app, now using Flutter (with ScopedModel)
Stars: ✭ 94 (-93.27%)
Mutual labels:  firebase
Delern
Spaced repetition learning system
Stars: ✭ 98 (-92.98%)
Mutual labels:  firebase
Chat Sdk Android
Chat SDK Android - Open Source Mobile Messenger
Stars: ✭ 1,496 (+7.16%)
Mutual labels:  firebase
Ionic Messenger Starter
@ionic/angular, angularfire2, firebase 5 messenger starter.
Stars: ✭ 103 (-92.62%)
Mutual labels:  firebase
Feedfire
FeedFire is a project to help developers integrate with Google Firebase.
Stars: ✭ 100 (-92.84%)
Mutual labels:  firebase

Flutter Catalog

Get it on Google Play Get it on AppStore Awesome Flutter

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

🚀🚀 New: Flutter Catalog is now available in the browser! Check it out here. And note there are some limitations to the web variant.

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 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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].