Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mkobuolys/firebase-remote-config-talk
- Owner: mkobuolys
- License: mit
- Created: 2023-07-26T22:24:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T23:21:05.000Z (about 1 year ago)
- Last Synced: 2024-11-20T23:04:05.742Z (3 months ago)
- Topics: dart, firebase, flutter, presentation, slides
- Language: Dart
- Homepage: https://kazlauskas.dev/firebase-remote-config-talk/
- Size: 8.19 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.