Category : Button

Animated Notch Bottom Bar A Flutter package for animating the position of selected item in bottomNavigationBar with notch like design. Inspired by react-native-tabbar-interaction plugin. Features : Supports any widget as as a bottom bar children. Animates the notch toward selected item. Create an optimized bottom navigation bar with beautiful animation. Supports blur effect like iOS Tab View. ..

Read more

ripple_button a button with ripple effect while being hold build requirements to run this project you need a working enviroment of flutter v2 or higher(I used v2.5.3) instructions -download this project to your computer -run flutter pub get -hit ctrl+F5 ripple button takes a size argument which should be a double in range of 0 ..

Read more

triple_status_button Triple Status Button. Flutter Triple Status Button can use toggle button but in three statuses. Property Description height height of widget, height of widget. the width will be height * 2. it’s required. leftIcon leftIcon will show left of widget rightIcon rightIcon will show right of widget hasIcon if hasIcon=true leftWidget and rightWidget will ..

Read more

Slider Button This package provides an easy implementation of a Slider Button to cancel current transaction or screen. Highly customizable iphone alike looking widget. How to use Type 1 This is a Circle type widget. You just need to define the border radius to swap between rectangle and circle type widget. import ‘package:slider_button/slider_button.dart’; Center(child: SliderButton( ..

Read more

AnimatedConnectingButtonWidget AnimatedConnectingButtonWidget is a simple and customizable animated connecting button widget AnimatedConnectingButtonWidget The source code is 100% Dart. Motivation I need some clean animated connectingbuttong widget my Flutter application. Getting started Installing Add this to your package’s pubspec.yaml file: This library is posted in pub.dev pubspec.yaml dependencies: animated_round_button_flutter: ^1.0.0 Usage After Importing this library, you can directly ..

Read more

Insta Like Button Installing Depend on it Add this to your package’s pubspec.yaml file: dependencies: insta_like_button: ^0.1.0 Install it You can install packages from the command line: $ flutter pub get … Import it Now in your Dart code, you can use: import ‘package:insta_like_button/insta_like_button.dart’; Usage & Overview With required parameters. InstaLikeButton( image: AssetImage(“example/overview/img.jpg”), onChanged: () { // ..

Read more

flutter_donation_buttons Donation/Support buttons to allow you to add your favorite support buttons like: Paypal, Ko-fi or Patreon and more. Getting Started import ‘package:flutter_donation_buttons/flutter_donation_buttons.dart’; As we are dependent on the url_launcher library you need to setup a bit of stuff first. (I copied the setup instructions straight from the url_launcher setup instructions) IOS: Add any URL schemes passed to canLaunch ..

Read more

group_button Flutter custom widget to make a group buttons.Included Radio and CheckBox buttons models.pub package Getting Started Follow these steps to use this package Add dependency dependencies: group_button: ^2.4.1 #latest version Add import package import ‘package:group_button/group_button.dart’; Easy to use Simple example of use GroupButtonPut this code in your project at an screen and learn how ..

Read more

Pushable Button A 3D pushable button built in Flutter. Ideal for important CTAs in the app. Usage PushableButton( child: Text(‘ENROLL NOW’, style: someTextStyle), height: 60, elevation: 8, hslColor: HSLColor.fromAHSL(1.0, 120, 1.0, 0.37), shadow: BoxShadow( color: Colors.grey.withOpacity(0.5), spreadRadius: 5, blurRadius: 7, offset: Offset(0, 2), ), onPressed: () => print(‘Button Pressed!’), ) Configurable Properties child: child widget ..

Read more

flutter_grid_button Flutter widget that arrange buttons in a grid. It is useful for making a number pad, calculator, and so on. Getting Started To use this plugin, add flutter_grid_button as a dependency in your pubspec.yaml file. dependencies: flutter_grid_button: Import the library in your file. import ‘package:flutter_grid_button/flutter_grid_button.dart’; See the example directory for a complete sample app using GridButton. Or use the ..

Read more

Persistent Bottom Navigation Bar A persistent/static bottom navigation bar for Flutter. NOTE: Those migrating from pre 2.0.0 version should check the latest Readme and instructions as there are many breaking changes introduced in the 2.0.0 update Styles Style15 Style16 Style1 Style9 Style7 Style10 Style12 Style13 Style3 Style6 Neumorphic Neumorphic without subtitle Note: These do not include all ..

Read more

Toggle Switch A simple toggle switch widget. It can be fully customized with desired icons, width, colors, text, corner radius etc. It also maintains selection state. Getting Started In the pubspec.yaml of your flutter project, add the following dependency: dependencies: … toggle_switch: “^0.1.8” Import it: import ‘package:toggle_switch/toggle_switch.dart’; Usage Examples Basic toggle switch // Here, default theme colors ..

Read more

Flutter Animated Sliced Button New Animated Sliced Button Widget. It is very primitive now, but I will work for asymmetrical fragmentation and dispersion in different ways as soon as possible. Screenshots Download Animated Sliced Button widget source code on GitHub Check out the implementation details on PUB: https://pub.dev/packages/animated_sliced_button FlutterappworldProvides the list of the opensource Flutter ..

Read more

Flutter Avatars – Bottts A high performance Flutter Widget to render Bottts svg avatars on android/ios devices. It’s faster than other classical approaches because it’s not using any API, rather it’s rendering SVG strings on the fly ! Bottts : Characters Originally Designed by Pablo Stanley, the Sketch library can be found on bottts.com. Getting Started Create Bottt object: // Create ..

Read more

bottom_draggable_drawer A flutter draggable drawer Getting Started class TestPage extends StatelessWidget { final BottomDraggableDrawerController controller = BottomDraggableDrawerController(); @override Widget build(BuildContext context) { return Scaffold( appBar: CupertinoNavigationBar( middle: Text(‘Drawer Example’), trailing: GestureDetector( onTap: () { controller.switchDrawerStatus(); }, child: Text(‘switch’)), ), body: Stack( children: <Widget>[ Center( child: Container( height: 100, width: 300, child: Text(‘this is your main ..

Read more

Animated Floating Button Made in a flutter. Download Animated Floating button source code on GitHub https://github.com/Puruchandra/AnimatedFloatingButton FlutterappworldProvides the list of the opensource Flutter apps collection with GitHub repository. flutterapp..

Read more

custom_radio_grouped_button Custom Radio Buttons and Grouped Check Box Button Custom Flutter widgets that makes Checkbox and Radio Buttons much cleaner and easier. Installing Add the following to your pubspec.yaml file: Creating Radio Button Creating Grouped Button Screenshots Download Custom Radio Buttons and Grouped Check Box Button widget source code on GitHub https://github.com/ketanchoyal/custom_radio_grouped_button FlutterappworldProvides the list of the ..

Read more

Floating Ribbon A new Flutter package for creating floating ribbons on images. Dependency How To Use In order to achieve the shimmering effect, you need to add a package in pubspec.yaml. The code to reproduce it, import ‘package:skeleton_text/skeleton_text.dart’; import ‘package:floating_ribbon/floating_ribbon.dart’; FloatingRibbon( height: 85, width: 85, childHeight: 75, childWidth: 75, child: Padding( padding: const EdgeInsets.all(8.0), child: ..

Read more

FButton From then on, developers only need to master one Button component, which is enough. Support rounded corners, borders, image, special effects, loading mode. Author:Newton(coorchice.cb@alibaba-inc.com) English | 简体中文 Like it? Please cast your Star  !  Features Rich corner effect Exquisite border decoration Gradient effect Flexible icon support Intimate Loading mode Cool interaction Special effects More sense of space Shadow  Guide  Parameters  Basic parameters Param Type Necessary Default desc onPressed VoidCallback ..

Read more

ffloat FFloat, although simple and easy to use, can satisfy all your imagination of the floating layer. Born and elegant, supporting precise position control. Triangles with rounded corners, borders, gradients, shadows? Everything you need .️ Author:Newton(coorchice.cb@alibaba-inc.com) English | 简体中文 Like it? Please cast your Star  !  Features Supports floating layer position control based on anchor elements Convenient floating layer show / hide ..

Read more

flip_box_bar A 3D BottomNavigationBar inspired by Dribbble design by Dannniel [https://dribbble.com/shots/4811135-Tab-Bar-Cube-Interaction]. Demo Example Use // In Scaffold int selectedIndex = 0; bottomNavigationBar: FlipBoxBar( selectedIndex: index, items: [ FlipBarItem(icon: Icon(Icons.map), text: Text(“Map”), frontColor: Colors.blue, backColor: Colors.blueAccent), FlipBarItem(icon: Icon(Icons.add), text: Text(“Add”), frontColor: Colors.cyan, backColor: Colors.cyanAccent), FlipBarItem(icon: Icon(Icons.chrome_reader_mode), text: Text(“Read”), frontColor: Colors.orange, backColor: Colors.orangeAccent), FlipBarItem(icon: Icon(Icons.print), text: Text(“Print”), ..

Read more

ReactiveButton A Widget that mimics the Facebook Reaction Button in Flutter. Step by step explanation A full explanation on how to build such Widget may be found on my blog: in English, click here in French, click here Getting Started You should ensure that you add the following dependency in your Flutter project. dependencies: flutter_reactive_button: “^1.0.0” You ..

Read more

FAB Circular Menu A Flutter package to create a nice circular menu using a Floating Action Button. Inspired by Mayur Kshirsagar‘s great FAB Microinteraction design. Getting started Wrap your content with FabCircularMenu and set your desired options: MaterialApp( home: Scaffold( body: FabCircularMenu( child: Placeholder(), // Replace this with your content options: <Widget>[ IconButton(icon: Icon(Icons.home), onPressed: ..

Read more

grouped_buttons A set of Flutter widgets that makes grouping Checkboxes and Radio Buttons much easier! Installing Add the following to your pubspec.yaml file: Simple Usage Creating a basic CheckboxGroup Creating a basic RadioButtonGroup Screenshot Custom Usage There are several options that allow for more control. Custom CheckboxGroup Properties Description activeColor The color to use when a Checkbox is checked. checkColor ..

Read more

Circular Bottom Navigation (or maybe a tab bar). This is implementation of an artwork in Uplabs Let’s get started 1 – Depend on it Add this to your package’s pubspec.yaml file: dependencies: circular_bottom_navigation: ^1.0.1 2 – Install it install packages from the command line: flutter packages get 3 – Import it Now in your Dart code, ..

Read more

menu_button A popup menu button widget with handsome design and easy to use. Installation Add menu_button: ^0.1.0+1 in your pubspec.yaml dependencies. And import it: import ‘package:menu_button/menu_button.dart’; How to use Simply create a MenuButton widget and pass the required params: MenuButton( child: button,// Widget displayed as the button items: items,// List of your items topDivider: true, ..

Read more

spring_button A simple widget for having child widgets that respond to gestures with a spring animation. Media | Description | How-to-Use Media Watch on Youtube: v1.0.0 Description This is a simple widget for having child widgets that respond to gestures with a spring animation. It is more of an extension to the GestureDetector widget than ..

Read more