Skip to content

mkobuolys/introduction-to-flutter

Repository files navigation

Let me introduce you to Flutter

Header image

A presentation from plDroid 2023 🤖

Powered by flutter_deck 🚀

Deployed on kazlauskas.dev 🎉


Building

You can follow these instructions to build the app and install it onto your device.

Prerequisites

If you are new to Flutter, please first follow the Flutter Setup guide.

Building and installing the Flutter Design Patterns app

git clone git@github.com:mkobuolys/introduction-to-flutter.git
cd introduction-to-flutter
flutter pub get
flutter run

The flutter run command both builds and runs the Flutter app on your device, browser or emulator.