tutorial (2)

Neno Sulistiyawan

Building Google Calendar Add-ons (1)

When building music studio management system, one of our client, a big player in music industry, asked us new feature that will simplify booking experience through Google Calendar interface. I got task to develop google calendar add-ons after that. Challenge accepted 😎 After some research…

Continue reading...
Neno Sulistiyawan

Flutter Tips : Formatting Code

Widget based code on flutter often resulting a deep tree-shaped structure. That kind of structure. Slowly but sure. Will definitely kill you when your codebase becoming larger and larger. Fortunately flutter already give us an awesome formatter. However, the awesomeness of flutter formatter will only…

Continue reading...