Complete Button in Flutter example

Complete Button in Flutter example

In Flutter, a button is a piece of the UI that, when tapped or clicked, triggers some sort of action. The ElevatedButton, TextButton, and OutlinedButton widgets are used to create…

Read more »
Some of the common widgets that are available in flutter SDK

Some of the common widgets that are available in flutter SDK

         Widget of The Day Introduction to flutter widgets: This repo will teach you some of the common widgets that are available in flutter SDK, & shows you…

Read more »
A basic UI toolkit to get you started with flutter

A basic UI toolkit to get you started with flutter

Basic UI Toolkit A basic UI toolkit to get you started with flutter application development. Widget List: SchoolToolkitButton: Button with a busy indicator SchoolLocationWidget: Card to display school information OutlinedButton:…

Read more »
This Flutter plugin provides an feature for screen lock

This Flutter plugin provides an feature for screen lock

Flutter Screen Lock This Flutter plugin provides an feature for screen lock. Enter your passcode to unlock the screen. You can also use biometric authentication as an option. ⚠Attention A…

Read more »
A helper builder to create loading buttons in Flutter

A helper builder to create loading buttons in Flutter

async_button_builder A builder that adds loading, disabled, errored and completed states on top of buttons that perform asynchronous tasks. It can be used with most any button or even on…

Read more »