Custom flutter widgets for awesome projects and appsπŸ”₯

Overview

⚑ Awesome Widgets

Custom widgets and components ready to use under your awesome projects!

πŸŽ– Installing

dependencies:
  awesome_widgets: ^<latest_version>

⚽ Widgets

1. Awesome Snackbar πŸ”₯

AwesomeSnackbar.style1(
  duration: Duration(seconds: 10),
  context: context,
  primaryColor: Colors.blue,
  title: "Demo snackbar",
  subTitle: "Demo description",
  titleTextstyle: TextStyle(color: KConstantColors.bgColor),
  subtitleTextstyle: TextStyle(color: KConstantColors.bgColor, fontSize: 13),
  backgroundColor: Colors.white,
  iconData: Icons.check,
  iconColor: Colors.white);

Screenshot 2022-05-23 at 7 31 38 PM

2. Awesome Textfield πŸ”₯

 AwesomeTextfield.filled(
   hintText: "Title",
   textEditingController: textEditingController,
   fillColor: Colors.grey,
),

Screenshot 2022-05-23 at 7 20 54 PM

3. Awesome Buttons πŸ”₯

AwesomeButton.roundedIconButton(
   onTap: () { // Do something },
   title: 'Create')
),

Screenshot 2022-05-23 at 7 21 05 PM


❀ Loved the utility? Donate here.

πŸš€ Want to learn more about Flutter? Checkout this out!

πŸ’₯ DM me on Instagram for doubts Follow here

πŸ› Bugs/Requests

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull request are also welcome.

You might also like...

Movies4u app UI is simple enough to use and the app is a fun way to get an overview of your movie experience. This repo created with help of awesome UI, material Design and latest feature. this repo contain major feature like : dark theme.

Movies4u app UI is simple enough to use and the app is a fun way to get an overview of your movie experience. This repo created with help of awesome UI, material Design and latest feature. this repo contain major feature like : dark theme.

Moviesfree4U This is simple repository, that help in fetch latest, upcomming movies. Website https://movies4u-ef56f.firebaseapp.com/#/ https://movies4

Dec 10, 2022

A Todo app with full fledge functionality and Awesome Look and feel.

to_do A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is

Aug 5, 2022

Library to create custom Toggle / Tab on your apps

Library to create custom Toggle / Tab on your apps

Flutter Tab Toggle A Beautiful and Simple Tab/Toggle switch widget. It can be fully customized with desired icons, width, colors, text, corner radius

Sep 6, 2022

Utils and widgets to make your flutter apps and websites fully responsive.

Utils and widgets to make your flutter apps and websites fully responsive.

Super Responsive A responsive library for Flutter that is easy to use and easy to read makes your app look great on all devices makes your app more re

Sep 12, 2022

Github-apps-flutter - Github Apps Build Using bloc 8.0 and Github API

Github-apps-flutter - Github Apps Build Using bloc 8.0 and Github API

Github_apps Inspiration This app is made to build using bloc 8.0 and github API.

Apr 14, 2022

custom flutter candies(widgets) for you to build flutter app easily, enjoy it

custom flutter candies(widgets) for you to build flutter app easily, enjoy it

Flutter Custom flutter candies(widgets) for you to easily build flutter app, enjoy it waterfall_flow A Flutter grid view easy to build waterfall flow

Nov 23, 2022

RelativeScale is a simple custom sizing system for flutter widgets to achieve the same physical sizes across different devices.

RelativeScale is a simple custom sizing system for flutter widgets to achieve the same physical sizes across different devices.

RelativeScale is a simple custom sizing system for flutter widgets to achieve the same physical sizes across different devices. Usage It is VERY easy

Nov 25, 2022

Iosish indicator - 🍎 Create awesome and simple iOS style floating indicator which can be found when silent/sleep mode switched on Flutter.

Iosish indicator - 🍎 Create awesome and simple iOS style floating indicator which can be found when silent/sleep mode switched on Flutter.

Iosish indicator - 🍎 Create awesome and simple iOS style floating indicator which can be found when silent/sleep mode switched on Flutter.

Apr 1, 2022

An awesome flutter app which artistically animates light and dark mode 😍

An awesome flutter app which artistically animates light and dark mode 😍

Light Dark Toggle Made with πŸ”₯ in India This flutter app is based on the design made by Matthieu Souteyrand on Dribble.He describes the design as: Bac

Nov 9, 2022
Owner
Abhishek Chavhan
AWS Solutions Architect | Flutter Developer | Youtuber
Abhishek Chavhan
Awesome Notifications add-on plugin to enable push notifications through Firebase Cloud Messaging with all awesome notifications features.

Awesome Notifications FCM Awesome Notifications add-on to send push notifications using FCM (Firebase Cloud Messaging), with all awesome notifications

Rafael Setragni 8 Jan 4, 2023
Custom dropdown widget allows to add highly customizable widget in your projects with proper open and close animations and also comes with form required validation.

Custom Dropdown Custom Dropdown package lets you add customizable animated dropdown widget. Features Lots of properties to use and customize dropdown

Abdullah Chauhan 22 Dec 29, 2022
A customizable carousel slider for Flutter. Supports infinite sliding, custom indicators, and custom animations with many pre-built indicators and animations.

Flutter Carousel Slider A customizable carousel slider for flutter Screenshots Installing dependencies: flutter_carousel_slider: ^1.0.8 Demo Demo a

Udara Wanasinghe 23 Nov 6, 2022
A customizable carousel slider widget in Flutter which supports inifinte scrolling, auto scrolling, custom child widget, custom animations and built-in indicators.

flutter_carousel_widget A customizable carousel slider widget in Flutter. Features Infinite Scroll Custom Child Widget Auto Play Horizontal and Vertic

NIKHIL RAJPUT 7 Nov 26, 2022
Flutter custom carousel slider - A carousel slider widget,support custom decoration suitable for news and blog

flutter_custom_carousel_slider A carousel slider Flutter widget, supports custom

Emre 40 Dec 29, 2022
best flutter / dart practices + Custom Painter + Sliver App Bar + Custom Scrollview

Weekly Budget Flutter App A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get yo

Mohamed Awnallah 4 Oct 21, 2021
Flutter package that provides you custom clippers to help you achieve various custom shapes.

flutter_custom_clippers Flutter package that provides you custom clippers to help you achieve various custom shapes. Usage To use this plugin, add flu

Damodar Lohani 291 Dec 23, 2022
FT-Custom-Widget - A Custom Widget Built With Flutter

Custom Widget Watch it on YouTube Product Screen Sample when you implement compl

Firgia 5 Mar 29, 2022
This repo is for anything that can be reusable in flutter like custom widgets πŸŸ₯, animations 🌟and more

Ease This packa is for anything that can be reusable in flutter like custom widgets ?? , animations ?? and more. Features 1-custom text widget to ease

Abdelrahman Mostafa Elmarakby 91 Dec 3, 2022
Awesome Flutter Snippets is a collection snippets and shortcuts for commonly used Flutter functions and classes

Awesome Flutter Snippets Awesome Flutter Snippets is a collection of commonly used Flutter classes and methods. It increases your speed of development

Neevash Ramdial (Nash) 139 Dec 9, 2022