True Coders
True Coders
  • 192
  • 894 416
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!
มุมมอง: 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...
Dart Operators
มุมมอง 193 หลายเดือนก่อน
Dart Operators
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

ความคิดเห็น

  • @AnuKumari-qc7ye
    @AnuKumari-qc7ye 2 วันที่ผ่านมา

    No need to upload again and again same video ? Its save permanently when we upload first time any video ?

  • @_lazyguy
    @_lazyguy 3 วันที่ผ่านมา

    THANK YOU!!!!

  • @everardomoralesrojas4313
    @everardomoralesrojas4313 9 วันที่ผ่านมา

    thank you so much

  • @minhucnguyen5292
    @minhucnguyen5292 13 วันที่ผ่านมา

    I don't see you config ios???

  • @myrotchamou6807
    @myrotchamou6807 16 วันที่ผ่านมา

    good

  • @Supahnormal
    @Supahnormal 21 วันที่ผ่านมา

    a true lifesaver

  • @ahmedmajed9962
    @ahmedmajed9962 23 วันที่ผ่านมา

    thanks a lot

  • @pravinprince3221
    @pravinprince3221 27 วันที่ผ่านมา

    Thank you sir for the wonderful video

  • @pravinprince3221
    @pravinprince3221 หลายเดือนก่อน

    Thank you sir for the wonderful video, it is so helpful for me and my team

  • @natnael-ayele
    @natnael-ayele หลายเดือนก่อน

    is it work for BTRFS file system ?

  • @pitiwatkittiwimonchai4656
    @pitiwatkittiwimonchai4656 หลายเดือนก่อน

    Thx sir you really saved my life. Hahha

  • @christopherwilliams3293
    @christopherwilliams3293 หลายเดือนก่อน

    Can you do one for web and mobile? Thanks!

  • @ERumorERumor
    @ERumorERumor หลายเดือนก่อน

    Tnx, it's help 😊

  • @cristiandehoy
    @cristiandehoy หลายเดือนก่อน

    Put the video in x1.75 speed. That TTS is waaay too slow.

  • @anishaas1902
    @anishaas1902 หลายเดือนก่อน

    Thanks ❤️

  • @tanujain2605
    @tanujain2605 หลายเดือนก่อน

    I want the app to play audio file by accessing it from my device folder. How can I add that functionality!

    • @TrueCoders
      @TrueCoders หลายเดือนก่อน

      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.

  • @raginiyadav4933
    @raginiyadav4933 หลายเดือนก่อน

    Thank you so sooo much love your videos and it is helpful 💗💗

  • @pianolessonswithbless879
    @pianolessonswithbless879 หลายเดือนก่อน

    I like your lesson but sir thr explanations are not enough to me

  • @samarthchaplot2998
    @samarthchaplot2998 2 หลายเดือนก่อน

    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

  • @monoranjan3352
    @monoranjan3352 2 หลายเดือนก่อน

    doesn't work it in my case.

  • @belakovacs2743
    @belakovacs2743 2 หลายเดือนก่อน

    Nice automated channel bro

  • @Solario.
    @Solario. 2 หลายเดือนก่อน

    MUINTOOOOO OBRIGADOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO ("thanky so much" in portuguese)

  • @Enigmatic1977
    @Enigmatic1977 2 หลายเดือนก่อน

    Where is code? 👎

  • @alitualang3888
    @alitualang3888 2 หลายเดือนก่อน

    this is really helpfull ..thnks

  • @dorogans
    @dorogans 3 หลายเดือนก่อน

    was this video entirely generated by ai?

  • @bensoftwaredeveloper9421
    @bensoftwaredeveloper9421 3 หลายเดือนก่อน

    Give us the code so we can easily learn.

  • @sasee-9977
    @sasee-9977 3 หลายเดือนก่อน

    In ios??

  • @الادهم-ص2ظ
    @الادهم-ص2ظ 3 หลายเดือนก่อน

    verey clear

  • @AbbasAlhashme
    @AbbasAlhashme 3 หลายเดือนก่อน

    Thank you for this great video. ❤ Can you please show the way that each user can change his own information in the database. Please 🙏❤️

  • @major268
    @major268 3 หลายเดือนก่อน

    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 ?????

    • @TrueCoders
      @TrueCoders 3 หลายเดือนก่อน

      "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.

    • @major268
      @major268 3 หลายเดือนก่อน

      @@TrueCoders thank you 🙏

  • @davidgrisales136
    @davidgrisales136 3 หลายเดือนก่อน

    Nice video

  • @blessedjonathan3213
    @blessedjonathan3213 4 หลายเดือนก่อน

    This was perfect 👌 I’ve been watching other firebase videos for hours and none so well presented just several complications. Thank you for this.

  • @cappuccino12345
    @cappuccino12345 4 หลายเดือนก่อน

    I'm using a different flutter flow, which need no code, and I'm facing challenges, in uploading a video, anyone help

  • @DXPAlien
    @DXPAlien 4 หลายเดือนก่อน

    !!! 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?

  • @MehdiGuizani
    @MehdiGuizani 4 หลายเดือนก่อน

    Thanx❤

  • @TechInFunWay
    @TechInFunWay 4 หลายเดือนก่อน

    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

  • @AdamaDEMBELE-q6v
    @AdamaDEMBELE-q6v 4 หลายเดือนก่อน

    [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

  • @gnrlinformation
    @gnrlinformation 4 หลายเดือนก่อน

    Thank you so much brother

  • @brasucasoul
    @brasucasoul 4 หลายเดือนก่อน

    thank you

  • @atonyamekyemensah5660
    @atonyamekyemensah5660 4 หลายเดือนก่อน

    Fantastic video by the way just what I needed to implement for my app thanks a ton man

  • @atonyamekyemensah5660
    @atonyamekyemensah5660 4 หลายเดือนก่อน

    musica nostalgica de circo - name of the cool soundtrack incase anyone was wondering

  • @atonyamekyemensah5660
    @atonyamekyemensah5660 4 หลายเดือนก่อน

    Great video also awesome soundtrack what's the title

  • @jean-pierregieryn5525
    @jean-pierregieryn5525 4 หลายเดือนก่อน

    Thank you!!! I like the format of your videos.

  • @lordmorsy7753
    @lordmorsy7753 5 หลายเดือนก่อน

    var refStorage = FirebaseStorage.instanceFor(bucket: "المسار ال موجود ف الاستوريدج") .ref("1.jpg");

  • @aseemmtk
    @aseemmtk 5 หลายเดือนก่อน

    very bad presentation

  • @inakisanchez2552
    @inakisanchez2552 5 หลายเดือนก่อน

    bro i have an interview tomorrow and was on blank until this, thank u

    • @TrueCoders
      @TrueCoders 5 หลายเดือนก่อน

      Best of luck with your interview.

  • @ahmedhossam6875
    @ahmedhossam6875 5 หลายเดือนก่อน

    i love you so much please keep going i wasted 1 hour from my life to solve this problem before watching this video ❤❤❤

  • @kyrieirving6301
    @kyrieirving6301 5 หลายเดือนก่อน

    Thank you buddy! You've teached me a lot!

  • @twanwolthaus
    @twanwolthaus 5 หลายเดือนก่อน

    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.