dot_bottom_navigation_bar_getx 0.0.1 copy "dot_bottom_navigation_bar_getx: ^0.0.1" to clipboard
dot_bottom_navigation_bar_getx: ^0.0.1 copied to clipboard

A Flutter package providing a customizable bottom navigation bar with nested screens for seamless app navigation and user experience.

example/lib/main.dart

import 'package:dot_bottom_navigation_bar_getx/dot_bottom_navigation_bar_getx.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(
        debugShowCheckedModeBanner: false,
        title: 'Dot Bottom Navigation Bar',
        theme: ThemeData(
          colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
          useMaterial3: true,
        ),
        home: const BottomNavigationView());
  }
}
0
likes
150
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package providing a customizable bottom navigation bar with nested screens for seamless app navigation and user experience.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get

More

Packages that depend on dot_bottom_navigation_bar_getx