rounded_bottom_navbar 0.0.1 copy "rounded_bottom_navbar: ^0.0.1" to clipboard
rounded_bottom_navbar: ^0.0.1 copied to clipboard

First Open Source Flutter based Beautiful Material Design Bottom NavBar.(More designs coming soon.).

Rounded Bottom NavBar #

First Open Source Flutter based Beautiful Material Design Bottom NavBar.(More designs coming soon.)

Features #

[*] Compatible on Android and iOS.

  • [✓] Customizable textfield properties.
  • [✓] Beautiful FontStyles
  • [✓] User defined text controller
  • [✓] Fully Responsive
  • [✓] Loading indicator function (Coming Soon)

Show some ❤️ and star the repo to support the project #

Screenshots #

       

Usage #

Example

Created & Maintained By #

Darshan N

If you found this project helpful or you learned something from the source code and want to thank me darshan51081@gmail.com

License #

Copyright 2022 Darshan N

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


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.

Getting started #

For help getting started with Flutter, view our online documentation.

Usage #

dependencies:
  flutter:
    sdk: flutter
  rounded_bottom_navbar: Latest Version
       RoundedBottomNavBar(
        items: const <BottomNavigationBarItem>[
          BottomNavigationBarItem(
            icon: Icon(Icons.home),
            label: 'Home',
          ),
          BottomNavigationBarItem(
            icon: Icon(Icons.business),
            label: 'Business',
          ),
          BottomNavigationBarItem(
            icon: Icon(Icons.school),
            label: 'School',
          ),
        ],
        currentIndex: _selectedIndex,
        selectedItemColor: Colors.amber[800],
        onTap: _onItemTapped,
      ),

Additional information #

This package is Light-weight with every properties of Bottom Nav Bar.

4
likes
150
points
13
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

First Open Source Flutter based Beautiful Material Design Bottom NavBar.(More designs coming soon.).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on rounded_bottom_navbar