Flutter

 
Flutter 3.10 - 🌐 Fusion Unleashed: Embedding Flutter Web in a SvelteKit Application

Flutter 3.10 - 🌐 Fusion Unleashed: Embedding Flutter Web in a SvelteKit Application

🚀 Join me on an exhilarating web development adventure as we delve into the fusion of two powerful frameworks: Flutter Web and SvelteKit! 🎯 Which is only possible because element embedding introduced as a part of Flutter 3.10 released today. In this video, I will guide you through the step-by-step process of embedding a Flutter Web application within an element inside a SvelteKit page.

Embark on Your Flutter Adventure:  Master Dart and Flutter in Just 30 Days #30DaysMasterFlutter

Embark on Your Flutter Adventure: Master Dart and Flutter in Just 30 Days #30DaysMasterFlutter

Welcome to the #30DaysMasterFlutter Challenge, a free 30-day Flutter and Dart journey designed to take you from beginner to app developer! 💡🌟 In this course, you'll learn the essentials of Dart programming and Flutter development through hands-on, project-based learning. By the end of the 30 days, you'll have built multiple projects that you can even add to your portfolio.

DEVLOG T2S [#3] - Flutter + Appwrite Authentication

DEVLOG T2S [#3] - Flutter + Appwrite Authentication

In this series I'm going to build my personal side project publicly with you. For this I'm choosing @Appwrite and @flutterdev as my main tech stack. In this third episode I'm setting up authentication flow with Appwrite authentication.

DEVLOG T2S [#2] - Building my Side Project with Flutter + Appwrite

DEVLOG T2S [#2] - Building my Side Project with Flutter + Appwrite

In this series of devlogs I'm building an application to assist teachers and students to help better the teaching and learning process using @flutterdev and @Appwrite In this episode I will be implementing features of adding and managing classes for teachers in my application using the Appwrite's Database.

DEVLOG T2S [#1] - Building my Side Project with Flutter + Appwrite

DEVLOG T2S [#1] - Building my Side Project with Flutter + Appwrite

In this series I'm going to build my personal side project publicly with you. For this I'm choosing @Appwrite and @flutterdev as my main tech stack. In this first episode I will talk about the idea and the application I'm planning to build. I will also setup Appwrite projects, databases and other features required. Finally I'll create a new Flutter project and setup Appwrite SDK.

Riverpod 2.x Course for Flutter Developers

Riverpod 2.x Course for Flutter Developers

Welcome to this massive course on Riverpod 2.x. We will implement an Instagram photo and video sharing application with Riverpod in this course using social sign-ins such as Facebook and Google! We use Firebase Firestore to store our documents and Firebase Storage to store photos and videos.

Bloc State Management for Flutter Developers

Bloc State Management for Flutter Developers

Bloc and Flutter Bloc are two very popular and useful libraries for Dart and Flutter developers respectively. They allow you to separate your business logic from your application's UI to an extent UI work is greatly simplified thanks to the simplicity of integrating Bloc and Flutter Bloc into an application.