/ldd

"Cat-like Development: Flutter for Efficiency" talk from Fluttercon Europe 2024

Primary LanguageDartMIT LicenseMIT

Cat-like Development: Flutter for Efficiency

Header image

A presentation from Fluttercon Europe 2024 💙

Powered by flutter_deck 🚀

Deployed on kazlauskas.dev 🎉


Building

You can follow these instructions to build the slides and run them locally.

Prerequisites

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

Building and running the slides

To build and run the slides, run the following commands:

git clone git@github.com:mkobuolys/ldd.git
cd ldd
flutter pub get
flutter run

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

For the best experience, use the macOS build with the --release flag:

flutter run -d macos --release