sidrakhandev / flutter-widgets

This repo contains a wireframe built using flutter different widgets including toggle buttons, date picker, checkboxes, drop down button, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter widgets

Flutter is an ideal choice for businesses looking to develop an app for the web and mobile at the same time. With Flutter, a single codebase can be used to develop apps for different platforms. This saves time and reduces headaches typically associated with developing two apps simultaneously. Widgets are the central class hierarchy in the Flutter framework. A widget is an immutable description of part of a user interface. Widgets can be inflated into elements, which manage the underlying render tree. Widgets themselves have no mutable state (all their fields must be final) Flutter comes with a suite of powerful basic widgets, of which the following are commonly used: Text. The Text widget lets you create a run of styled text within your application. Row , Column.

The application is created using different flutter widgets:

  • App bar
  • Dropdown button
  • Toggle button
  • Checkboxes
  • Textbox
  • Date time picker
  • The Application doesn't only provide various kinds of transactions but also some more features for a smooth experience.

    About

    This repo contains a wireframe built using flutter different widgets including toggle buttons, date picker, checkboxes, drop down button, etc.


    Languages

    Language:Dart 88.5%Language:HTML 7.6%Language:Swift 2.8%Language:Kotlin 0.9%Language:Objective-C 0.3%