anisi_controls 0.0.9 copy "anisi_controls: ^0.0.9" to clipboard
anisi_controls: ^0.0.9 copied to clipboard

discontinued
PlatformAndroidiOS

A couple of my own custom made controls you may find useful to your flutter project

Anisi Controls #

Getting Started #

Widgets Inside:

  • AsTextView
  • AsLineProgress
  • AsInformer
  • AsLoader

Basic Usage #

Adding the widgets

    AsTextView textView = AsTextView.setUp("TextView that can state", 25, true, Colors.blue, Colors.grey);
    AsLineProgress lineProgress = AsLineProgress.setUp(63, Colors.black, Colors.blue[900], Colors.blue);
    AsInformer progress = AsInformer.setUp(1, "This is a Progress Informer widget", Colors.blue, Colors.transparent, Colors.white, 10);
    AsInformer success = AsInformer.setUp(2, "This is a Success Informer widget", Colors.green, Colors.transparent, Colors.white, 10);
    AsInformer failure = AsInformer.setUp(3, "This is a Failure Informer widget", Colors.red, Colors.transparent, Colors.white, 10);
    AsLoader loader = AsLoader.setUp(Colors.blue);
  
1
likes
110
pub points
7%
popularity

Publisher

unverified uploader

A couple of my own custom made controls you may find useful to your flutter project

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, percent_indicator, vector_math

More

Packages that depend on anisi_controls