tab_navigation_bar 1.0.8 copy "tab_navigation_bar: ^1.0.8" to clipboard
tab_navigation_bar: ^1.0.8 copied to clipboard

Bottom navigation bar, it has unique indicator mode. When change current index then indicator move.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'avatar_indicator_example.dart';

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

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

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      // debugShowCheckedModeBanner: false,
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
        canvasColor: const Color.fromARGB(255, 232, 232, 232),
      ),
      home: const AvatarIndicatorExample(),
    );
  }
}
12
likes
140
pub points
45%
popularity

Publisher

unverified uploader

Bottom navigation bar, it has unique indicator mode. When change current index then indicator move.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tab_navigation_bar