material_ribbon 1.3.0
material_ribbon: ^1.3.0 copied to clipboard
Material 3 ribbon components for Flutter desktops, webs, phones, and adaptive layouts.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add material_ribbonThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
material_ribbon: ^1.3.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:material_ribbon/material_ribbon.dart';