Dart with flutter vs Javascript with react native
Introduction In this topic we are going to explain main keys of difference between dart and the famous programming language of javascript, First we are going to give a brief definition of dart then javascript and finally we will compare flutter and react native by…
Top 10 flutter widgets we should know to get started
Hello community ! in this post we are going to talk about some basic flutter widgets that anyone should know to start making flutter apps But before talking about widgets let me define what is a widget : a defined class that we import from…
Introducing the flutter app debugging with dart devtools
Hello in this post i’m going to give you a brief explanation on how is flutter app debugging with dart devtools is important in the app development process : so when we come to the dart plugin comes with many useful tools and one of…


Why we should learn dart programming language in 2020
As we all know dart is a new programming language built by google, and it’s recently becomes popular since google use it for flutter framework to develop native mobile apps using one single code to produce both android and IOS apps, but dart is not…

Brief introduction to top flutter debugging tools
App debugging is a important part of an app development process it defines the problems and issues we may confront before or at runtime Flutter provides a debugger tools that allows you to do the following and more: Select a device to debug your app…
top flutter command lines to get started
With flutter we can run much command lines using Dev tools in any IDE which has the flutter sdk tools we can use many IDE programs like visual studio or android studio but what is important is to have the flutter sdk tools installed on…