Hack'19, the first of its kind International Flutter Hackathon, organised by the Flutter Community and supported by the Flutter team at Google is just around the corner, and I thought that I should attempt to curate some helpful resources, to help the participants get to speed.
If you don't know about Hack'19 then let me give you a brief introduction.
Hack'19, to be organised on the 1st of June, 2019, is the First International Flutter Hackathon, spanning over an entire day. Interested developers can participate in a team of 2-5 people and build something amazing on Flutter or Flutter Web. By the end of the day, all the participants themselves vote for their favourite projects and the winners shall receive amazing prizes.
Here are some useful links:
- Official Website
- Join a Hub Near You to Participate
- Organise a Hub
- Official Getting Started Resources
At the end of the day, a hackathon is a competition with actual winners, and because it is about Flutter, there will be some really breathtaking UIs, apps with rocket speed performance, and some elements which feel like magic. In a competition like that, you don't want to be missing out, especially when there's a lot of content available online which can help you utilise those hours of coding time that you get, and make the most attractive and useful app.
So, I took the liberty of scavenging the internet, and picking up all the amazing articles, videos, apps, and other helpful resources that can help you achieve that goal. Plus, the scope of this handbook extends beyond hackathons. This will be helpful for any future competition or project, where you are going to use Flutter.
- Install and Setup Flutter - Official Flutter Docs
- Create your First Flutter App - Google Codelab
- Creating a Simple Calculator App with Flutter - By Samarth Agarwal
- I want to learn Flutter. How to start? by Pooja Bhaumik
Firebase deserves a separate section because for most people their app will have a backend, but making a custom one from scratch just takes too much time, and considering how well Firebase integrates with Flutter, it becomes the obvious choice.
Pro Tip: Skip authentication.
- Firebase for Flutter - Google Codelab
- How to use Firebase with Flutter by Atul Sharma
- How to integrate your iOS Flutter App with Firebase on MacOS by Shen Huang
- Simple Recipes App made in Flutter — Firestore by Michael Krol
- Flutter- How to Upload and Download using Firebase Storage by Ayush Shekhar
- Flutter Basic Widgets by Pooja Bhaumik
- Flutter UI Kit by Pawan Kumar
- Flutter Example Apps by Pawan Kumar
- Building Beautiful UI with Flutter - Google Codelab
- Breaking layouts in Rows and Columns in Flutter by Pooja Bhaumik
- Flutter - Container Cheat Sheet by Julien Louage
- Animated Containers in Flutter by Pooja Bhaumik
- Build a Beautiful Pokemon App by Pawan Kumar
- Reflectly Inspired Animated Slideshow by Fireship
- Flutter Layouts for the CSS Developer by Fireship
- Parallax in Flutter by Iiro Krankka
- Frosted Glass Effect by Collin Jackson
- A Deep Dive Into PageView In Flutter (With Custom Transitions) by Deven Joshi
- A Deep Dive into Hero Widgets in Flutter by Deven Joshi
- Flutter Flare Basics - Let's Build Giphy's Nav Menu by Fireship
- Flutter Animation - Radial Menu at 60fps by Fireship
- Flutter Story App UI Concept by Devefy
- Flutter Streaming Service App UI by Devefy
- Flutter Challenge: 3D Bottom Navigation Bar by Deven Joshi
- SuperHeroInteraction App by Pinkesh Darji
- Working with APIs in Flutter by Pooja Bhaumik
- Parsing Complex JSON in Flutter by Pooja Bhaumik
- Download Large Files (Pdf, Json, Image etc) With Progress % - By Pawan Kumar
- Flutter Provider : Advanced Data Management by Fireship
- Flutter StateManagement with Provider by Karthik Ponnam
- Flutter Architecture — My Provider Implementation Guide by Dane Mackier
- Create and Deploy a Website from Scratch by Ayush Shekhar
- Ins and Outs of Flutter Web by Nash
- Flutter Web: Making a Responsive Portfolio App | Part 1 by Pawan Kumar
- Flutter Web: Deploying Portfolio App To Github.IO | Peanut Tutorial | Part 2 by Pawan Kumar
- Flutter For Web: Getting Started | Migrating PokemonApp to Web by Pawan Kumar