Sulaiman Baig
Sulaiman Baig
  • Видео 55
  • Просмотров 10 288
Flutter Tutorial for Beginners 2020 | 19 - How to pass function pointer to a widget
ruclips.net/channel/UCzJFGVP16HOA57OzZoSAGgA
In this video we will discuss about a common pattern of Flutter which is called lifting up the state. We will learn ho to pass a function pointer to a widget to trigger that function from and other widget. We will learn how flutter use common pattern of managing state of widget.
Просмотров: 190

Видео

Flutter Tutorial for Beginners 2020 |18 - How to style and layout a custom widget.
Просмотров 674 года назад
In this video we will learn how to style and layout a custom widget. ruclips.net/channel/UCzJFGVP16HOA57OzZoSAGgA
Flutter Tutorial for Beginners 2020 | 17 - How to create custom widget and pass data to it.
Просмотров 1144 года назад
In this video we will learn how to create custom widget and how to pass data into that widget. ruclips.net/channel/UCzJFGVP16HOA57OzZoSAGgA
Flutter Tutorial for Beginners 2020 |16 Public, private properties and functions
Просмотров 974 года назад
In this video we will learn about public, private properties and function in dart programming language. How to declare them and how to use them. ruclips.net/channel/UCzJFGVP16HOA57OzZoSAGgA
Flutter Tutorial for Beginners 2020 | 15 - How setState works behind the scene
Просмотров 1824 года назад
In this video we will see how setState function manage the state of widget internally. ruclips.net/channel/UCzJFGVP16HOA57OzZoSAGgA
Flutter Tutorial for Beginners 2020 |14 - What is statefull widget & when to use it
Просмотров 804 года назад
In this video we will learn about stateful widget and see when to use it. ruclips.net/channel/UCzJFGVP16HOA57OzZoSAGgA
Flutter Tutorial for Beginners 2020 | 13 - What is stateless widget & when to use it
Просмотров 814 года назад
In this video we will learn about stateless widget and will see when to use it. ruclips.net/channel/UCzJFGVP16HOA57OzZoSAGgA
Flutter Tutorial for Beginners 2020 | 12 - Anonymous vs named functions
Просмотров 844 года назад
In this video we will compare anonymous and named functions. ruclips.net/channel/UCzJFGVP16HOA57OzZoSAGgA
Flutter Tutorial for Beginners 2020 | 11 - How to connect a function with onPressed event
Просмотров 4064 года назад
In this video we will learn ho to attach a function with onPressed event.
Flutter Tutorial for Beginners 2020 |10 - How to add multiple widgets on screen
Просмотров 5594 года назад
In this video we will learn how to add multiple widgets on screen. ruclips.net/channel/UCzJFGVP16HOA57OzZoSAGgA
Flutter Tutorial for Beginners 2020 | 9 - Visible (for input output), invisible (for layout) widget
Просмотров 2414 года назад
In this video we will learn how to structure the layout of our app. We will see how to use visible and invisible widgets. Will will implement a basic example to grasp this concept. ruclips.net/channel/UCzJFGVP16HOA57OzZoSAGgA
Flutter Tutorial for Beginners 2020 | 8 - Basic layout and style using Scaffold.
Просмотров 1214 года назад
In this video we will study a basic layout and styling widget Scaffold. We will also use appBar and body to implement basic design of our app. ruclips.net/channel/UCzJFGVP16HOA57OzZoSAGgA
Flutter Tutorial for Beginners 2020 | 7 - Named, positioned, optional and required arguments.
Просмотров 2654 года назад
In this video we will learn what is constructor and how to use it. Then we will study what are named, positional, required and optional arguments. After that we will also see short syntax of constructor. ruclips.net/channel/UCzJFGVP16HOA57OzZoSAGgA
Flutter Tutorial for Beginners 2020 | 6 - main {}, runApp, MyApp, MaterialApp
Просмотров 1,2 тыс.4 года назад
ruclips.net/channel/UCzJFGVP16HOA57OzZoSAGgA In this video we will declare main function which is the entry point of any program. After that we will call runApp() which is responsible to attach a widget to the screen of device. Meanwhile we will also declare MaterialApp() in a widget and return it and run this app on a virtual device.
Flutter Tutorial for Beginners 2020 | 5 - Fundamentals of Dart Variables & OOP.
Просмотров 1464 года назад
In this video we will learn about variables and classes. We will declare them, use them and access properties and reassign those properties. ruclips.net/channel/UCzJFGVP16HOA57OzZoSAGgA
Flutter Tutorial for Beginners 2020 | 4 - Fundamentals of Dart programming language.
Просмотров 1014 года назад
Flutter Tutorial for Beginners 2020 | 4 - Fundamentals of Dart programming language.
Flutter Tutorial for Beginners 2020 | 3- An overview of flutter default project
Просмотров 1204 года назад
Flutter Tutorial for Beginners 2020 | 3- An overview of flutter default project
Flutter Tutorial for Beginners 2020 | 1- How to create a new project and run it on virtual device
Просмотров 2394 года назад
Flutter Tutorial for Beginners 2020 | 1- How to create a new project and run it on virtual device
Angular Project From Scratch. 11 - Creating and Outputing Shopping List | SULAIMAN BAIG
Просмотров 6694 года назад
Angular Project From Scratch. 11 - Creating and Outputing Shopping List | SULAIMAN BAIG
Angular Project From Scratch. 10 - Creating Ingredient Model | SULAIMAN BAIG
Просмотров 2004 года назад
Angular Project From Scratch. 10 - Creating Ingredient Model | SULAIMAN BAIG
Angular Project From Scratch. 9 - Working on Shopping List Component | SULAIMAN BAIG
Просмотров 1504 года назад
Angular Project From Scratch. 9 - Working on Shopping List Component | SULAIMAN BAIG
Angular Project From Scratch. 8 - Displaying Recipe Details | SULAIMAN BAIG
Просмотров 1574 года назад
Angular Project From Scratch. 8 - Displaying Recipe Details | SULAIMAN BAIG
Angular Project From Scratch. 7 - Outputting Recipe List | SULAIMAN BAIG
Просмотров 1934 года назад
Angular Project From Scratch. 7 - Outputting Recipe List | SULAIMAN BAIG
Angular Project From Scratch. 6 - Adding Content to Recipe Component | SULAIMAN BAIG
Просмотров 2744 года назад
Angular Project From Scratch. 6 - Adding Content to Recipe Component | SULAIMAN BAIG
Angular Project From Scratch. 5 - Creating Recipe Model Class | SULAIMAN BAIG
Просмотров 2474 года назад
Angular Project From Scratch. 5 - Creating Recipe Model Class | SULAIMAN BAIG
Angular Project From Scratch. 4 - Improve Header Component | SULAIMAN BAIG
Просмотров 1884 года назад
Angular Project From Scratch. 4 - Improve Header Component | SULAIMAN BAIG
Angular Project From Scratch. 3 - Using Components | SULAIMAN BAIG
Просмотров 2234 года назад
Angular Project From Scratch. 3 - Using Components | SULAIMAN BAIG
Angular Project From Scratch. 2 - Creating Components | SULAIMAN BAIG
Просмотров 3144 года назад
Angular Project From Scratch. 2 - Creating Components | SULAIMAN BAIG
Angular Project From Scratch. 1 - Project Setup | SULAIMAN BAIG
Просмотров 1,3 тыс.4 года назад
Angular Project From Scratch. 1 - Project Setup | SULAIMAN BAIG
Angular 9 Tutorial for Beginners. 24 - Custom Directive | SULAIMAN BAIG
Просмотров 364 года назад
Angular 9 Tutorial for Beginners. 24 - Custom Directive | SULAIMAN BAIG