yako-dev / flutter_badges

A flutter package for creating badges.

Home Page:https://pub.dev/packages/badges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to make a Triangle badge ?

baptistemchl opened this issue · comments

I would like to create a Triangle badge, how is it possible ?

image

I tried to extends and create my own component but it seems to not work.

Edit : @sawel24 if possible, there is rounded corners.

commented

Hey @baptistemchl. The new version 3.1.0 is deployed and there you have a BadgeShape.triangle where you can set rounded corners

Hello @yadaniyil , when i try to put it in my code, it seems that BadgeShape.triangle doesn't exist.