Flutter Hero
Flutter Hero
  • Видео 16
  • Просмотров 3 718
How to implement named routing in Flutter | Pass Data Between Screens Effortlessly | Flutter Hero
In this video, learn how to implement named routing in Flutter and efficiently pass data between different screens. Follow along as I walk you through step-by-step to make navigation in your Flutter app more structured and manageable. Whether you're a beginner or experienced developer, this tutorial will help you take your Flutter apps to the next level with seamless data transfer across screens!
Просмотров: 69

Видео

How to Upload a Flutter Project to GitHub | Git & GitHub Explained with Git Commands - Flutter Hero
Просмотров 359 часов назад
In this tutorial, I'll walk you through how to upload your Flutter project to GitHub step-by-step. I'll start by explaining the basics of Git and GitHub, their differences, and why they're essential for developers. Then, I'll demonstrate how to use Git commands to upload your project, including initializing a Git repository, committing changes, and pushing your code to GitHub. Whether you're a ...
How to Make Carousel Slider Infinite in Flutter Without a Package | Infinite Carousel Slider Flutter
Просмотров 3612 часов назад
Source Code: github.com/Flutter-Hero/infinite-carousel-slider APP LINK: play.google.com/store/apps/details?id=com.neptechpal.morph_master In this tutorial, you’ll learn how to create an infinite carousel slider in Flutter without using any external packages! We’ll guide you step-by-step to build a seamless, looping carousel slider from scratch, perfect for showcasing images, content, or cards i...
How to change app icon of flutter app? Change icon of flutter App | Flutter Hero
Просмотров 3214 часов назад
Icon Generator Page Link: romannurik.github.io/AndroidAssetStudio/icons-launcher.html In this tutorial, you will learn how to change the app icon of your Flutter app step by step! From creating a custom icon to integrating it into your app, this video covers everything you need to know. I will guide you through the entire process, including setting up the necessary files, without using the pack...
How to use SVG Image in your flutter app? Flutter SVG tutorial - Flutter Hero
Просмотров 5616 часов назад
In this video, we’ll explore how to use SVG Picture in Flutter to enhance your app's UI with scalable vector graphics. Whether you're fetching SVGs from assets or loading them directly from the network, I've got you covered! Learn the step-by-step process of installing the required package and implementing SVG Picture in Flutter projects effectively. By the end of this tutorial, you'll have a s...
How to use google fonts and custom fonts in your flutter app? Flutter Hero - Google font Tutorial
Просмотров 9421 час назад
How to use google fonts and custom fonts in your flutter app? Resources Fonts: drive.google.com/drive/folders/1JNs1odrQQLVx0mk2nZmSvbgY0lcTGv-4?usp=sharing In this video, you'll learn how to use Google Fonts and custom fonts in your Flutter app to make your UI stand out! We'll guide you through the process of adding Google Fonts directly from the Google Fonts package and show you how to integra...
How to implement dynamic navigation on clicking push notification? | Part 3 | Flutter Hero
Просмотров 56День назад
Source Code: github.com/Flutter-Hero/push-notification-using-onesignal In this tutorial, learn how to implement dynamic navigation when clicking on push notifications in your app. This video covers step-by-step guidance to set up deep linking, handle user navigation, and create a seamless user experience. We’ll walk you through the process of integrating push notifications, setting up navigatio...
How to send push notification using Onesignal Rest API in flutter? Onesignal Rest Api Integration
Просмотров 107День назад
Part 1: ruclips.net/video/USlCHRrL-Tg/видео.html Onesignal Rest Api Documentation: documentation.onesignal.com/reference/create-notification Learn how to send push notifications in your Flutter app using the OneSignal REST API! 📲 In this tutorial, we'll walk you through the entire integration process of OneSignal with Flutter, including setting up your OneSignal account, configuring the REST AP...
Push Notification setup in Flutter using Onesignal | How to setup Push Notification in flutter app?
Просмотров 209День назад
📌 Resources: Flutter SDK Setup in Onesignal: documentation.onesignal.com/docs/flutter-sdk-setup Getting firebase service account json: documentation.onesignal.com/docs/android-firebase-credentials Are you looking to integrate push notifications into your Flutter app? In this video, we’ll walk you through the step-by-step process of setting up push notifications in Flutter using OneSignal. Push ...
Wireless debugging in Flutter | How to debug Wirelessly in flutter without USB?
Просмотров 109День назад
Are you tired of using a USB cable to debug your Flutter apps? Learn wireless debugging in Flutter with this easy setup guide! This video walks you through the entire process of setting up wireless debugging in Flutter without needing a USB connection. On Android , this tutorial simplifies the steps so you can boost your productivity by working wirelessly. Wireless debugging allows for more fle...
How to Set Up Flutter on Windows 2024: Complete Step-by-Step Installation Guide for Beginners
Просмотров 47314 дней назад
In this comprehensive video, I’ll walk you through the entire process of setting up Flutter on Windows, ensuring you have everything you need to get started with Flutter development. Whether you're a complete beginner or just need a refresher, this step-by-step guide covers all the essential tools and installations required to build your first Flutter app. We’ll begin by installing the Flutter ...
AI Cartoonizer App in Flutter, Firebase, Rest Api | Build and Publish Your AI Cartoonizer App
Просмотров 71Месяц назад
Welcome to the first video of our exciting AI Cartoonizer App series! In this series, we'll guide you step-by-step on how to build an AI Cartoonizer app from scratch. In this introductory video, we'll cover: 1. An overview of the project and its features 2. The Figma design for our AI Cartoonizer app Stay tuned for upcoming videos where we'll dive into: 1. Designing User Interface UI in flutter...
How to integrate Rest API in Flutter | Get, Post, Put, Patch Delete http Methods in Flutter | Part 2
Просмотров 548Месяц назад
Rest API Integration in Flutter | Get, Post, Put, Patch Delete http Methods in Flutter | Part 2 You can find the full source code at the end of this article : www.neptechpal.com/how-to-integrate-rest-api-in-flutter-app/ In this video, we will guide you through the implementation of REST API in Flutter. Learn how to make HTTP GET, POST, PUT, PATCH, and DELETE requests, consume REST APIs, integra...
Rest API Integration in Flutter | Get, Post, Put, Patch Delete http Methods in Flutter | Part 1
Просмотров 1,8 тыс.Месяц назад
Welcome to Part 1 of our comprehensive guide on REST API integration in Flutter! In this video series, we’ll walk you through how to seamlessly connect your Flutter app with a REST API and perform key HTTP methods: GET, POST, PUT, PATCH, and DELETE. PART 2 : ruclips.net/video/XulDTd0v-VA/видео.html Using an Employee API from reqres.in, we’ll cover each HTTP method in detail, giving you practica...
Flutter Hero - Logo Intro
Просмотров 362 года назад
Flutter Hero - Logo Intro

Комментарии

  • @apekshyasubedi8028
    @apekshyasubedi8028 День назад

    Although i am next js developer i understand the basics of api from this video. So helpful, so sweet

  • @rachanaregmi
    @rachanaregmi 2 дня назад

    Please make video about push-based routing also .

  • @badriacharya4319
    @badriacharya4319 2 дня назад

    Good video

  • @watchonline148
    @watchonline148 4 дня назад

    Encountered some issues with my project and needed to reinstall Flutter. I wasn't sure how to go about it, but your video was incredibly helpful. Thanks to you, I successfully reinstalled Flutter. You're a true hero. Thank you!

  • @rachanaregmi
    @rachanaregmi 4 дня назад

    Really appreciating..

  • @TheSastaKhan9018
    @TheSastaKhan9018 4 дня назад

    thanks for your hard work....

  • @rachanaregmi
    @rachanaregmi 4 дня назад

    Please answer how to make dotted indicator in this carousel slider .

    • @flutterhero948
      @flutterhero948 День назад

      You can make smaller container and chnage its color value on the basis of the current position of the page view.

  • @TheSastaKhan9018
    @TheSastaKhan9018 4 дня назад

    Much appreciated for your hard work

  • @TheSastaKhan9018
    @TheSastaKhan9018 4 дня назад

    Thanks for providing this video.

  • @user-fd8ho8wp7i
    @user-fd8ho8wp7i 5 дней назад

    Helpful video. Thank youu

  • @unstoppablecg
    @unstoppablecg 5 дней назад

    next video about how to pass parameters while doing navigation?

    • @flutterhero948
      @flutterhero948 5 дней назад

      Yes sir, next video is already schduled, another video will be that

  • @unstoppablecg
    @unstoppablecg 7 дней назад

    Such a nice and informative content 🎉

  • @TheSastaKhan9018
    @TheSastaKhan9018 9 дней назад

    Really informative. High quality content. Waiting for next video.

  • @ThePachuMonStar
    @ThePachuMonStar 9 дней назад

    Underrated channel .Really helpful content. Thank you !

  • @TheSastaKhan9018
    @TheSastaKhan9018 10 дней назад

    Thanks for providing this video 🎉🎉

    • @flutterhero948
      @flutterhero948 10 дней назад

      Welcome, have you implemented it?

    • @TheSastaKhan9018
      @TheSastaKhan9018 10 дней назад

      I am currently on part 2😂​@@flutterhero948

  • @BagainchaMontessori
    @BagainchaMontessori 11 дней назад

    Helpful content.

  • @unstoppablecg
    @unstoppablecg 11 дней назад

    Wow that's awesome video now, i am able to connect with my tv, phone and freeze wirelessly and start dubbing my project ❤❤

  • @TheSastaKhan9018
    @TheSastaKhan9018 11 дней назад

    Highly recommend video Very much educational

    • @flutterhero948
      @flutterhero948 11 дней назад

      Thank you so much brother really appreciate it.

  • @TheSastaKhan9018
    @TheSastaKhan9018 11 дней назад

    What's up dai

    • @TheSastaKhan9018
      @TheSastaKhan9018 11 дней назад

      Voli bida garam haee

    • @flutterhero948
      @flutterhero948 11 дней назад

      Haha no 🤣

    • @TheSastaKhan9018
      @TheSastaKhan9018 11 дней назад

      @@flutterhero948 garam na dai, Ghar na DD baine lae Khana pakayerw kuhauna parxw Rey k voli, malai Ghar bata bahira hidnae dinnnan

  • @BagainchaMontessori
    @BagainchaMontessori 11 дней назад

    Thanks it really helped me.

  • @LoksewaApp
    @LoksewaApp 12 дней назад

    Thank you for this flutter installation guide in vscode🎉

  • @LoksewaApp
    @LoksewaApp 12 дней назад

    Thanks for the video waiting for video to send notification using api

  • @neeru8729
    @neeru8729 13 дней назад

    This was incredibly helpful! I learned so much from this video. Thanks for sharing your knowledge!

  • @neeru8729
    @neeru8729 13 дней назад

    The way you present the information is top-notch. Your enthusiasm makes learning so much fun!

  • @neeru8729
    @neeru8729 13 дней назад

    Just subscribed! This video was fantastic, and I can't wait to see more content like this.

  • @neeru8729
    @neeru8729 13 дней назад

    The visual aids in this video were fantastic. They made the complex concepts so much easier to understand

  • @erfantrader6254
    @erfantrader6254 16 дней назад

    u so good bro ty

  • @AiPhotocraft
    @AiPhotocraft 16 дней назад

    Thank you for this step by step guide to install and setup flutter in windows.

  • @TheSastaKhan9018
    @TheSastaKhan9018 17 дней назад

    Much appreciated 😊

  • @stand8103
    @stand8103 18 дней назад

    Congratulations for sharing your knowledge. I am writing to let you know that I am in Brazil and your code helped me a lot. However, I would like tips on including logos, whether via API or MySql database, Postgres, or Amazon-type repository. Have you thought about a video about this?

    • @flutterhero948
      @flutterhero948 17 дней назад

      Hello brother, I am glad to hear that this video helped you. To achieve that you need to learn some backend frameworks like Django, Node JS etc. to make custom rest api where you can use database of your choice and fields to include logo and other required details. I may not be able to upload the videos demonstrating how we can build api using django or node but i can definitely recommend you some beginer friendly videos and documentation. You can ping me at neptechpal@gmail.com

  • @omerucansu2569
    @omerucansu2569 26 дней назад

    Hi sir, List create and update properties are not updated immediately. It is updated when you restart.

    • @bibekacharya3357
      @bibekacharya3357 23 дня назад

      Yes it is updated only after restarting, we can use something like pull to refresh to fetch the latest data, or we can use state management solutions like provider to achieve it, as video is already long I have only focused on making different http methods call only

  • @rachanaregmi2333
    @rachanaregmi2333 29 дней назад

    Best video for API integration

  • @KatCodeByRabnawaz
    @KatCodeByRabnawaz Месяц назад

    wonderfull work brother i hope and pray to allah almighty your channel will grow quickly very good work keep it up

    • @flutterhero948
      @flutterhero948 Месяц назад

      Thank you so much brother really appreciate it brother. Comment like yours always motivate me to create new valuable content.

  • @BibekPandey-f6f
    @BibekPandey-f6f Месяц назад

    pls make firebase videos

  • @rachanaregmi
    @rachanaregmi Месяц назад

    Really helpful, loved this .

  • @BibekPandey-f6f
    @BibekPandey-f6f Месяц назад

    pls make video of installation firebase

  • @badriacharya4319
    @badriacharya4319 Месяц назад

    🎉🎉

  • @darshitbhatelia8558
    @darshitbhatelia8558 Месяц назад

    hindi me same video banao

  • @AkashPNepali
    @AkashPNepali Месяц назад

    Wow, this tutorial was incredibly helpful! Your clear explanations and step-by-step guidance on API integration in Flutter made a complex topic so much easier to understand. It's creators like you who make learning fun and accessible. Keep up the amazing work! Can't wait to see what you teach us next! 🚀👍

    • @flutterhero948
      @flutterhero948 Месяц назад

      Thank you so much brother really appreciate your support

  • @alishaadhikari9424
    @alishaadhikari9424 Месяц назад

    Very informative

  • @alishaadhikari9424
    @alishaadhikari9424 Месяц назад

    Language proficiency is just wow 😮😮😮

  • @bibekpandey8092
    @bibekpandey8092 Месяц назад

    Nice video

  • @TheSastaKhan9018
    @TheSastaKhan9018 Месяц назад

    Hope to see u reach 500k subscriber soon

  • @TheSastaKhan9018
    @TheSastaKhan9018 Месяц назад

    Love your work

  • @sojinvsaji2759
    @sojinvsaji2759 Месяц назад

    thanks bro! underrated channel

    • @flutterhero948
      @flutterhero948 Месяц назад

      Thank you so much bro! Really appreciate your support

  • @TheSastaKhan9018
    @TheSastaKhan9018 Месяц назад

    😊😊😊 Babbal That's what I needed to know

  • @GitikaPoudel-vc2bj
    @GitikaPoudel-vc2bj Месяц назад

    Congratulations…🎉

  • @NiranjanPoudel-jw9el
    @NiranjanPoudel-jw9el Месяц назад

    Halka Nepali ra English mix garyeko vaye babal hunthyo😂