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

outdated

Circular Bottom Navigation (or maybe a tab bar)

Circular Bottom Navigation (or maybe a tab bar). #

This is implementation of an artwork in Uplabs

Go through this instruction to use this package in your flutter app

1 - Depend on it #

Add this to your package's pubspec.yaml file: #

dependencies:
  circular_bottom_navigation: ^0.0.2

2 - Install it #

install packages from the command line: #

flutter packages get

3 - Import it #

Now in your Dart code, you can use: #

import 'package:circular_bottom_navigation/circular_bottom_navigation.dart';
import 'package:circular_bottom_navigation/tab_item.dart';