Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 924 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 924 Bytes

Quotify

What was my goal

I wanted to make a Quotes app, which fetches random quotes from an api.

Screenshot

Home Screen

What I have learned

  • How to create Stateless Widgets
  • What is the difference between hot reload and hot refresh and running an app from cold
  • How to use Containers to lay out your UI
  • How to use Columns and Rows to position your UI elements
  • How to add custom fonts
  • How to add Material icons
  • How to add custon icons
  • How to style Text widgets
  • How to open url in browser by on tap on text
  • How to read and use Flutter Documentation

Credits