All Projects → Rahiche → Flutter-Badge

Rahiche / Flutter-Badge

Licence: Apache-2.0 license
A Flutter widget that help you to create badages

Programming Languages

dart
5743 projects
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language

badge

pub package

A Flutter widget that help you to create badges easily.

badges

Getting Started

Add dependency to pubspec.yaml

[...]
dependencies:
  badge: any
[...]

Install the package using Terminal

$ flutter packages get

Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.

import

import 'package:badge/badge.dart';

Example

new Badge.before(
  value: "Text", // value to show inside the badge
  child: new Text("button") // text to append (required)
)

For help getting started with Flutter, view our online documentation.

For help on editing package code, view the documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].