[News] 2021-10-13 What Happened Today?
Last Updated on 2021-10-13 by Clay
I am trying to pay more attention to the news happening in the world and record it here.
Read More »[News] 2021-10-13 What Happened Today?Last Updated on 2021-10-13 by Clay
I am trying to pay more attention to the news happening in the world and record it here.
Read More »[News] 2021-10-13 What Happened Today?Last Updated on 2021-10-13 by Clay
Ever since my daily personal laptop was changed from Linux to Mac OS, I knew that one day I would study how to use software such as wine on Mac OS.
Read More »[MacOS] Use Wine To Execute Windows EXE FileLast Updated on 2021-10-13 by Clay
The calendar component is a component that is used in many applications, such as accounting and note-taking. When using Flutter for development, you can call the calendar kit developed by the predecessors instead of developed by yourself.
Read More »[Flutter] Use table_calendar Package To Create CalendarLast Updated on 2021-10-13 by Clay
In the Dart language, if there is a need to process time, date… etc., it can be done through the operation of DateTime class object.
Read More »[Flutter] DateTime in Dart Tutorial (With Example)Last Updated on 2021-10-13 by Clay
Today I use Android Studio to develop an application, and want to create a GitHub repository. But I did not expect, The GitHub login verification function provided by Android Studio IDE cannot be used.
Read More »[Solved] Android Studio Cannot Login GitHub: invalid authentication data.404 Not Found –Not FoundLast Updated on 2021-10-13 by Clay
When we use Flutter to develop an application and we need to store a large amount of data, we can use an embedded database such as SQLite (Sqflite) to store the data.
Read More »[Flutter] Sqflite Tutorial (With Example)Last Updated on 2021-10-13 by Clay
When using Flutter to develop an application, if some packages such as firebase or sqflite that need to be initialized, but they are operated asynchronously, we often get the following error message:
Read More »[Solved] ServicesBinding.defaultBinaryMessenger was accessed before the binding was initialized.