All Projects → flschweiger → flutter-material-cheat-sheet

flschweiger / flutter-material-cheat-sheet

Licence: other
A cheat sheet for Flutter's Material package.

Projects that are alternatives of or similar to flutter-material-cheat-sheet

Material Design Data
关于 Material Design 的一切资料都在这里
Stars: ✭ 1,857 (+5205.71%)
Mutual labels:  material-theme
Vim Material Theme
Material theme for vim
Stars: ✭ 248 (+608.57%)
Mutual labels:  material-theme
material
🎨 Materialize your forum with this Flarum extension that uses the latest guidelines.
Stars: ✭ 14 (-60%)
Mutual labels:  material-theme
Materialnavigationview Android
📱 Android Library to implement Rich, Beautiful, Stylish 😍 Material Navigation View for your project with Material Design Guidelines. Easy to use.
Stars: ✭ 168 (+380%)
Mutual labels:  material-theme
Vuebase
Building Vuebase : a Firebase-like theme : https://vuebase-theme.firebaseapp.com built with Vue and Vuetify (https://vuetifyjs.com)
Stars: ✭ 227 (+548.57%)
Mutual labels:  material-theme
gdgpisa.github.io
Public website on github-pages for GDG Pisa 🌎🇮🇹💻
Stars: ✭ 14 (-60%)
Mutual labels:  material-theme
Material Theme
Material Theme, the most epic theme for Sublime Text 3 by Mattia Astorino
Stars: ✭ 11,093 (+31594.29%)
Mutual labels:  material-theme
Android-Model-View-Presenter
No description or website provided.
Stars: ✭ 26 (-25.71%)
Mutual labels:  material-theme
Vue Material Kit
Vue Material Kit - Open Source Material Design UI Kit
Stars: ✭ 231 (+560%)
Mutual labels:  material-theme
dark-plus-material
The default Dark+ theme, using Material's color palette.
Stars: ✭ 37 (+5.71%)
Mutual labels:  material-theme
Jeffrey Way Theme
Jeffrey Way's theme on Laracasts. Example: https://laracasts.com/series/whats-new-in-laravel-5-1/episodes/2.
Stars: ✭ 180 (+414.29%)
Mutual labels:  material-theme
Hcz Jekyll Blog
A simple material theme for blogger
Stars: ✭ 220 (+528.57%)
Mutual labels:  material-theme
ng-mat-theme-generator
Material theme generator for Angular.
Stars: ✭ 20 (-42.86%)
Mutual labels:  material-theme
Jekyll Material Theme
A Jekyll Theme based on Material Design using Materialize.
Stars: ✭ 165 (+371.43%)
Mutual labels:  material-theme
material-ui-swing
♥️ A modern Material Design UI for Java Swing ♥️
Stars: ✭ 255 (+628.57%)
Mutual labels:  material-theme
Materialdrawer
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
Stars: ✭ 11,498 (+32751.43%)
Mutual labels:  material-theme
dotfiles
This is a dotfiles repository created and maintained by @erdaltsksn. It contains a collection of `.files`.
Stars: ✭ 16 (-54.29%)
Mutual labels:  material-theme
uv-index
This is a work-in-progress (🔧️) ultraviolet index viewer app for demonstrating Instant Apps + Kotlin + Dagger + MVP
Stars: ✭ 64 (+82.86%)
Mutual labels:  material-theme
vsc-material-theme-icons
Material Theme Icons, the most epic icons theme for Visual Studio Code and Material Theme.
Stars: ✭ 90 (+157.14%)
Mutual labels:  material-theme
vue-cli-plugin-quasar
Quasar Framework Vue CLI plugin
Stars: ✭ 66 (+88.57%)
Mutual labels:  material-theme

Flutter Material Cheat Sheet 📝

Welcome to the cheat sheet for the Flutter Material package! This document should give you an overview of the different naming (there has been a change in the Material spec in 2018), where each Material widget uses which text style and which colors...

Typography

When you use MaterialApp without editing the default configuration, your app will use the following typography:

Matrial Typography

As you can see, Flutter uses an older specification for the naming (they kept the old one in order to be backwards compatible), e.g. headline1 is display4 or body1 equals body2 - simply compare the Flutter API column.

Colors

Work in progress... 🚧

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].