thumnail article

Tulung

--   Thursday, January 20 2022   |   a year ago   --

Project Purpose and Goal

Tulung is a mobile app with the goal to contribute on social to help many people and make social to have a habit of helping others and who have an idea for making the app ? It is PT. Anthropos Digital Indonesia, they contact our Pixel Dev Factory to realize the idea, and now you can see the app on play store. My team and I started development on Agustus 2019, in project Tulung we mostly used technology Dart for programming language and Flutter Framework from Dart.


User Interface

These are some pictures from Tulung app that can give you an imagining of the app.



Tech Stack

Project Tulung use some technology for the development


Contribute

In the project Tulung I mostly got tasks on section back end and a little more on front end. In Flutter back end create a function for processing data and getting any data from the database. Is like one of the feature on project Tulung I make, it is a searching helping feature. The feature has a lifecycle process (send notifications to all users with location radius 30 Km from location user request and with same district → user can view detail the problem from probable request help, which user want to solve → user want to solve the request help → send a notification to user request help → Tulung have 2 type request help question (helper answer on chat the question), action (helper come on location user request help, with a guide from Tulung and solve the problem) → helper reports finished the request help → user verify and reports the helper finished the request help → user request give review and rate).

Okay, I will disassembly how features work on section get a helper and send notification, first detect radius I use plugin geolocator with this plugin I can get a current latitude longitude device and calculate how long distance user with a helper, and if the data match app will show data request help. For send notification I use firebase cloud messaging, all user subscribe channel can receive signals for notification, and if app wants to send notification on user, just send data on the channel subscribed by user want to send notification. For other section on this feature is just manipulation database firestore without plugin I think it is too long if we discuss it.