bubble_animated_tabbar 1.0.2 copy "bubble_animated_tabbar: ^1.0.2" to clipboard
bubble_animated_tabbar: ^1.0.2 copied to clipboard

A bubble animated tabbar for bottom navigation on flutter apps

example/lib/main.dart

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

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Flutter Demo',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: DefaultTabController(
        child: MyHomePage(),
        length: 3,
      ),
    );
  }
}
12
likes
30
pub points
32%
popularity

Publisher

unverified uploader

A bubble animated tabbar for bottom navigation on flutter apps

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on bubble_animated_tabbar