elegant_nav_bar 0.0.22 copy "elegant_nav_bar: ^0.0.22" to clipboard
elegant_nav_bar: ^0.0.22 copied to clipboard

A sleek, customizable bottom navigation bar for Flutter with animated selection indicators, SVG support, and distinctive dot indicators.

example/lib/main.dart

import 'package:example/src/home_page.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Elegant Nav Bar Demo',
      theme: ThemeData(primarySwatch: Colors.blue, useMaterial3: true),
      home: const MyHomePage(),
    );
  }
}
11
likes
155
points
28
downloads

Publisher

verified publisherofaroukk.com

Weekly Downloads

A sleek, customizable bottom navigation bar for Flutter with animated selection indicators, SVG support, and distinctive dot indicators.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on elegant_nav_bar