neumorphic_glass_navbar 0.0.1
neumorphic_glass_navbar: ^0.0.1 copied to clipboard
A beautiful and modern Flutter bottom navigation bar combining neumorphism and glassmorphism (frosted blur). Designed for elegant UI with depth, softness, and a vibrant translucent look that adapts to [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add neumorphic_glass_navbarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
neumorphic_glass_navbar: ^0.0.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:neumorphic_glass_navbar/neumorphic_glass_navbar.dart';