Giter Club home page Giter Club logo

sipua_bar's Introduction

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),
),

Navigator

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

sipua_bar's People

Contributors

yazan99sh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.