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

discontinued
outdated

A couple of my own custom made controls you may find useful to your flutter project like Anisi Bottom Navigation (Fancy Bottom Navigation)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add anisi_controls

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

dependencies:
  anisi_controls: ^0.0.3

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:anisi_controls/anisi_bottom_navigation.dart';
import 'package:anisi_controls/internal/tab_item.dart';
import 'package:anisi_controls/main.dart';
import 'package:anisi_controls/paint/half_clipper.dart';
import 'package:anisi_controls/paint/half_painter.dart';
1
likes
0
pub points
7%
popularity

Publisher

unverified uploader

A couple of my own custom made controls you may find useful to your flutter project like Anisi Bottom Navigation (Fancy Bottom Navigation)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, vector_math

More

Packages that depend on anisi_controls