Flutter Web Hosting With Github Pages & Custom Domain

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 28

  • @1ManStartup
    @1ManStartup  Před 4 měsíci

    If you're having issues loading images with flutter web checkout this video: czcams.com/video/X8UR4PCukqA/video.html

  • @silientlips
    @silientlips Před 6 měsíci +2

    I love the teaching style of this man! You can be a good teacher!

  • @ajinkyafermion9696
    @ajinkyafermion9696 Před 4 měsíci +1

    Kudos to you bro 😎. Really your video have solved all the problems required with respect to github hosting for flutter web project. You have also covered essential git commands required for setup, deployment automation, etc.

  • @CodeWithAndrea
    @CodeWithAndrea Před 6 měsíci

    This was super useful! I used to deploy with Firebase Hosting (which is also good), but it's nice to see a free alternative that is easy to setup!

    • @1ManStartup
      @1ManStartup  Před 6 měsíci

      Glad it was useful! Although I'm not sure how well Github pages will scale, but definitely great for getting something live for free.

  • @jitendrakohar7281
    @jitendrakohar7281 Před 6 měsíci

    Best teacher ever met

  • @joswinemmanuel
    @joswinemmanuel Před 6 měsíci

    My God... Your ways are the best... Lit video brooah

  • @kamil_supabase_enjoyer
    @kamil_supabase_enjoyer Před 6 měsíci +1

    😍😍😍 Why you uploaded only build/web folder into github and not full respository? If later we would like to push full repository we will have 2 ".git" folders inside repo and thats gonna be problematic.

    • @1ManStartup
      @1ManStartup  Před 6 měsíci +1

      The build/web directory by default will be ignored from git in your main project, so initializing a second .git won't cause any issues.
      Think of the 2nd repo with only build/web as your deployed web app, not your code base. And then in your codebase's repo think of the build/web as being something that's very temporary and needs to be regenerated when you want to redeploy.

    • @kamil_supabase_enjoyer
      @kamil_supabase_enjoyer Před 6 měsíci

      @@1ManStartup thank you for your answer and of course you are 100% right

  • @Abdullah_ahmed_shekhMohamed
    @Abdullah_ahmed_shekhMohamed Před 5 měsíci

    thanks nice explanation.

  • @DoesItWorksOFFICIAL
    @DoesItWorksOFFICIAL Před 6 měsíci

    I think this is going to change my life. Waiting.😅

    • @1ManStartup
      @1ManStartup  Před 6 měsíci

      Hopefully it changes it for the better 😎

  • @abdulwahabkhan4316
    @abdulwahabkhan4316 Před 2 měsíci

    magnificent

  • @Geek-jx3gw
    @Geek-jx3gw Před 4 měsíci

    OH MYY, YOU ARE A LEGEND!
    THANK YOU VERY MUCH, the tutorial is AMAZING, save a lot of time, and creative!!
    this content is really rare, i wished i knew your channel earlier !!! i'm thankful to find such a GREAT TEACHER!!
    YOU JUST COVERED ALL THE POSSIBLE SOLUTIONS
    you're awesome :)🏅🏆🏆 THANKS AGAIN

    • @1ManStartup
      @1ManStartup  Před 4 měsíci

      Glad you found the channel now, and happy to hear the video was helpful!

  • @shashwat_dubey_
    @shashwat_dubey_ Před 2 měsíci

    make : The term 'make' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that
    the path is correct and try again.
    Any idea how to solve this error?
    I have installed makefile plugin in my android studio.

    • @1ManStartup
      @1ManStartup  Před 2 měsíci

      if you open a fresh terminal and type `make --version` it should say something like "GNU Make 3.81..." if not then you don't have make installed. A quick google search can get you the command to do that!

  • @Sophisticated_S
    @Sophisticated_S Před 4 měsíci

    hey thanks! Finally I can publish the sample website without the need to purchase plans in cloudfare. But now my images are not displaying? Have you encountered this? Thank you!!

    • @1ManStartup
      @1ManStartup  Před 4 měsíci +1

      Yes, I made this video discussing it czcams.com/video/X8UR4PCukqA/video.html

  • @codontv1000
    @codontv1000 Před 6 měsíci

    Thank for this vidéos

  • @penielngeleka3515
    @penielngeleka3515 Před 6 měsíci +1

    Flutter web it is a good idea ? For create website

    • @1ManStartup
      @1ManStartup  Před 6 měsíci +1

      It depends on what you mean. If you want a blog or landing page or really anything else that would benefit from being shown in google search then Flutter isn't the best tool.
      But if you have an app that you want to allow people to use on web then Yes. For example a music player, note app, habit tracker.
      Flutter is good for web apps not websites.

    • @abdulwahabkhan4316
      @abdulwahabkhan4316 Před 2 měsíci

      @@1ManStartup what about a buying and selling portal or e-commerce is that fall in web app category or web site ??

    • @1ManStartup
      @1ManStartup  Před 2 měsíci

      @@abdulwahabkhan4316 yeah that seems like it could be a web app, then additionally you could have a website that's more of a landing page to get people to sign up. The landing page could then be better optimized for SEO