telegram_nav_bar 0.2.1
telegram_nav_bar: ^0.2.1 copied to clipboard
A highly customizable Flutter package that accurately replicates the Telegram-style bottom navigation bar with smooth glassmorphic blur effects.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add telegram_nav_barThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
telegram_nav_bar: ^0.2.1Alternatively, 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:telegram_nav_bar/telegram_nav_bar.dart';