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

This package provides sliding animation to floating action button located at the center and bottom tab button.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add floating_bottom_bar

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

dependencies:
  floating_bottom_bar: ^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:floating_bottom_bar/animated_bottom_navigation_bar.dart';
import 'package:floating_bottom_bar/constants/colors.dart';
import 'package:floating_bottom_bar/constants/dimens.dart';
import 'package:floating_bottom_bar/constants/dimensions.dart';
import 'package:floating_bottom_bar/constants/enums.dart';
import 'package:floating_bottom_bar/constants/image_constants.dart';
import 'package:floating_bottom_bar/constants/images.dart';
import 'package:floating_bottom_bar/constants/strings.dart';
import 'package:floating_bottom_bar/curved_notch/circular_notch_and_corner_clipper.dart';
import 'package:floating_bottom_bar/curved_notch/circular_notched_and_cornered_shape.dart';
import 'package:floating_bottom_bar/models/bottom_bar_center_model.dart';
import 'package:floating_bottom_bar/models/bottom_bar_item_model.dart';
import 'package:floating_bottom_bar/util/event_bus.dart';
import 'package:floating_bottom_bar/widgets/animated_button.dart';
import 'package:floating_bottom_bar/widgets/center_button_child_animation.dart';
import 'package:floating_bottom_bar/widgets/center_buttons.dart';
import 'package:floating_bottom_bar/widgets/floating_center_button.dart';
import 'package:floating_bottom_bar/widgets/floating_center_button_child.dart';
import 'package:floating_bottom_bar/widgets/menu_items.dart';
import 'package:floating_bottom_bar/widgets/menu_items_child.dart';
102
likes
140
pub points
90%
popularity

Publisher

verified publishermindinventory.com

This package provides sliding animation to floating action button located at the center and bottom tab button.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_svg

More

Packages that depend on floating_bottom_bar