flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
162.18k stars 26.64k forks source link

Draw a button #146714

Closed saeedkojak closed 1 month ago

saeedkojak commented 1 month ago

Use case

I want to draw a specific button using Flutter, but I am unable to do so. I hope you can help me, as I am new to learning Flutter.

The shape of the button I want to draw. image.

Button properties inside Photoshop. It is a transparent button. image The color in the picture #3f4c6b. image The color in the picture #3f4c6b. image The color in the picture #3f4c6b. image The color in the picture #586fa4. image The color in the picture #171c29

I told you the button is transparent, but it has a background color of #3f4c6b

Proposal

I want to draw a specific button using Flutter, but I am unable to do so. I hope you can help me, as I am new to learning Flutter.

The shape of the button I want to draw. image.

Button properties inside Photoshop. It is a transparent button. image The color in the picture #3f4c6b. image The color in the picture #3f4c6b. image The color in the picture #3f4c6b. image The color in the picture #586fa4. image The color in the picture #171c29

I told you the button is transparent, but it has a background color of #3f4c6b

huycozy commented 1 month ago

Hi @saeedkojak The goal of this Github repo is not to assist in personal code but to improve Flutter framework reporting bugs or feature requests.

Please see Flutter's community for resources and ask questions like this. You may also get some help if you post it on Stack Overflow as well.

Closing this as it's not a Flutter framework bug or feature request.

github-actions[bot] commented 2 weeks ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.