crcanimation 0.0.2 copy "crcanimation: ^0.0.2" to clipboard
crcanimation: ^0.0.2 copied to clipboard

A Flutter package for implementing CRC animation. This package provides utilities for creating animated CRC (Cyclic Redundancy Check) representations in Flutter applications. Don't forget to subscribe [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add crcanimation

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  crcanimation: ^0.0.2

Alternatively, 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:crcanimation/crcanimation.dart';
8
likes
140
pub points
40%
popularity

Publisher

unverified uploader

A Flutter package for implementing CRC animation. This package provides utilities for creating animated CRC (Cyclic Redundancy Check) representations in Flutter applications. Don't forget to subscribe to Code Red Clan!

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on crcanimation