Sponsored links
Dart and Flutter

Flutter Google sign in for web

The way to sign in from web version is a bit different from Android. I write down some problems that I faced. I hope thi...
Tips

Why should a programmer has an own Blog

I established this website in January of 2021. I've published more than 100 articles as of now and feel that it was a go...
Dart and Flutter

Flutter File/Folder search with Google Drive API

I tried some file search queries to communicate with Google Drive. If you don't know how to connect to Google Drive, che...
Dart and Flutter

Flutter Failed to start DevTools: Dart DevTools exited with code 255

The error described on the title occurred after I updated SDK tools by "sdkmanager --update" command. How to check Log i...
Dart and Flutter

Flutter TabBar and TabBarView without AppBar

PageView can handle multiple views on the same screen but I didn't find an easy way to show an indicator that shows wher...
Dart and Flutter

Flutter Upload data to Google Drive

We implemented Google login in the previous post. If you haven't checked the post yet, go to the following post first to...
Dart and Flutter

Flutter Google Login with Firebase

I tried Google login from a Flutter application because Android users have Google account and it is easier for a user to...
Dart and Flutter

Flutter Swipe list item to delete

It's common to let a user swipe a list item for more options in smartphone applications. For example, we can archive an ...
Dart and Flutter

Flutter Loading next data when reaching the bottom of ListView

Many applications have a lazy data loading feature. For example, it loads the first 20 data and if a user scrolls down t...
Dart and Flutter

Dart Handling the length after decimal point

How to show minimum digit after decimal point If a value data type is double and printed, it includes a decimal point li...
Sponsored links