Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 2.52 KB

README.md

File metadata and controls

57 lines (43 loc) · 2.52 KB

Logo PayFlow

A mobile app being built with NLW Together (a Rocketseat event - https://app.rocketseat.com.br/). This application is a Boletos and Payments Manager, which contains several features, which will soon be developed.

⚠️ Requirements

You must have installed Flutter and Dart in your machine. For that, see the installation guide at: https://flutter.dev/docs/get-started/install

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

TO-DO list:

  • Overview do projeto do Figma
  • A arquitetura do Projeto
  • Criando a SplashPage
  • Criando a LoginPage
  • Criar a estrutura base da HomePage
  • Firebase
  • Sistema de autenticação do App
  • Rotas de navegação
  • SharedPreferences

🖌️ UI design

The design was created by Rockeatset and can be found at https://www.figma.com/file/kLK7FYnWKMoN68sQXcSniu/PayFlow?node-id=58686%3A165

🎨 Color palette

Obs: dart does not directly interpret with #, to use it you must change the # to 0xFF

To use a color in dart just call Color(insert hexadecimal se#)

Color(0xFFFF941A); //Example of use
Color Name Hexadecimal Dart Tipo
primary #f03c15 #FF941A 0xFFFF941A Comuns
grey #f03c15 #585666 0xFF585666 Comuns
delete #f03c15 #E83F5B 0xFFE83F5B Comuns
heading #f03c15#585666 0xFF585666 Textos
body #f03c15 #706E7A 0xFF706E7A Textos
stroke #f03c15 #E3E3E6 0xFFE3E3E6 Items
shape #f03c15 #FAFAFC 0xFFFAFAFC Items
background #f03c15 #FFFFFF 0xFFFFFFFF Items

https://github.com/rocketseat-education/nlw-06-flutter/tree/colors

🔗 Find me!