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

Widget for simple switch content by selected item in bottom bar.

SIPUA BAR #

Flutter Platform

This package is part of the IdeaHub designs made by Sipua. And implemented by me

About #

navigation bar

ScreenShot #

Photo

Sipua Bar View GIF Sipua Bar Gif

Usage #

Main classes:

  1. SipuaNavigationBar
  2. SipuaItem

Sample of Use

 bottomNavigationBar: SipuaNavigationBar(
  cursorColor: Colors.white,
  currentIndex: 1,
  selectedContent: Colors.black,
  items: [
         SipuaItem(label: 'Tips', icon: Icons.opacity_rounded),
         SipuaItem(label: 'Home', icon: Icons.home_rounded),
         SipuaItem(label: 'Ideas', icon: Icons.lightbulb_rounded),
         SipuaItem(label: 'Book', icon: Icons.book_rounded),
         ],
  onItemSelected: (int) {},
  unselectedContent: Colors.white,
  animationDuration: Duration(milliseconds: 350),
  backgroundColor:Color.fromRGBO(238, 255, 132, 1),
),

Widget for simple switch content by selected item in bar. More details of using you can see in example.

Installation #

Add sipua_bar to your pubspec.yaml file:

dependencies:
  sipua_bar: ^0.0.2

Changelog #

All notable changes to this project will be documented in this file.

Issues #

For issues, file directly in the main Sipua Bar repo.

How to reach us #

Please feel free to ask any questions about this package. By contact us on Telegram. We speak English and Arabic.

  • Sipua UI & UX Designer
    Telegram Gmail
  • Yazan Shekh Mohammed Developer
    Telegram Gmail

License #

MIT License

5
likes
120
pub points
0%
popularity

Publisher

unverified uploader

Widget for simple switch content by selected item in bottom bar.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on sipua_bar