Find every link referenced in the London App Brewery Flutter course without pausing video lessons to type URLs
Follow a structured beginner Flutter learning path from installation through building chat, weather, and calculator apps
Locate official Flutter documentation and Dart package links organized by topic for quick reference during the course
This repository is a companion reference for a Flutter development course run by the London App Brewery. Flutter is a toolkit made by Google for building mobile apps that run on both iPhone and Android from a single codebase, using a programming language called Dart. The course teaches beginners how to go from no experience to building real apps. The repository itself does not contain code. It is an organized list of links, arranged section by section to match the course syllabus. Each section corresponds to a specific topic or mini-project in the course, and the links point to official documentation pages, starter project templates, completed reference projects, third-party tools the course uses, and occasionally blog posts with troubleshooting tips. The course topics progress from initial setup through increasingly complex concepts. Early sections cover installing Flutter, understanding the basic building blocks of a Flutter screen (called widgets), and running an app on a real phone. Later sections introduce handling state changes, breaking code into reusable pieces, connecting to the internet, using databases, playing audio, and integrating maps. Each section has a small app project attached: a dice roller, a quiz app, a BMI calculator, a chat application, a weather app, and others. For someone who purchased or enrolled in the London App Brewery Flutter bootcamp, this repository is the place to find every link referenced in the video lessons without having to pause and type URLs manually. For someone browsing GitHub without that course context, the repository provides a useful map of what skills and tools a comprehensive Flutter beginner curriculum covers, along with links to the official Flutter documentation and the Dart package registry for each topic. The README covers more than twenty course sections in total.
← londonappbrewery on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.