In the previous articles we used the AnimationController, Animation and Tween elements of Flutter to animate our behavior. What if we just want to animate...
To configure the environment, determine the environment specified by the shell. On the terminal, enter CHSH and the password. The system displays /bin/xxxx, which is...
An elastic layout allows child components to allocate parent container space proportionally. The elastic layout of the Flutter is implemented through Flex and Expanded. Similar...
1. When we talk about Flutter drawing, our first reaction is to use the CustomPaint component to create a custom CustomPainter object. All observable components...
This is the fourth installment of BATcoder, a sequel to the Android Advanced Trilogy that expands and updates the Android Advanced Trilogy and will be...
AppBar is a Material Design-based application bar that is used in scaffolds as the top navigation bar. Why AppBar 1, because navigation bar is usually...
I recently learned about Flutter development and wanted to generate Color objects based on the hexadecimal Color values returned by the background. This method can...
After installing the FLUTTER SDK, you can customize the configuration. For details, see the official documentation. However, you are advised to keep the default Settings
This article introduces a thread merge problem that can not be avoided when using PlatformView scenarios with Flutter multiple engines, and its final solution, and...
1. Ticker first why Ticker first? When we animate and define the AnimationController, we must pass the vsync parameter, usually this, mixed with Si by...
This article will be the main picture loading, loading methods including local and network, at the same time, reference to the third party picture cache...