[Flutter] How to Create SnackBar Message Component
Last Updated on 2021-10-25 by Clay
We often use the SnackBar message component in Flutter Apps to display the remind messages.
Read More »[Flutter] How to Create SnackBar Message ComponentLast Updated on 2021-10-25 by Clay
We often use the SnackBar message component in Flutter Apps to display the remind messages.
Read More »[Flutter] How to Create SnackBar Message ComponentLast Updated on 2021-10-25 by Clay
Recently, I configured the Android Studio on Linux system for Flutter development, but I encounter the following error when using flutter doctor --android licenses
command (It's necessary).
Last Updated on 2021-10-24 by Clay
Many people are troubled by the beeping sound when use tab key to auto-complete command.
There are two types of beeping sounds, one is emitted by speaker or stereo, and other one is emitted by the host hardware device.
Last Updated on 2021-10-24 by Clay
Read More »[Solved][Linux] add-apt-repository: command not found"add-apt-repository: command not found" is a common error about command not found, but we cannot complete it with
search add-apt-repository
orapt install add-apt-repository
.In fact, we need to use
sudo apt install software-properties-common
to install.
Last Updated on 2021-10-24 by Clay
Recently I reinstall my Linux operating system. In the process of installation, I disconnected to my Wifi device. But before I reinstall it, the device connected to Wifi is very successful.
Read More »[Solved][Linux] No Wi-Fi Adapter Found - Make sure you have a Wi-Fi adapter plugged and turned onLast Updated on 2021-10-24 by Clay
Today I reinstalled Debian that is a famous Linux distribution, but I got an warning to remind me the device cannot detect the Wifi device in installation... I always encountered some new problem every time I install the system.
Read More »[Solved][Linux] Use APT Command Error in New System: "Media change: please insert the disc labeled ..."Last Updated on 2021-10-24 by Clay
Today when I configuring a new environment on new device (use pip3 install PyQt5
), I got the following error message:
Last Updated on 2021-10-23 by Clay
If you want to install another Linux distribution on Linux, sometimes we make the USB bootable flash drive with UNetbootin tool.
Read More »[Solved][Linux] UNetbootin Have No GUI on Gnome EnvironmentLast Updated on 2021-10-23 by Clay
ModuleNotFoundError: No module named 'distutils.util'
Read More »[Solved][Python] ModuleNotFoundError: No module named 'distutils.util'Last Updated on 2021-10-23 by Clay
The laptop I used for work burned out, so I reinstalled an old laptop. Of course I need to configure its environment before my work laptop repair, to survive the work required during this period.
Read More »[GitHub] How to Configure SSH Key