# ACEBottomNavigationBar **Repository Path**: NetKing/ACEBottomNavigationBar ## Basic Information - **Project Name**: ACEBottomNavigationBar - **Description**: flutter花式底部导航栏制作 flutterj.com/?post=129 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ace_bottom_navigation_bar A customize BottomAnvigation Flutter plugin. # Use this package as a library 1. Depend on it Add this to your package's pubspec.yaml file: ``` dependencies: ace_bottom_navigation_bar: ^0.0.3 ``` 2. Install it You can install packages from the command line: with Flutter: ``` $ flutter packages get ``` Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more. 3. Import it Now in your Dart code, you can use: ``` import 'package:ace_bottom_navigation_bar/ace_bottom_navigation_bar.dart'; ``` # ScreenCapture ![image](https://github.com/ACE-YANGCE/ACEBottomNavigationBar/blob/master/ace_bottom_navigation_bar01.png?raw=true) ![image](https://github.com/ACE-YANGCE/ACEBottomNavigationBar/blob/master/ace_bottom_navigation_bar02.png?raw=true) ![image](https://github.com/ACE-YANGCE/ACEBottomNavigationBar/blob/master/ace_bottom_navigation_bar03.png?raw=true) ## Getting Started This project is a starting point for a Flutter [plug-in package](https://flutter.io/developing-packages/), a specialized package that includes platform-specific implementation code for Android and/or iOS. For help getting started with Flutter, view our [online documentation](https://flutter.io/docs), which offers tutorials, samples, guidance on mobile development, and a full API reference.