So, a lot of new to Flutter developers are facing problems understanding initState() and didChangeDependencies() method, Though Flutter has got it covered in official docs but newbie developers are finding it hard to understand them.
According to Flutter official docs,Called when this object is inserted into the tree.
The framework will call this method exactly once for...
So, few days back I saw linkedin flooded with Sorting Algorithms Visualizer web projects and I thought if it’s possible in web then why not implement this on an app and When it comes to apps you guys know how much I love flutter.
- Part 1: Analyzer
![](https://miro.medium...
So,Today we are going to build an app that on given an image of a dog shows you what the breed of the dog is.For this I have used Google Teachable machine to train our classifying model and Flutter to get it working.
Let’s train our model first.
For this implementation, you will need url_launcher
package:
Click here to know more about installing and using it in your app.
**Let’s...
[image_Picker](...