Flutter Web Hosting With Github Pages & Custom Domain

Поделиться
HTML-код
  • Опубликовано: 14 ноя 2024

Комментарии • 32

  • @1ManStartup
    @1ManStartup  6 месяцев назад

    If you're having issues loading images with flutter web checkout this video: ruclips.net/video/X8UR4PCukqA/видео.html

  • @antoniofuller2331
    @antoniofuller2331 2 месяца назад +1

    teaching by trial and error is the best

  • @antoniofuller2331
    @antoniofuller2331 2 месяца назад +1

    I have no choice. . .but to subscribe!!!!

  • @silientlips
    @silientlips 9 месяцев назад +3

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

    • @1ManStartup
      @1ManStartup  9 месяцев назад +1

      Glad to hear, thanks!

    • @antoniofuller2331
      @antoniofuller2331 2 месяца назад

      once a person has mastered Git and Github, he can teach things he does not even know

  • @ajinkyafermion9696
    @ajinkyafermion9696 7 месяцев назад +2

    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.

  • @jitendrakohar7281
    @jitendrakohar7281 8 месяцев назад

    Best teacher ever met

  • @CodeWithAndrea
    @CodeWithAndrea 9 месяцев назад

    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  9 месяцев назад

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

    • @antoniofuller2331
      @antoniofuller2331 2 месяца назад

      Sounds like you were using an online IDE, then as your project got larger, the web emulator stopped working, firebase hosting was a little to tedious to setup, so you chose an option that you knew for sure would cost no money - github pages

  • @joswinemmanuel
    @joswinemmanuel 8 месяцев назад

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

    • @1ManStartup
      @1ManStartup  8 месяцев назад

      Thanks, glad to hear this!

  • @Abdullah_ahmed_shekhMohamed
    @Abdullah_ahmed_shekhMohamed 8 месяцев назад

    thanks nice explanation.

  • @tananga_studio
    @tananga_studio 9 месяцев назад +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  9 месяцев назад +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.

    • @tananga_studio
      @tananga_studio 9 месяцев назад

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

  • @Sophisticated_S
    @Sophisticated_S 6 месяцев назад

    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  6 месяцев назад +1

      Yes, I made this video discussing it ruclips.net/video/X8UR4PCukqA/видео.html

  • @abdulwahabkhan4316
    @abdulwahabkhan4316 5 месяцев назад

    magnificent

  • @codontv1000
    @codontv1000 9 месяцев назад

    Thank for this vidéos

  • @DoesItWorksOFFICIAL
    @DoesItWorksOFFICIAL 9 месяцев назад

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

    • @1ManStartup
      @1ManStartup  9 месяцев назад

      Hopefully it changes it for the better 😎

  • @shashwat_dubey_
    @shashwat_dubey_ 4 месяца назад

    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  4 месяца назад

      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!

  • @penielngeleka3515
    @penielngeleka3515 9 месяцев назад +1

    Flutter web it is a good idea ? For create website

    • @1ManStartup
      @1ManStartup  9 месяцев назад +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 5 месяцев назад

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

    • @1ManStartup
      @1ManStartup  5 месяцев назад

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

  • @Geek-jx3gw
    @Geek-jx3gw 7 месяцев назад

    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  7 месяцев назад

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