Category: Flutter
-
How to use pre-populated hive database on flutter apps
This problem come to me recently. We need to ship Flutter apps with preload or pre-populated database. Pre-populated database it means that you need to ship the apps with database include in the first time. There is another way you can use some preload data, using json, csv, or another database format for example the…
-
Delete Large Document or Collection from Firebase Cloud Firestore Using Console
Delete large collection or document from firebase cloud firestore can be frustrating. There is one way that could be wrong if you not careful. Make sure to backup your data or project before delete a lot thing, well who know right? Last week while working on my project developing application with Flutter, there is one…
-
Flutter 101 : Let’s Learn Flutter for Beginner
The Flutter SDK is one the toolkit that develop by Google. In this article we learn about Flutter and the advantages using this framework