[Flutter] Use Timer Module to implement the countdown timer
If you want to countdown in Flutter, we can use Timer module to do it.
Read More »[Flutter] Use Timer Module to implement the countdown timerIf you want to countdown in Flutter, we can use Timer module to do it.
Read More »[Flutter] Use Timer Module to implement the countdown timerWhen we started to learn to use Flutter for Application development, we occasionally wonder: Should we use StatefulWidget or StatelessWidget now?
Read More »[Flutter] Use StatefulWidget to change and re-render the page and componentsMicrosoft Corporation is an American multinational computer technology company that mainly develops computer software. The most famous among them is the Windows operating system and the Microsoft Office office suite software.
Read More »Microsoft Development overview NoteWhen you developing an App in Flutter, may be sometimes you want to hide the status bar and the DEBUG label:
Read More »[Flutter] Hide the Status Bar, Bottom Operate Bar and DEBUG LabelIf Flutter, if we want to randomly to set the component’s color, we can use Random()
to do it. It is not a very useful effect, but it is very funny.
If we are developing an App by Flutter, maybe sometimes we can build a simple sidebar to let users configure their settings.
Read More »[Flutter] Use Drawer component to set a sidebarI ever recorded how to use the built-in ListView
component in [Flutter] Use “ListView” to create a list component, and its display result is as follows:
No matter which applications we are developing, it is difficult for us to put all of programs in one main file (we skip to talk about shortcomings).
Read More »[Flutter] How to import in FlutterWhen we designing a mobile application, we are difficult to implement all of functions in just only one page, so we need to divide different functions to different pages.
Read More »[Flutter] How to pass and receive parameters when the page navigationWhen we developing a large-scale Python project, we will start to try various acceleration methods.
Read More »[Linux] Speed Up Pure Python Programs with Cython