└── README.md /README.md: -------------------------------------------------------------------------------- 1 | ![Flutter](https://user-images.githubusercontent.com/73144855/127227640-07449388-be61-4675-88c7-86dc1058cbef.jpg) 2 | 3 | **What is Flutter** 4 | 5 | Flutter is a free and open-source mobile UI framework created by Google and released in May 2017. In a few words, it allows you to create a native mobile application with only one codebase. This means that you can use one programming language and one codebase to create two different apps (for iOS and Android). 6 | _______________________________________________________________________________ 7 | **Flutter consists of two important parts:** 8 | 9 | An SDK (Software Development Kit): A collection of tools that are going to help you develop your applications. This includes tools to compile your code into native machine code (code for iOS and Android). 10 | A Framework (UI Library based on widgets): A collection of reusable UI elements (buttons, text inputs, sliders, and so on) that you can personalize for your own needs. 11 | To develop with Flutter, you will use a programming language called Dart. The language was created by Google in October 2011, but it has improved a lot over these past years. 12 | 13 | Dart focuses on front-end development, and you can use it to create mobile and web applications. 14 | 15 | If you know a bit of programming, Dart is a typed object programming language. You can compare Dart's syntax to JavaScript. 16 | __________________________________________________________________________________ 17 | **Beginning ** 18 | 19 | Main **resource** is Flutter Docs found it https://flutter.dev/?gclid=Cj0KCQjw3f6HBhDHARIsAD_i3D-I3Cef6UpYjjmmrsohXll-YiNq0Qpy2hq7aWEAq6gNtNF4tF4rFcMaAn0HEALw_wcB&gclsrc=aw.ds 20 | 21 | There are another resoures like courses : 22 | Our Arabic Courses​:- 23 | 1- php anonymous: 24 | 1- ​Dart 25 | 2- ​Flutter 26 | 2- ​Programming World ( ):ﻋﺎﻟﻢ اﻟﺒﺮﻣﺠﺔ 1- 27 | ​Dart 28 | 2- ​Flutter Basics 29 | 3- ​Flutter Full Course 30 | 3- ​Code 2 Start: Flutter 31 | 32 | Our English Courses​:- 33 | - Angila Course: 34 | - Maximilian 35 | - _____________________________________________________________ 36 | - **Advenced 37 | - ![FlutterRoadmap](https://user-images.githubusercontent.com/73144855/127230665-94b2abf0-c73a-48b6-8bc8-1572fde2d318.png) 38 | - ______________________ 39 | - **will update it soon** 40 | 41 | 42 | 43 | --------------------------------------------------------------------------------