Dart and Flutter Flutter Line chart with a great graph tool Fl_Chart I wanted to show a graph for my application, so I looked for some tools and found a great tool called fl_chart. I tried ... 2022.02.07 Dart and Flutter
Dart and Flutter Parse Json into a Dart class object When calling an API via HTTP, the response is generally JSON format. To handle the response, we need to know how to pars... 2022.02.02 Dart and Flutter
Dart and Flutter Flutter Get data from Google Search Console To keep running a blog, it's necessary to have a tool like Google Search Console for the analysis because I want to coll... 2022.01.28 Dart and Flutter
Dart and Flutter Flutter Keep login state and get Authorization bearer token I wrote Flutter Google Login with Firebase before but its implementation doesn't keep the login state. The login state i... 2022.01.12 Dart and Flutter
Dart and Flutter Flutter DataTable Cross axis scroll Do you need to scroll to see all the data in DataTable? It's not necessary to use another package. This post shows how to achieve cross axis scroll and how to show both scrollbars. 2021.12.30 Dart and Flutter
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... 2021.12.28 Dart and Flutter
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... 2021.12.22 Dart and Flutter
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... 2021.12.21 Dart and Flutter
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... 2021.12.20 Dart and Flutter
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... 2021.12.17 Dart and Flutter