GithubHelp home page GithubHelp logo

Comments (7)

AlexV525 avatar AlexV525 commented on July 26, 2024

Try 2.2.1-dev.1 .

from flutter_wechat_assets_picker.

AlexV525 avatar AlexV525 commented on July 26, 2024

Try 2.2.1-dev.2 .

from flutter_wechat_assets_picker.

PavieOlivier avatar PavieOlivier commented on July 26, 2024

You need to create a theme data, to change the color you need to create your own ThemeData

  1. to change the preview text color and the dropdown menu text color
ThemeData(
textTheme: TextTheme(
     bodyText2: TextStyle(
          color: Colors.pink
       ),
   )
)

1.1 to change ONLY the dropdown menu text color

ThemeData(
textTheme: TextTheme(
     headline6: TextStyle(
          color: Colors.pink
       ),
   )
)
  1. to change the color of the confirm button when confirm is enabled add a colorScheme and set the primary to the color you need. EG: we need it green
colorScheme: ColorScheme(
    primary: Colors.green,
   // rest is also green
    brightness: Brightness.light,
),
  1. And lastly to change the color of the text inside the button, sadly he hard coded it to white

your pic

Please @AlexVincent525 edit your code by giving it theme data parameters

from flutter_wechat_assets_picker.

AlexV525 avatar AlexV525 commented on July 26, 2024

Please @AlexVincent525 edit your code by giving it theme data parameters

Try 2.2.1-dev.3 which gives color scheme to customize.

from flutter_wechat_assets_picker.

PavieOlivier avatar PavieOlivier commented on July 26, 2024

Thank sir I will give it a try

from flutter_wechat_assets_picker.

AlexV525 avatar AlexV525 commented on July 26, 2024

User feedback with resolved.

from flutter_wechat_assets_picker.

AlexV525 avatar AlexV525 commented on July 26, 2024

Released in v2.2.1 .

from flutter_wechat_assets_picker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.