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

Libraries

sipua_bar