Quickly is build as a tool to enhance your Flutter UI development experience and make code easier

Overview

Logo

Quickly

Quickly is awesome flutter package for rapid development.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. How To Use
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

![Product Name Screen Shot][product-screenshot]

Quickly is build as a tool to enhance your Flutter UI development experience and make code easier. It is highly inspired by Bootstrap and Tailwind CSS. It also provide lots of extension methods on String, List and Map.

(back to top)

Built With

(back to top)

How To Use

  • Add this line to your dependencies and replace [version] with the latest version:
  quickly: ^[version]
  • Import package
import 'package:quickly/quickly.dart';

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Aniket Khote - @aniketkhote99 - [email protected]

Project Link: https://github.com/Aniketkhote/Quickly

(back to top)

You might also like...

A super powerful widget to help developers build complex views quickly and comfortably.

A super powerful widget to help developers build complex views quickly and comfortably.

FSuper FSuper can help developers build complex views quickly and comfortably. It supports rich text, rounded corners, borders, pictures, small red do

Dec 29, 2022

A super powerful widget to help developers build complex views quickly and comfortably.

A super powerful widget to help developers build complex views quickly and comfortably.

FSuper FSuper can help developers build complex views quickly and comfortably. It supports rich text, rounded corners, borders, pictures, small red do

Dec 29, 2022

An flutter app to make pet adoption easier

An flutter app to make pet adoption easier

An flutter app to make pet adoption easier

Aug 18, 2022

Flutter qidgets - Build widgets hierarchies quickly with qidgets

Build widgets hierarchies quickly with qidgets. Quick widgets → qidgets. Feature

Mar 31, 2022

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.

Flet Flet is a framework that enables you to easily build realtime web, mobile and desktop apps in your favorite language and securely share them with

Jan 9, 2023

Flet enables developers to easily build realtime web, mobile and desktop apps in Ruby. No frontend experience required

Flet enables developers to easily build realtime web, mobile and desktop apps in Ruby. No frontend experience required

Flet If bundler is not being used to manage dependencies, install the gem by executing: $ gem install flet Flet Flet is a framework that enables you

Jan 3, 2023

Localize your flutter application quickly and easily.

EzLocalization This package allows you to setup a powerful localization system with ease and in only a few minutes. Features Here are some features: E

Sep 22, 2022

This is tool to create 3D Models which can be used in Flutter Applications. Tool is developed completely using Flutter.

three_d_model_tool A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you start

Nov 8, 2022

A tool to help cli package authors make raising issues like bug reports more interactive for their users.

issue A tool to help cli package authors make raising issues like bug reports more interactive for their users. Features Interactive file based prompt

Oct 18, 2022
Releases(v3.0.0)
  • v3.0.0(Nov 16, 2022)

  • v2.2.0(Feb 27, 2022)

    Added

    • Added some extra padding extension
    • Added doesntContain() in map extension

    Changed

    • Changed main colors names like primary => kcPrimary in Text extension.
    • Changed slightly main color codes
    • Changed utility classes to mixins.
    Source code(tar.gz)
    Source code(zip)
  • v2.1.0(Feb 22, 2022)

    Added

    • Added groupBy() and groupByKey() in list extension
    • Added latest() and latestFirst() in list extension
    • Added oldest() and oldestFirst() in list extension

    Changed

    • changed sortByDesc() => sortDescBy() in list extension
    Source code(tar.gz)
    Source code(zip)
  • v2.0.0(Feb 20, 2022)

    • Added append() and prepend() string extension

    • Added flatten and pluck() list extension

    • Changed w => wBox & h => hBox in num extension

    • Changed range => inRange in String extension

    • Changed count => occurrences in String extension

    • Changed occurrence => countOccurrences in String extension

    • Changed withDefault => ifEmpty in String extension

    • Changed getId data type dynamic => int in map extension

    • Changed contains => has in map extension

    • Fixed mask now return null when string is empty

    • Fixed getInt & getDouble now return null when key is empty or null

    • Fixed Typo

    Source code(tar.gz)
    Source code(zip)
  • v1.7.0(Feb 19, 2022)

    Added

    • Added black and white color
    • Added context extension on Build Context
    • Added Responsive extension

    Changed

    • changed .h & .w child widget to optional in num extension
    • changed .maxLine to optional in Text extension
    • changed .box => .sq in num extension
    Source code(tar.gz)
    Source code(zip)
  • v1.6.0(Feb 19, 2022)

    Added

    • Added match() extension on Map

      The match() function also works similarly to switch i.e, it finds the matching case according to the parameter passed in it.

    • Added hasKey | hasValue | hasKeyValue extensions on list

    Source code(tar.gz)
    Source code(zip)
  • v1.5.0(Feb 18, 2022)

    Added

    • Write tests for List
    • Write tests for Map

    Changed

    • Changed .textScaleFactor => .textScale
    • Changed .fs => .fontSize
    • Removed isEmptyOrNull & isNotEmptyOrNull
    Source code(tar.gz)
    Source code(zip)
  • v1.4.0(Feb 17, 2022)

    1.4.0

    Added

    • Added random | chunk | split list extensions

    Fixed

    • Fixed sortBy error when list doesn't have this key or it doesn't have list of map
    Source code(tar.gz)
    Source code(zip)
  • v1.3.0(Feb 16, 2022)

  • v1.2.0(Feb 14, 2022)

    Added

    • Added suffix num extensions
    • Added getMonthName & getWeekDay int extensions

    ###Fixed

    • Fix Text color extensions.
    • Fix isUpper & isLower String extensions
    • Fix hideIf & showIf Widget extensions
    Source code(tar.gz)
    Source code(zip)
  • v1.1.0(Feb 14, 2022)

  • v1.0.0(Feb 14, 2022)

    Quickly is build as a tool to enhance your Flutter UI development experience and make code easier. It is highly inspired by Bootstrap and Tailwind CSS. It also provide lots of extension methods on String, List and Map.

    Source code(tar.gz)
    Source code(zip)
Owner
Aniket Khote
Web and Mobile application developer.
Aniket Khote
Powerful, helpfull, extensible and highly customizable API's that wrap http client to make communication easier with Axelor server with boilerplate code free.

flutter_axelor_sdk Powerful, helpful, extensible and highly customizable API's that wrap http client to make communication easier with Axelor server w

Abd al-Rahman al-Ktefane 5 Dec 25, 2022
Encode App-Dev is a open source project which contains different projects of Application development, Android development, IOS development, Flutter, Kotlin, Dart, Java, Swift etc.

HACKTOBERFEST 2022 Encode App-Dev is an open source project which contains different projects of Application development, Android development, IOS dev

null 4 Dec 4, 2022
Nebula makes your Flutter development journey easier by providing helper widgets, utilities and abstractions.

Nebula makes your Flutter development journey easier by providing helper widgets, utilities and abstractions.

Aldrin's Art Factory 1 Apr 21, 2022
A platform to make your social media experience more safe

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

Waleed Umar 0 Feb 25, 2022
A collection of templates to make new Flutter components using the Mason build tool.

Mason Flutter Templates A collection of templates to make new Flutter components using the Mason build tool. Setup in Project To use these templates i

Marcus Twichel 5 Jun 21, 2022
A flutter plugin about qr code or bar code scan , it can scan from file、url、memory and camera qr code or bar code .Welcome to feedback your issue.

r_scan A flutter plugin about qr code or bar code scan , it can scan from file、url、memory and camera qr code or bar code .Welcome to feedback your iss

PengHui Li 112 Nov 11, 2022
Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.

Official Flutter packages for Stream Chat Quick Links Register to get an API key for Stream Chat Flutter Chat SDK Tutorial Chat UI Kit Sample apps Thi

Stream 659 Dec 25, 2022
💙🔥 FlutterFire commons repository, makes FlutterFire app development faster, easier, and more fun!

???? FlutterFire commons repository, makes FlutterFire app development faster, easier, and more fun!

Kosuke Saigusa 18 Dec 1, 2022
A wrapper around Navigator 2.0 and Router/Pages to make their use a easier.

APS Navigator - App Pagination System This library is just a wrapper around Navigator 2.0 and Router/Pages API that tries to make their use easier: ??

Guilherme Silva 14 Oct 17, 2022
A smartphone application called Easy Job goal is to make easier for businesses to find people who meet their standards as well as for job seekers to search for and choose from available positions .

Easy_Jobs 19SW54(MAD-Project) A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to ge

Muskan 2 Nov 6, 2022