Filters

Hide filters
Platform
Subscription Type
Content Type
Difficulty

Flutter & Dart · 196 Results

Flutter & Dart
Flutter & Dart New
State Management With Provider
The Flutter team recommends several state management packages and libraries. Provider is one of the simplest to update your UI when the app state changes.
Flutter & Dart New
ChatGPT Tutorial for Flutter: Getting Started
Learn how to incorporate ChatGPT into your Flutter apps! In this tutorial, see how to leverage machine learning and ChatGPT with a real-world trivia app.
Multiple Domains New
New Features at Kodeco — October 2023 Update
Make the most out of your time with Kodeco — check out the newest site features created just for you!
Flutter & Dart New
Testing in Flutter
Testing is one of the important aspect in app development. Testing helps to find and fix bugs, increasing the quality of the application. This course will introduce testing and different types of tests in Flutter. You will learn how to write unit tests, widget tests, and integration tests in Flutter. You will also learn how to write tests for your apps. You will learn how to Generate Goldens for UI Comparison and Automate running tests.
Multiple Domains New
Getting Started with Git
An introduction to Git! Learn the basics of Git so you can use it in your daily workflow.
Flutter & Dart New
The Top 5 Flutter State Management Solutions: A Deep Dive
State management is a critical part of any user-facing application’s architecture. It ensures the app’s data and interface remain synchronized as users interact. In the following tutorial, you will explore the most popular state management solutions offered in Flutter.
Flutter & Dart New
Parsing JSON in Flutter
Learn about getting and parsing JSON data from the internet when building a cross-platform app using Flutter.
Multiple Domains New
New Features at Kodeco — June 2023 Update
Make the most out of your time with Kodeco — check out the newest site features created just for you!
Flutter & Dart
Data Structures & Algorithms in Dart
Perhaps you’ve heard about Big O notation, stacks and queues, or bubble sort and quicksort. You’d like to learn more, but it’s hard to find any good examples and explanations that use your favorite programming language, Dart. Data Structures & Algorithms in Dart is here to help with in-depth explanations, copious illustrations, and step-by-step examples. The book begins by reviewing fundamental data structures like lists and maps and then goes on to teach you how to build other important structures from scratch, including stacks, linked lists, queues, trees and graphs. From there you’ll use these data structures to understand and write many different traversal, searching and sorting algorithms. All along the way, you’ll learn how to analyze the efficiency of your code and express that efficiency using Big O notation.
Multiple Domains
WWDC 2023 First Impressions Livecast
If you missed our WWDC First Impressions livecast last night, featuring our most opinionated iOS team members, you can catch the replay here!
Multiple Domains
Google I/O 2023’s Most Exciting AI Announcements
Google I/O 2023 was full of exciting AI announcements. Here is a rundown of the top tech to watch for mobile developers and consumers, as well as what to do if you want early access to new AI-powered Google tools.
Flutter & Dart
Google I/O 2023: Flutter Levels Up to Version 3.10
While Google spent a lot of their developer conference talking about artificial intelligence, Flutter managed to sneak out version 3.10. It provides a lot of awesome features that you can use in your code today.
Multiple Domains
Google I/O First Impressions Livecast
If you missed our Google I/O First Impressions livecast last night, featuring our most opinionated Android team members, you can catch the replay here!
Multiple Domains
How Google Is Addressing AI Ethics — Google I/O 2023
AI is powerful and risky. It can spread misinformation, violate privacy and create deep fakes. Learn how Google is being responsible and ethical with their AI offerings.
Multiple Domains New
Announcing Spring Sale: One-Year Personal Plans for Just $399!
Get complete and immediate access to a One-Year Kodeco Personal Plan for just $399 — that’s a massive savings of 33% over what you’d pay with the usual per-month price!
Multiple Domains
Don’t Miss Our Google I/O 2023 Livecast – May 10, 9PM EST!
Join us for our First Impressions livecast event covering Google I/O 2023 highlights, opinions from our panel of experts and more!
Multiple Domains
Two-Year Kodeco Plans for Just $599 – Limited Time!
Get complete and immediate access to a Two-Year Kodeco Personal Plan for just $599 — that’s half of what you’d pay with the usual per-month price! Limited time only.
Flutter & Dart
Flutter Hero Animations
Create impressive hero animations using the Hero Widget in Flutter when transitioning from one screen to another. This course covers key topics such as the fundamentals of hero animations, utilizing the components of the Hero widget to create advanced animations, and hands-on development of visually stunning animations while working on the Fooder app.
Flutter & Dart
Live Chat With Pusher Using Provider
Learn how to setup a real-time messaging Flutter App using Pusher API and a Go backend deployed as a containerised web service to GCP Cloud Run.
Flutter & Dart
Flutter Desktop Apps: Getting Started
Learn how to create a Flutter Desktop App for both the Macintosh and Windows platforms. Create applications that run as fast as native apps and look like a native app. Use the native menu system and access local files.
Flutter & Dart
State Restoration of Flutter App
Android and iOS interrupt application processes to optimize resource usage by killing the app, losing the app’s state. Here, you’ll explore clever state restoration techniques in Flutter.
Multiple Domains
Professional Development Seminars 2023
You’ve built your development skills through our high-quality, up-to-date books and videos, and now it’s time to take things to the next level! Our Professional Development Seminars are live, bi-monthly events designed to connect you with top-tier developers and other professionals from our community, who are ready to share their hard-won and battle-tested advice with you, available exclusively to Annual Ultimate Pro Subscribers.
Flutter & Dart
Flutter Accessibility: Getting Started
Learn how to improve the accessibility of your Flutter app by providing more semantic details for screen readers and following other items from Flutter’s accessibility checklist.
Flutter & Dart
Dart Mixins Tutorial for Flutter: Getting Started
Learn about Flutter mixins, which help you implement some of the OOPs methodologies such as inheritance and abstraction in Dart.