bottom_nav_bar 1.0.3 copy "bottom_nav_bar: ^1.0.3" to clipboard
bottom_nav_bar: ^1.0.3 copied to clipboard

An easy-to-use and clean bottom navigation bar with smooth transition. Easily integrate and customize it.

example/lib/main.dart

import 'package:example/root_page.dart';
import 'package:flutter/material.dart';

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

class MyApp extends StatelessWidget {
  const MyApp({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const RootPage(),
    );
  }
}
9
likes
130
pub points
77%
popularity

Publisher

verified publishersujangainju.com.np

An easy-to-use and clean bottom navigation bar with smooth transition. Easily integrate and customize it.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on bottom_nav_bar