Flutter Animation API deserves more explanation.
Month: April 2021
Flutter Scaffold
We removed everything from the default flutter class, and created a custom one. But we kept the default file material.dart. Scaffold class could be understood like as a skeleton for building simple apps quickly. It comes with some default objects and classes which you can use them easily. We used the Scaffold class, since it…
Flutter unimplemented handling of missing static target
It happens when the stateful widgets suddenly become stateless. All you need to do is to restart your app. And you would be good to go. Learn Building a Video Player
flutter get stucks in Running “flutter pub get”
When I was trying to create flutter project on my mac termial, It got stuck after a few moment. It showed the below error Then i check my environment by running the command “flutter-doctor” and everything looked ok After doing a bit of research I found that, the problem creating by not get pub files…
Visual lifecycle Flutter
Better visual representation of flutter life cycle.
Flutter Lifecycle
Two types of Widgets. Stateless Stateful Two most important method. initState() Build()
Flutter World
This website is all about Flutter. We will cover every topic on Flutter and will help you get better at Flutter and Dart Coding