custom_containor 0.0.2 copy "custom_containor: ^0.0.2" to clipboard
custom_containor: ^0.0.2 copied to clipboard

A beautiful and animated bottom navigation. The navigation bar use your current theme, but you are free to customize it.

example/lib/main.dart

import 'package:example/screen/home_screen.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 const MaterialApp(
      debugShowCheckedModeBanner: false,
      home: HomeScreen(),
    );
  }
}
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A beautiful and animated bottom navigation. The navigation bar use your current theme, but you are free to customize it.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on custom_containor