Skip to content

Latest commit

 

History

History
79 lines (72 loc) · 4.4 KB

README.md

File metadata and controls

79 lines (72 loc) · 4.4 KB

flutter_workshop

A Flutter Workshop project. This project is a starting point for a your own Flutter application.

If you have some troubles with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Getting started

  1. Install infrastructure (Main source)

    Only for Mac

    • Install and configure XCode here.
  2. Clone/Fork this repo with master branch.

Tasks (For each presentation there are tasks.)

  1. Overview:
  2. Markup:
    • Add view for FeedPage;
    • Add view for Profile;
  3. Firebase:
    • Add auth;
    • Add loading FeedPage from CloudFirestore;
    • Add uploading info about likes to CloudFirestore;
    • Add uploading images to FirebaseStorage;
  4. Advanced:
    • Add any animation;
    • Add any test;
    • Build app with Codemagic;
    • Get app executable file from Codemagic email letter;

Presentations

  1. Flutter Overview;
  2. Flutter Markup;
  3. Firebase;
  4. Flutter Advanced;

Help links

  1. Overview:
  1. Markup:
  1. Firebase:
  1. Advanced:

alt text