[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 sidebar