KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
fcm-blueprint--flutter
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
nonlinear_mapping
:
C++ classes for different nonlinear mapping functions with adjustable steepness.
tall-shop
:
Example shop build with TALL stack (Tailwind, Alpine.js, Laravel, and Livewire)
VKExport
:
📄 All photos, wall, friends and other data from VK page in JSON file
BtS-CTF-Challenges-03-2021
:
Challenges & Writeups for Break The Syntax CTF [03.2021]
Atmospheric-Reentry-Dynamics
:
Flight mechanics atmospheric reentry study for ballistic capsules and lifting vehicles
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
fcm-blueprint--flutter
?
Download (.md)
# FCM Blueprint Flutter This project is showcasing one of the many solutions to implement Firebase Cloud Messaging in a clean (in my opinion) and more scalable way. ## Environment This project was compiled with Flutter 2.0.2. Libraries used: - [firebase_core](https://pub.dev/packages/firebase_core) - [firebase_messaging](https://pub.dev/packages/firebase_messaging) - [flutter_local_notifications](https://pub.dev/packages/flutter_local_notifications) - [get_it](https://pub.dev/packages/get_it) ## Disclaimer This project is not a step-by-step tutorial. You'll be able to use this code just by integrating it in your project, but you'll still have to create your Firebase Project and setup the Android and iOS parts to receive the notifications. ## The reason behind this I was tired to see all those Medium Posts and Github projects integrating their notification center directly inside their widgets. For this reason I created this sample project. I'll update it whenever I find something better to do. Feel free to open any issue or discussion !