In this small blog post You could find the files that need to be changed to get clean rx_bloc_cli project from Firebase Dependencies. This is follow-up from a previous blog post to get it running on web. JavaSscript firebase-messaging-sw.js remove firebase_web_config.js related js code from index.html Dart Dependencies Remove firebase dependencies from pubspec.yaml and Build…
Category: Uncategorized
Formalize Everything into Data Model
The main technical goal as a Software Developer is to Formalize Everything into Data Model. This makes it possible to personalize, make it repeatable and ready for automation. Probably almost every logic could be represented in an abstract computer model. Object Oriented Modeling You could map real world models into classes. Object oriented programming was…
Technically Change-Proof, Anonymous, Verifiable Elections
It’s may be something that I am missing – either Technically or some real world case or scenario, but In My Opinion, the technology nowadays allows creation of Change-Proof, Public, yet – Anonymous, Verifiable by everybody Elections. Blockchain Technology Blockchain technology allows to create a tamper-resistant and transparent ledger of the votes. It is not…
Is it better to Develop Flutter App for Web than for Mobile or Desktop?
The decision of whether to develop a Flutter app for web, mobile, or desktop depends on your specific project requirements, target audience, and goals. Each platform has its own advantages and considerations, so let’s explore the pros and cons of developing Flutter apps for these different platforms: Flutter Web Pros: Cons: 2. Mobile: Pros: Cons:…