ribbon_widget 1.0.5 copy "ribbon_widget: ^1.0.5" to clipboard
ribbon_widget: ^1.0.5 copied to clipboard

A new Flutter package project.

ribbon #

A Ribbon decoration on a widget. s1

use a Ribbon to decorate a Widget such as container,card...etc.

no clip apply to ribbon title,so check the title length

Installing:

In your pubspec.yaml

dependencies:

ribbon_widget: ^1.0.5
copied to clipboard

Example Usage:

import 'package:ribbon/ribbon.dart';

Ribbon(

nearLength: nearLength,

farLength: farLength,

title: 'New!',

titleStyle: TextStyle(

color: Colors.greenAccent,

fontSize: 18,

fontWeight: FontWeight.bold),

color: Colors.redAccent,

location: location,

child: )
copied to clipboard

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

7
likes
120
points
755
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.08 - 2025.01.20

A new Flutter package project.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ribbon_widget