Naming Conventions in Dart.

Dart has it’s own naming conventions for the Variables, Fields, Methods, Classes, and Packages. 1. Variables and Field name will starts with Lower-Case and every Second word’s first letter will…

Read more »

Error – Dart SDK is not configured in Android Studio.

First of all whenever you see this error then see your flutter framework SDK path is set or not. In my system it is not configures. so i will show…

Read more »