Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mkobuolys/firebase-remote-config-talk

"Control your Flutter application on the fly with Firebase Remote Config" talk from Fluttercon 2023
https://github.com/mkobuolys/firebase-remote-config-talk

dart firebase flutter presentation slides

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Control your Flutter application on the fly with Firebase Remote Config

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

A presentation from [Fluttercon 2023](https://fluttercon.dev/) 💙

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

Deployed on [kazlauskas.dev](https://kazlauskas.dev/firebase-remote-config-talk) 🎉

---

## 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/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.