wp_pivot_flutter 1.0.0 copy "wp_pivot_flutter: ^1.0.0" to clipboard
wp_pivot_flutter: ^1.0.0 copied to clipboard

A Windows Phone style pivot tab bar implementation in Flutter

Starware

wp_pivot_flutter #

All Contributors

A Flutter package inspired from Windows Phone Style Pivot Tabs Pivots in action

Example #

The current plugin uses GlobalKey for accessing child function. A controller will be implemented in the next update.

import 'package:wp_pivot_flutter/wp_pivot_flutter.dart';

GlobalKey<WpPivotState> globalKey = GlobalKey();

@override
  Widget build(BuildContext context) {
    return Scaffold(
        backgroundColor: Colors.black,
        appBar: WpPivot(
          key: globalKey,
          backgroundColor: Colors.black,
          fontSize: 42,
          fontWeight: FontWeight.w400,
          selectedTabColor: Colors.white,
          unselectedTabColor: Colors.white38,
          tabTitles: [
            "Tab 1",
            "Tab 2",
            "Tab 3",
            "Tab 4",
          ],
          title: "Title",
          titleColor: Colors.white,
          titleFontSize: 14,
          titleFontWeight: FontWeight.bold,
        ),
     );
}
   

Contributors ✨ #

Thanks goes to these wonderful people (emoji key):


Chinmay Kabi

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Starware #

wp_pivot_flutter is Starware.
This means you're free to use the project, as long as you star its GitHub repository.
Your appreciation makes us grow and glow up. ⭐

11
likes
120
pub points
62%
popularity

Publisher

verified publisherchinmaykabi.com

A Windows Phone style pivot tab bar implementation in Flutter

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, scrollable_positioned_list

More

Packages that depend on wp_pivot_flutter