Flutter Palette Generator - Generate Color palette from Image

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 17

  • @here_is_ankit
    @here_is_ankit 4 роки тому +2

    thank you so much, I was using this package with FutureBuilder in an AnimatedBuilder and it was rebuilding the widget for every frame.

    • @appwriters
      @appwriters  4 роки тому +1

      can't say much without looking at the code

    • @here_is_ankit
      @here_is_ankit 4 роки тому +1

      @@appwriters No, I just wanted to thank you, this improved my app performance.

  • @tompwak
    @tompwak 4 роки тому +2

    Thank's a lot for showing this package in action

  • @sergpopov6393
    @sergpopov6393 3 роки тому

    Thanks to you, I realized it quickly. Nice work man!

  • @axela.1884
    @axela.1884 5 років тому +1

    Super interesting thank you for sharing this plugin

    • @appwriters
      @appwriters  5 років тому +1

      And thank you for your appreciation!

  • @helpease4256
    @helpease4256 4 роки тому

    hello, can we make it generate the all of the colors that are used in the picture and showcase which of the colors are used?

    • @appwriters
      @appwriters  4 роки тому

      I believe that would be near impossible, because an image may comprise of thousands of variations of colors. However you can set maximumColorCount property to get more number of colours from the image.

    • @helpease4256
      @helpease4256 4 роки тому

      React Bits (Damodar Lohani) i am talking about a single object image, for example a tshirt , can we extract the colors used in it ?

  • @Rishabsanjaywebsite
    @Rishabsanjaywebsite 3 роки тому

    Thank you So much!!

  • @vaibhavjadhav8987
    @vaibhavjadhav8987 4 роки тому +1

    I am fetching images from API can i use it

    • @appwriters
      @appwriters  4 роки тому +1

      Yes you can, you just need to wait for the image to be loaded.

  • @Dicg920
    @Dicg920 2 роки тому

    Its a good plugin, however it impacts the performance, probably a native solution will be better.

  • @sunilbajaj6069
    @sunilbajaj6069 4 роки тому

    This is showing error in my code

    • @sunilbajaj6069
      @sunilbajaj6069 4 роки тому

      The error is with imageListner do u know any way to correct it

    • @appwriters
      @appwriters  4 роки тому

      What is the error?