- 192
- 894 416
True Coders
United States
เข้าร่วมเมื่อ 23 ม.ค. 2018
"Unlocking the Power of Multi-Platform Development!"
Welcome to our programming channel, where we dive into the exciting world of multi-platform development! Whether you're a beginner or an experienced coder, we've got you covered on all things related to Flutter, iOS, Android, and MAUI.
Join us as we explore the latest advancements in cross-platform programming languages. Our videos are carefully crafted to provide you with in-depth tutorials, tips, and tricks that will help you master the art of developing multi-platform applications.
Whether you're interested in Flutter, iOS, Android, or MAUI, our channel is the ultimate destination for multi-platform developers. Stay up-to-date with the latest trends, best practices, and industry insights, empowering yourself to create groundbreaking applications that run seamlessly across different operating systems. Get ready to unlock your potential as a multi-platform developer and revolutionize the world of software development.
Welcome to our programming channel, where we dive into the exciting world of multi-platform development! Whether you're a beginner or an experienced coder, we've got you covered on all things related to Flutter, iOS, Android, and MAUI.
Join us as we explore the latest advancements in cross-platform programming languages. Our videos are carefully crafted to provide you with in-depth tutorials, tips, and tricks that will help you master the art of developing multi-platform applications.
Whether you're interested in Flutter, iOS, Android, or MAUI, our channel is the ultimate destination for multi-platform developers. Stay up-to-date with the latest trends, best practices, and industry insights, empowering yourself to create groundbreaking applications that run seamlessly across different operating systems. Get ready to unlock your potential as a multi-platform developer and revolutionize the world of software development.
Anatomy of an AvaloniaApplication | Understanding Avalonia :Project Structure & FirstApp Walkthrough
Anatomy of an Avalonia Application
Welcome back! In this video, we dive into the basic building blocks of an Avalonia UI application. We'll revisit the FirstApp project and break down its essential components, including solution and project files, the Program class, and the App and MainWindow classes.
You'll learn about:
✅ .csproj files and .NET framework references
✅ How the Program class launches the Avalonia app
✅ The role of the App class in managing resources and the main window
✅ Understanding the MainWindow class for UI and event handling
Follow along as we explain the structure and functionality of each part, helping you build a strong foundation for Avalonia development.
🔔 Subscribe for more tutorials and deepen your understanding of Avalonia!
Welcome back! In this video, we dive into the basic building blocks of an Avalonia UI application. We'll revisit the FirstApp project and break down its essential components, including solution and project files, the Program class, and the App and MainWindow classes.
You'll learn about:
✅ .csproj files and .NET framework references
✅ How the Program class launches the Avalonia app
✅ The role of the App class in managing resources and the main window
✅ Understanding the MainWindow class for UI and event handling
Follow along as we explain the structure and functionality of each part, helping you build a strong foundation for Avalonia development.
🔔 Subscribe for more tutorials and deepen your understanding of Avalonia!
มุมมอง: 25
วีดีโอ
Flutter Tutorial: Display & Manage Cart Items with Add/Remove Functionality | Part 4
มุมมอง 329 ชั่วโมงที่ผ่านมา
In this video, we’ll show you how to display cart items in a Flutter shopping app and manage them efficiently. Learn how to add or remove items directly from the cart page and dynamically update the total amount. This tutorial is perfect for building a responsive and user-friendly cart system. 💡 Topics Covered: Displaying cart items using ListView.builder Adding and removing items with real-tim...
Flutter Tutorial: Add Items to Cart with Ease | Step-by-Step Guide | Part -3
มุมมอง 7914 วันที่ผ่านมา
Part 1: th-cam.com/video/cdPG0ETbC-c/w-d-xo.html Part 2: th-cam.com/video/R4TNm9dLr9k/w-d-xo.html Code : github.com/truecoder-001/Dart/tree/main/AddCart/lib Learn how to add items to a shopping cart in Flutter with this comprehensive step-by-step tutorial. We'll cover: ✅ Creating a CartListItem class to manage cart items ✅ Adding an "Add to Cart" button to product details ✅ Updating the cart co...
Displaying Product Details in Flutter | Complete Guide with Example
มุมมอง 7014 วันที่ผ่านมา
Part 1 : th-cam.com/video/cdPG0ETbC-c/w-d-xo.html Learn how to display product details in Flutter with a clean and interactive UI! In this tutorial, we show you how to: Create a product details page using StatelessWidget Pass product data between pages Use widgets like Stack, SingleChildScrollView, and Hero for smooth transitions and layout design Follow along as we build the product details pa...
Displaying Products with ListView.builder in Flutter | Flutter UI Tutorial
มุมมอง 11021 วันที่ผ่านมา
Code github.com/truecoder-001/Dart/tree/main/List_Products/lib Image links github.com/truecoder-001/Dart/tree/main/List_Products/assets/images In this video, we’ll learn how to display a list of products using Flutter’s ListView.builder. We’ll create a layout that includes images, descriptions, and prices for each product, setting up a dynamic and clean product display. This tutorial is ideal f...
Designing responsive apps with Flutter 2 | Adaptive Layouts | LayoutBuilder | OrientationBuilder
มุมมอง 8628 วันที่ผ่านมา
Part 1 : th-cam.com/video/hH8HN1CSNJ8/w-d-xo.html In this video, we explored how to build adaptive layouts in Flutter using `LayoutBuilder` and `OrientationBuilder`. By detecting the device's width and orientation, we can design flexible interfaces that adjust beautifully across various screen sizes and orientations, providing a better user experience on any device. If you found this tutorial h...
Designing responsive apps with Flutter 1 | Getting to know the user’s device with MediaQuery
มุมมอง 113หลายเดือนก่อน
When building your Flutter app, you’ll likely aim to support various platforms and screen sizes. Each platform has its own design guidelines and user expectations, which are important to consider. However, this doesn’t mean you need to compromise on a flexible layout that adapts to different scenarios. Flutter offers a robust toolkit for creating responsive apps that look great and function wel...
How to Implement a Date Picker in Flutter | Step-by-Step Guide
มุมมอง 98หลายเดือนก่อน
In this video, we’ll walk you through how to implement a date picker in your Flutter app. We’ll start with creating a new project, adding a date picker, and displaying the selected date in your UI. You'll learn how to set the initial, minimum, and maximum dates and format the date for display. Perfect for beginners or anyone looking to enhance their Flutter forms with date selection functionali...
How to Pick and Play Audio Files from Device in Flutter | Flutter Audio Player Tutorial
มุมมอง 162หลายเดือนก่อน
In this tutorial, you'll learn how to pick audio files from your device and play them in your Flutter app using the file_picker and audioplayers packages. We'll guide you through the step-by-step process of setting up a new Flutter project, installing the necessary dependencies, and implementing the functionality to select and play audio. Whether you're building a music player or an app that ne...
How to Validate Forms and Retrieve Data in Flutter | Step-by-Step Guide | TextFormField
มุมมอง 170หลายเดือนก่อน
In this Flutter tutorial, you'll learn how to create and validate forms using TextFormFields, retrieve and display data, and handle form state management. We cover styling, input validation (for name, email, and password), and how to use TextEditingController to manage form data. By the end of this video, you'll know how to create functional and interactive forms in your Flutter applications. K...
Flutter Enums Explained: Easy Guide with Example
มุมมอง 1342 หลายเดือนก่อน
In this video, we’ll dive into Enums in Flutter and explore how they can be used to manage fixed sets of values in your app. Whether you’re defining user roles, app states, or directions, enums help simplify code and improve readability. We’ll go through step-by-step examples, including how to implement enums in a Flutter project, and use them to display different statuses like 'online,' 'offli...
Mac Os - Avalonia Setup and Create Your First Application Using VS Code | c# | Install Avalonia
มุมมอง 4022 หลายเดือนก่อน
Avalonia UI installation on a Mac. Source Code Files github.com/truecoder-001/Avalonia/tree/main/AvaloniaFirstApp 00:00 Start 0:13 Install .NET SDK 01:53 Install Avalonia Templates 02:55 Install VS Code and Add Avalonia, c#, c# Dev Kit extensions 04:30 Create First Avalonia Appliction Using VS Code Download .NET SDK. dotnet.microsoft.com/en-us/download Download VS Code. code.visualstudio.com/do...
Install Avalonia UI and Create Your First App On Windows | VS Code and the Visual Studio | Setup
มุมมอง 1.2K2 หลายเดือนก่อน
Avalonia UI installation on a Windows Machine. 00:00 Start 0:09 Install .NET SDK 0:58 Install Avalonia Templates 01:50 Install VS Code and Add Avalonia, c#, c# Dev Kit extensions 02:25 Create First Avalonia Appliction Using VS Code 07:13 Visual Studio Extension 07:48 Create First Application Using Visual Studio Extension Source Code Files github.com/truecoder-001/Avalonia/tree/main/AvaloniaFirs...
How to Use a Third-Party Package in Flutter? | CarouselSlider | carousel_slider |Tutorial
มุมมอง 1802 หลายเดือนก่อน
In this tutorial, we will learn what a third-party package is and how to use it in a Flutter project. We will use a simple third-party package, the "carousel slider," as an example.
Avalonia UI - Open Source Framework For Building Beautiful, Cross-Platform Applications.| .Net
มุมมอง 1.5K3 หลายเดือนก่อน
For more details, visit avaloniaui.net/ Avalonia is an open source framework for building beautiful, cross-platform applications from a single .NET codebase. It allows developers to create modern, visually appealing, and highly performant applications that can run on multiple operating systems, including Windows, macOS, Linux, iOS, Android, and even on the web through WebAssembly. Avalonia is b...
Understanding Map Data in Flutter | Flutter Tutorial
มุมมอง 2713 หลายเดือนก่อน
Understanding Map Data in Flutter | Flutter Tutorial
Flutter ListView | Different types of listView | Static | Dynamic | Interactive List Views
มุมมอง 5024 หลายเดือนก่อน
Flutter ListView | Different types of listView | Static | Dynamic | Interactive List Views
iOS Swift - Auto Layout and Responsive User Interface | Responsive App UI Designing | Xcode
มุมมอง 3674 หลายเดือนก่อน
iOS Swift - Auto Layout and Responsive User Interface | Responsive App UI Designing | Xcode
Flutter : Passing Function Parameter Between Screens | Call Function From Another Page | Tutorial
มุมมอง 4855 หลายเดือนก่อน
Flutter : Passing Function Parameter Between Screens | Call Function From Another Page | Tutorial
Flutter : Passing Data Between Screens | Passing Parameters Using Constructors And Named Routes.
มุมมอง 7035 หลายเดือนก่อน
Flutter : Passing Data Between Screens | Passing Parameters Using Constructors And Named Routes.
Error Handling while calling MS SQL Server xp_cmdshell | Solved
มุมมอง 775 หลายเดือนก่อน
Error Handling while calling MS SQL Server xp_cmdshell | Solved
Flutter Move To New Screen | Screen Navigation Methods | Page Navigation | Visual Studio Code
มุมมอง 1.1K5 หลายเดือนก่อน
Flutter Move To New Screen | Screen Navigation Methods | Page Navigation | Visual Studio Code
Flutter Image Widget | Display Image From Asset and Network | Visual Studio Code | Tutorial
มุมมอง 1.5K6 หลายเดือนก่อน
Flutter Image Widget | Display Image From Asset and Network | Visual Studio Code | Tutorial
Flutter Button Event And Stateful Widget | visual studio code | Flutter Tutorial | Dynamic Changes
มุมมอง 1.5K6 หลายเดือนก่อน
Flutter Button Event And Stateful Widget | visual studio code | Flutter Tutorial | Dynamic Changes
Flutter Reusable Custom Widget | Visual Studio Code | Dart Tutorial
มุมมอง 3.1K6 หลายเดือนก่อน
Flutter Reusable Custom Widget | Visual Studio Code | Dart Tutorial
Create a Fresh Project in Flutter | Visual Studio Code | Dart | Tutorial | New Flutter Project
มุมมอง 9K6 หลายเดือนก่อน
Create a Fresh Project in Flutter | Visual Studio Code | Dart | Tutorial | New Flutter Project
Flutter : Dart Data Types | List data type | Map | Flutter tutorial for beginners
มุมมอง 877 หลายเดือนก่อน
Flutter : Dart Data Types | List data type | Map | Flutter tutorial for beginners
How to Create a Reusable Flutter Package ? | Tutorial | Dart
มุมมอง 1367 หลายเดือนก่อน
How to Create a Reusable Flutter Package ? | Tutorial | Dart
Dart - declare variable | different data types | dynamic datatype | Flutter tutorial for beginners
มุมมอง 447 หลายเดือนก่อน
Dart - declare variable | different data types | dynamic datatype | Flutter tutorial for beginners
No need to upload again and again same video ? Its save permanently when we upload first time any video ?
THANK YOU!!!!
thank you so much
I don't see you config ios???
good
a true lifesaver
thanks a lot
Thank you sir for the wonderful video
Thank you sir for the wonderful video, it is so helpful for me and my team
is it work for BTRFS file system ?
Thx sir you really saved my life. Hahha
Can you do one for web and mobile? Thanks!
Tnx, it's help 😊
Put the video in x1.75 speed. That TTS is waaay too slow.
Thanks ❤️
I want the app to play audio file by accessing it from my device folder. How can I add that functionality!
You can allow the app to access and play audio files from a specific folder on the device using the file_picker package to browse files and the audioplayers package to play them.
Thank you so sooo much love your videos and it is helpful 💗💗
I like your lesson but sir thr explanations are not enough to me
No shit talk, only concise and imp points . Love ur short videos. I was struggling with integrating Firebase with Flutter. Watched ur 3 videos and now i feel i was dumb
doesn't work it in my case.
Nice automated channel bro
MUINTOOOOO OBRIGADOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO ("thanky so much" in portuguese)
Where is code? 👎
this is really helpfull ..thnks
was this video entirely generated by ai?
Give us the code so we can easily learn.
In ios??
verey clear
Thank you for this great video. ❤ Can you please show the way that each user can change his own information in the database. Please 🙏❤️
I am in the process of creating flutter projects in the command prompt, after i check flutter is properly installed in my pc, i then type "cd projects", then "cd flutter" after this an error pops as follows: C:\Users\lehlo>cd projects C:\Users\lehlo\Projects>cd flutter The system cannot find the path specified. how do i fix this ?????
"The system cannot find the path specified" indicates that the path C:\Users\lehlo\Projects\flutter does not exist on your system. Open File Explorer and navigate to C:\Users\lehlo\. Check if there is a folder named Projects. If not, you’ll need to create it. Inside the Projects folder, check if there is a folder named flutter. If it doesn’t exist, you need to create it or change your command to point to the correct directory.
@@TrueCoders thank you 🙏
Nice video
This was perfect 👌 I’ve been watching other firebase videos for hours and none so well presented just several complications. Thank you for this.
I'm using a different flutter flow, which need no code, and I'm facing challenges, in uploading a video, anyone help
!!! urgent help required!!! lets say that if i use the firestore database in my flutter project and use it to make a windows app then will it also work? im making an app for android, ios, and also windows. so basically will it be able to work on windows too using the same set of dependencies?
Thanx❤
it is playing just audio that ends with mp3 not the audio from URL of youtube like this video I cant play it using this library and even if I can get the real URL of this video where the audio stored I cant play live video from this library also
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: (-11828) Cannot Open #0 AudioPlayer._load (package:just_audio/just_audio.dart:875:9) <asynchronous suspension> #1 AudioPlayer._setPlatformActive.setPlatform (package:just_audio/just_audio.dart:1501:28) <asynchronous suspension> ios
Thank you so much brother
thank you
Fantastic video by the way just what I needed to implement for my app thanks a ton man
musica nostalgica de circo - name of the cool soundtrack incase anyone was wondering
Great video also awesome soundtrack what's the title
Thank you!!! I like the format of your videos.
var refStorage = FirebaseStorage.instanceFor(bucket: "المسار ال موجود ف الاستوريدج") .ref("1.jpg");
very bad presentation
bro i have an interview tomorrow and was on blank until this, thank u
Best of luck with your interview.
i love you so much please keep going i wasted 1 hour from my life to solve this problem before watching this video ❤❤❤
Thank you buddy! You've teached me a lot!
People should take example of this tutorial. Not all coders can make a Fireship video, but this a good standard. No fancy music, no fancy intro, no cringy voice-recordings. Just a straight to the point video with helpful visuals and commentary.