Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 620 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 620 Bytes

Flutter Chat

Learn from Marcus Ng. You can check the full tutorial on Youtube.

Thanks Marcus, that's really awesome work.

Next step

  • Handle logic
  • Add login/register UI
  • Connect to Firebase

Known issues

  • Back button in navigation bar doesn't work.

  • Can't set favourite icon by isLiked property. It leads to a weird bugs, display a solid color screen.

Reason: isLiked was missing in constructor, just provided default value for isLiked.