mkobuolys / introduction-to-flutter

"Let me introduce you to Flutter" talk from plDroid 2023

Home Page:https://kazlauskas.dev/introduction-to-flutter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

"Let me introduce you to Flutter" talk from plDroid 2023

https://kazlauskas.dev/introduction-to-flutter/

License:MIT License


Languages

Language:Dart 85.1%Language:GLSL 11.0%Language:HTML 3.9%