instagram_bottom_nav_bar 3.0.19 copy "instagram_bottom_nav_bar: ^3.0.19" to clipboard
instagram_bottom_nav_bar: ^3.0.19 copied to clipboard

Best bottom bar structure created to control page flow. You don't need to describe navigatorKey for each Bottom Bar Item. I've already do that.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'pages/test.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      home: Test(),
    );
  }
}
7
likes
130
points
19
downloads

Publisher

verified publisheryusufnadaroglu.com

Weekly Downloads

Best bottom bar structure created to control page flow. You don't need to describe navigatorKey for each Bottom Bar Item. I've already do that.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg, flutter_svg_provider

More

Packages that depend on instagram_bottom_nav_bar