Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkobuolys/introduction-to-flutter

"Let me introduce you to Flutter" talk from plDroid 2023
https://github.com/mkobuolys/introduction-to-flutter

dart flutter introduction presentation slides

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Let me introduce you to Flutter

![Header image](images/title_slide.png)

A presentation from [plDroid 2023](https://pldroid.com/) 🤖

Powered by [flutter_deck](https://pub.dev/packages/flutter_deck) 🚀

Deployed on [kazlauskas.dev](https://kazlauskas.dev/introduction-to-flutter) 🎉

---

## 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](https://flutter.dev/setup/) guide.

### Building and installing the Flutter Design Patterns app

```
git clone [email protected]: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.