/firebase-remote-config-talk

"Control your Flutter application on the fly with Firebase Remote Config" talk from Fluttercon 2023

Primary LanguageDartMIT LicenseMIT

Control your Flutter application on the fly with Firebase Remote Config

Header image

A presentation from Fluttercon 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/firebase-remote-config-talk.git
cd firebase-remote-config-talk
flutter pub get
flutter run

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