flschweiger / reply

The 'Reply' Material Design case study built with Flutter.

Home Page:https://material.io/design/material-studies/reply.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reply ❤️ Flutter

Awesome Flutter

Reply is an email app that uses Material Design components and Material Theming to create an on-brand communication experience.

This project tries to deliver a pixel-perfect implementation of the Reply Material Design Case Study in Flutter. The focus lies on the UI (animation, layout, transition, etc.) and should showcase how powerful Flutter has become as a UI framework.

Reply Animation

Getting Started

To install the app on your phone you have two options. For Android you can download a pre-compiled APK file from the 'Releases' tab or use the this direct link.

You can also download and build the project locally - for this you need to have a local Flutter installation. Just clone the project and inside the root execute flutter run --profile. This will compile and install the app on your connected device / emulator / simulator. Also make sure to enable slow animations 😉

Design Resources

Currently most of the work is done with the resources you can find on the official Material page. For some animated icons 2Dimensions' Flare was used, you can find the design files here.

Roadmap

  • Initial animation (list, bottom navigation)

  • Expand transition with shared avatar

  • FAB compose transition

  • Animated FAB icon states

  • Dismissible list elements

  • Bottom sheet menu

  • Selecting list items

  • Disappearing bottom navigation (when scrolled)

  • Dismissible background animation

  • Pull-To-Refresh animation

  • Splash logo animation

  • Tablet / Desktop layout

Issues

Please file any issues, bugs, or feature requests in the repo.

Contributing

If you wish to contribute to this repo, please send me a short DM on Twitter and / or open a pull request.

Thank You

  • @willlarche for providing me some assets for Reply 🎨
  • @slightfoot who helped me building the very first POC of the expand transition ✨
  • The welcoming Flutter community for supporting me when I got started with Flutter some time ago 🚀

About

The 'Reply' Material Design case study built with Flutter.

https://material.io/design/material-studies/reply.html


Languages

Language:Dart 97.2%Language:Objective-C 1.9%Language:Java 0.9%