Complete Flutter App Course | Flutter Tutorial for Beginners | CICD (24)

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

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

  • @jiteshsingh98
    @jiteshsingh98 3 года назад

    You are Amazing 🔥

  • @imdadulhaque2648
    @imdadulhaque2648 3 года назад +1

    I think just like me lots of developers having this issue. I always found a new issue when I implement firebase notification. So, can you please add notification features to this project? Features like foreground, background notification, navigate to the specific screen with notification data.

  • @Bathusaix
    @Bathusaix 3 года назад

    This method is used to upload the .ipa to firebase distribution?

  • @RenittoJose
    @RenittoJose 3 года назад

    nice one. Can you please add a build pipeline for ios and flavors in the upcoming video?

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

    sir, can you do rating film??

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

      Sorry, didn’t get you

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

      ​@@techieblossom I mean, rating any movie, and reviewing any movie.

  • @gurustudioyoutube
    @gurustudioyoutube 3 года назад

    Hi when we navigate to next page then build method of first page called every time on navigation
    Do you know how to resolve it?

    • @techieblossom
      @techieblossom  3 года назад

      Using named routes will not have that.
      Are you not using named routes?

    • @gurustudioyoutube
      @gurustudioyoutube 3 года назад

      @@techieblossom Thanks for the reply
      No am not using named route
      Am using auto route lib and call the navigation with page class

    • @techieblossom
      @techieblossom  3 года назад

      Yeah. While developing, I also observed this difference of named routes and direct class invoking. Haven't tried autoroute

    • @gurustudioyoutube
      @gurustudioyoutube 3 года назад

      @@techieblossom I have tried with push name as well but it still calling the build method of first screen when go to the second screen. one more problem if you have solution of it is that how can we access the context in flutter when app in killed state.

    • @techieblossom
      @techieblossom  3 года назад

      What is the usecase where context is needed if app is not active?

  • @taiwo763
    @taiwo763 3 года назад

    Can someone point me to a detailed Codemagic for flutter please. Appcircle won't fit my budget

    • @techieblossom
      @techieblossom  3 года назад

      You wanted codemagic CICD in this tutorial?

    • @taiwo763
      @taiwo763 3 года назад

      @@techieblossom I remember when you started this project and talked about the CICD, when asked you said it won't be Codemagic, I didn't think it would be Appcircle as well.
      So yeah I need Codemagic or Fastlane

    • @techieblossom
      @techieblossom  3 года назад

      @@taiwo763 It would have been easier to do all CICD with any of those. I am not saying go for AppCircle either.
      But, I am curious to know what are you expecting from Codemagic or fastlane?

    • @taiwo763
      @taiwo763 3 года назад

      @@techieblossom just a better understanding of how they work, I can't port the Appcircle knowledge you just shared into Codemagic or can I ?

    • @techieblossom
      @techieblossom  3 года назад +1

      I didn't share anything about AppCircle in video. I have shown GitHub action and firebase distribution.
      The AppCircle section is of 11-15 seconds.

  • @SuperAnkursaini
    @SuperAnkursaini 3 года назад

    Please reupload video, the max quality is 360p.

    • @techieblossom
      @techieblossom  3 года назад +1

      I was so in a hurry to make it public that I didn't check this.
      After some hours, it should have 4K. I have done 4K recording.
      Support from youtube says this 👇
      Higher resolutions, such as 4K or 1080p, can take more time to process. While this processing happens, your video may appear to be missing higher resolutions for several hours. Once high-resolution processing is finished, higher resolutions will be available on your video.

    • @techieblossom
      @techieblossom  3 года назад

      You can now see better quality. Thanks for watching

  • @saurabh9446
    @saurabh9446 3 года назад

    Hey can you make next project with getx or riverpod as both look easier and intuitive than bloc.