• Post category:StudyBullet-6
  • Reading time:8 mins read


دليلك الكامل في الفلاتر لبناء تطبيقات الاندرويد والايفون بكود واحد ولغة برمجية واحدة

What you will learn

تعلم الفلاتر من الالف الى الياء خطوة بخطوة

انشاء تطبيقات موبايل بكفاءة النيتف لكل من الاندرويد والايفون

استخدام ميزات عديدة مثل كامرة الجهاز والمصادقة وغيرها

تعلم كل الأساسيات دون توقف وبعدهم: تعمق في الدارت والفلاتر لتصبح مطورًا متقدمًا

فهم جميع المفاهيم الأساسية لتطوير فلاتر

كن بارعًا في واحدة من أسرع التقنيات نموًا

Description

Notice: The Maximilian[Academind] course was adopted as a primary reference for this course …

ملاحظة: تم اعتماد دورة ماكس كمرجع اساسي لهذه الدورة…

*تم تحديث جميع تطبيقات الدورة لتدعم نسخة الفلاتر 2.5

في هذه الدورة المتكاملة فلاتر [المرجع الشامل] افترض الشخص اللي امامي لا يعرف اي شيء عن الفلاتر وعن البرمجة التطبيقات اصلا

سأخذك خطوة بخطوة من الصفر الى انشاء تطبيقات حقيقية للاندرويد والايفون

Join the most comprehensive & bestselling Flutter course and learn how to build amazing iOS and Android apps!

You don’t need to learn Android/ Java and iOS/ Swift to build real native mobile apps!

Flutter – a framework developed by Google – allows you to learn one language (Dart) and build beautiful native mobile apps in no time. Flutter is an SDK providing the tooling to compile Dart code into native code and it also gives you a rich set of pre-built and pre-styled UI elements (so-called widgets) which you can use to compose your user interfaces.


Get Instant Notification of New Courses on our Telegram channel.


Flutter is extremely trending and gets used for major Google apps like their Adwords app – it’s now marked as “ready for production”, hence now is the time to jump in and learn it!

This course will teach Flutter from scratch, NO prior knowledge of either of the two is required! And you certainly don’t need any Android or iOS development experience since the whole idea behind Flutter is to only learn one language.

You’ll learn Flutter not only in theory but we’ll build a complete, realistic app throughout this course. This app will feature both all the core basics as well as advanced features like using Google Maps, the device camera, adding animations and more!

With Flutter, you’ll be able to write code only once and ship your apps both to the Apple AppStore and Google Play.

Use Google’s Material Design to build beautiful, yet fully customizable, apps in no time with almost zero effort. You can use the rich widget suite Flutter provides to add common UI elements like buttons, switches, forms, toolbars, lists and more – or you simply build your own widgets – Flutter makes that a breeze, too.

Here’s what’s included in the course:

  • Detailed setup instructions for  Windows.
  • A thorough introduction to Flutter and the concept behind widgets.
  • An overview of the built-in widgets and how you may add your own ones
  • Page navigation with tabs, side drawers and stack-based navigation
  • State management solutions
  • Handling and validating user input
  • Connecting your Flutter app to backend servers by sending Http requests
  • User authentication
  • Using native device features like the camera
  • Adding beautiful animations & page transitions
  • Image Upload

And more!

This course is for you if …

  • You’re interested in building real native mobile apps for the two most popular mobile platforms – iOS and Android
  • You want to explore the full set of features Flutter offers
  • Don’t want to spend hours learning two completely different languages
العربية
language

Content

Introduction

What is Flutter ما هو الفلاتر
توضيح مهم جدا بخصوص تقييم الدورة
كيفية الحصول على شهادة بعد اكمال الدورة
كيفية تحميل اي مصدر يخص البرمجة

Dart Basics

Setup Environment
1 Output
2 Variables Part 1
3 Variables Part 2
4 Type Casting
5 Comments
6 Operations
7 prefix and postfix
8 If Statements
9 Condition Statements
10 Switch
11 Loops
12 Nested, Infinite Loops
13 Control Statements
14 Degree App.
15 Input
16 Exception
17 Numbers Methods
18 Strings Methods
19 Lists
20 2D Lists
21 Sets
22 Maps
23 Functions
24 Optional, Default Parameters
25 Passing array through function
26 Recursion
27 Exception Part 2
28 Lambda Expression
30 Typedefs
31 Class, Object, Cascade
32 Constructor
33 Static this
34 Setter getter
35 Inheritance Override
36 Super
37 Super Constructor
38 Abstruct & interface & multi inheritance
39 Mixins
40 Every Things is Object
41 Final vs Const
42 Enum
43 Generic
44 Import and Package
45 Math Library
46 DateTime
47 Operator Overloading
48 Polymorphism
49 Object Type Casting
50 Lexical Closure, Callable Function

Flutter Basics

Flutter Windows Setup
Windows Development Environment
Project Structure
Widget Tree
Stateless vs Stateful
Colors
TextStyle
Raised Button
FAT and FA Buttons
TextField Part 1
TextField Part 2 Visability
Dark Theme
TextField Part 3 Controller
Project 1 Age Calculator

Flutter Basics 2

AppBar Background Color
Margin & Padding
External Class
Stack & Alignment