cool_nav 0.1.1 copy "cool_nav: ^0.1.1" to clipboard
cool_nav: ^0.1.1 copied to clipboard

A collection of really awesome, easy to use Bottom Navigation Bars.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'flipbox_nav_bar.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Example',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      // home: SpotlightNavigationBarHome(),
      home: FlipBoxNavigationBarHome(),
    );
  }
}
49
likes
130
pub points
67%
popularity

Publisher

verified publishermasterashu.codes

A collection of really awesome, easy to use Bottom Navigation Bars.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on cool_nav