GithubHelp home page GithubHelp logo

fancy_bottom_bar's Introduction

fancy_bottom_bar

A different take on your standard bottom app bar. Inspired by https://dribbble.com/shots/6957731-Reader-app-tab-bar

FancyBottomBar

Demo Gif

Getting Started

Add the plugin:

dependencies:
  ...
  fancy_bottom_bar: ^0.0.1

Basic Usage

Adding the widget to a Scaffold

bottomNavigationBar: FancyBottomBar(
     items: [
              FancyBottomItem(title: Text("Home"), icon: Icon(Icons.home)),
              FancyBottomItem(title: Text("Connect"), icon: Icon(Icons.usb)),
              FancyBottomItem(title: Text("Profile"), icon: Icon(Icons.person))
    ],
    onItemSelected: (i) => setState(() => selectedPos = i),
    selectedPosition: selectedPos,
)

FancyBottomBar

required

items -> List of FancyBottomItem objects
onItemSelected -> Function to handle a tap selection change, receives an int
selectedPosition -> The currently selected position

optional

height -> The height of the FancyBottomBar, defaults to 64
elevation -> The elevation for the FancyBottomBar, defaults to 8
bgColor -> The bottom app bar's background color, defaults to theTheme's bottomAppBarColor
indicatorColor -> The tiny circle indicator color, defaults to Colors.black
selectedColor -> The pulsing circle's color, defaults to theTheme's accentColor

FancyBottomItem

title -> The widget to be used as the Title for this tab, usually a Text Widget
icon -> The widget to be used as the Icon for this tab, usually an Icon Widget

Contributing

Contributions are always welcome, feel free to open a PR.

License


Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

fancy_bottom_bar's People

Contributors

cuberob 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.