[Flutter] How To Use AlertDialog To Set Pop-up Message Box
in Flutter, if we want to design a pop-up message box, we can use AlertDialog to do it.
Read More »[Flutter] How To Use AlertDialog To Set Pop-up Message Boxin Flutter, if we want to design a pop-up message box, we can use AlertDialog to do it.
Read More »[Flutter] How To Use AlertDialog To Set Pop-up Message BoxWhen I jumped into Flutter learning, what bothered me most at first was as stated in the title of this article: When should I use the new
keyword? Some tutorial will add new
for declaring variable, but some tutorials will not.
Recently, I have been studying how to build bottom buttons with overlapping shapes in Flutter as shown below:
Read More »[Flutter] Use Stack Layout To Overlap ComponentsToday when I using Android Studio for developing, I see a message pop up many times at the lower right corner:
Read More »[Solved] this IDE is Running in low memory, also android studio keeps not respondingWhen we developing a Flutter App, we named a temporary name in the first build. But in the process of development, perhaps changes in functions or changes in ideas, we may have to change the name of the App to a different one.
Read More »[Flutter] How To Change The App NameWhen we use Flutter for application development, we usually need some icons to used as button. Flutter provide some built-in icons for us, but even so, we still need more customize icons.
Read More »[Flutter] How To Use Customize Icon ImageI am trying to pay more attention to the news happening in the world and record it here.
Read More »[News] 2021-10-15 What Happened Today?The code after the dart version upgrade needs to enable the so-called Null-Safety to compile. If the code disable Null-Safety, the following error will occur:
Read More »[Solved][Flutter] This requires the ‘non-nullable’ language feature to be enabled. Try updating your pubspec.yaml to set the minimum SDK constraint to 2.12.0 or higher, and running ‘pub get’.I am trying to pay more attention to the news happening in the world and record it here.
Read More »[News] 2021-10-14 What Happened Today?If you have a requirement for plotting a pie chart when you developing via Flutter, I can recommend a useful plotting package: fl_chart.
Read More »[Flutter] Use fl_chart Package To Implement Pie Chart