Tag: Kodeco

Kodeco – Managing State in Flutter


Brian Moakley | Duration: 1:19 h | Video: H264 1920×1080 | Audio: AAC 48 kHz 2ch | 427 MB | Language: English
State management is a key aspect of working with Flutter. There are lots of different solutions with lots of different approaches. In this course, you’ll learn about the base tools provided by Flutter and then learn how to use the Google recommended state management solution, Provider.
Covered concepts
• Inherited widget

(more…)

Kodeco – Flutter Navigator 2.0


Shrihriday Bhagwat | Duration: 1:47 h | Video: H264 1920×1080 | Audio: AAC 48 kHz 2ch | 651 MB | Language: English
Navigator 2.0 is Flutter’s new declarative API for the Navigator widget. Learn how to migrate an app from old navigation patterns to use Navigator 2.0 and see how to make your app work with the URL bar and browser history in Flutter Web.
Covered concepts
• Introduction To Navigator 1 and 2

(more…)

Kodeco – Beginning FlutterFire


Simone Alessandria | Duration: 1:42 h | Video: H264 1920×1080 | Audio: AAC 48 kHz 2ch | 635 MB | Language: English
Firebase can help you add back-end features to your Flutter app without writing any back-end code. It provides several tools that you can immediately use, like authentication, a centralized database, file storing in the cloud, and sending notifications. In this course you’ll learn how to configure and use FlutterFire, a set of plugins to integrate Firebase within your Flutter apps!
Covered concepts
• Firebase configuration in a Flutter app

(more…)

Kodeco – Supabase with Flutter


Kevin D. Moore | Duration: 2:10 h | Video: H264 1920×1080 | Audio: AAC 48 kHz 2ch | 639 MB | Language: English
Learn how to create a cloud based database and authentication application using Supabase. This is an easy to use Postgres relational database along with authentication. There are easy to use libraries for Flutter. Easily setup email/password authentication along with your favorite providers like: Google, Facebook and Apple. Use a webpage to easily create database tables.
This course is for developers looking for alternatives to Firebase or other database systems. Developers will have an intermediate level of experience with Flutter.
Covered concepts

(more…)

Kodeco – Programming in Dart Classes


Brian Douglas Moakley | Duration: 1:14 h | Video: H264 1920×1080 | Audio: AAC 48 kHz 2ch | 745 MB | Language: English
In this final course in the Programming with Dart series, you’ll be introduced to one of the most important aspects of the language: classes. You’ll learn how to define your own classes and how to use the object oriented features in the Dart programming language.
This course is written for people who are new programming! If you don’t know the difference between a function and an object, you’ve come to the right place.
Before starting, you should have watched Programming in Dart: Fundamentals, Programming in Dart: Control Flow & Collections and Programming in Dart: Functions & Closures. This course will build on those foundational concepts and expand on your understanding of the Dart programming language.
Covered concepts

(more…)

Kodeco – Programming in Dart Functions & Closures


Free Download Kodeco – Programming in Dart: Functions & Closures
Brian Douglas Moakley | Duration: 1 h | Video: H264 1920×1080 | Audio: AAC 48 kHz 2ch | 597 MB | Language: English
You’ll continue to build on the lessons taught in the Programming in Dart series by learning how to write functions to maximize code reuse as well as to filter and map collections. You’ll also be introduced to self-contained functions called closures to take your Dart code to the next level.
This course is written for people who are new to programming! If you don’t know the difference between a function or an object, you’ve come to the right place.
Before starting, you should have watched Programming in Dart: Fundamentals and Programming in Dart: Control Flow & Collections. This course will build on those foundational concepts and expand on your understanding of the Dart programming language.

(more…)

Kodeco – Programming in Dart Control Flow & Collections


Free Download Kodeco – Programming in Dart: Control Flow & Collections
Brian Douglas Moakley | Duration: 1 h | Video: H264 1920×1080 | Audio: AAC 48 kHz 2ch | 540 MB | Language: English
This course will build on the previous Programing with Dart course whereby you’ll learn how to manage control flow in your programs as well as explore several of the built in collection types.
This course is written for people are new programming! If you don’t know the difference between loop or a switch, then you’ve come to the right place!
Before starting, you should have watched Programming in Dart: Fundamentals. This course will build on those foundational concepts and expand on your understanding of the Dart programming language.

(more…)