mkobuolys / firebase-remote-config-talk

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

Home Page:https://kazlauskas.dev/firebase-remote-config-talk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://kazlauskas.dev/firebase-remote-config-talk/

License:MIT License


Languages

Language:Dart 98.1%Language:HTML 1.9%