DEV Community

Cover image for Why we should Use GetWidget Open-Source Library
GetWidget
GetWidget

Posted on • Updated on

Why we should Use GetWidget Open-Source Library

Why we should use GetWidget UI Library and what are the benefits of this library?

Some of the important point why we should use GetWidget:

A) GetWidget is a Flutter UI Library. It is an open-source project and free to use.

B) It has 1000+ pre-built component widgets that allow you to build Flutter easier and hustle free.

C) GetFlutter will save upto 30% development time for you.

D) It is easy to use. You can import only your required components packages instead of hole dart packages that save your app size.

E) It's Architecture Schema is a good design so it is easy to understand.

You keep getting new components updates that help you build an awesome Flutter UI for your APP.

GetFlutter has an open Roadmap where you can see the development progress as well you can vote us regarding what the next component should we released.

Getting Start:

You can check out our how to start using our dart package https://docs.getwidget.dev/getting-started

Install Package from pub.dev:

https://pub.dev/packages/getwidget

Import full package:

import 'package:getwidget/getwidget.dart';

Note: dependencies: getwidget: ^1.0.0

In case you need only Specific Component of Library:

Import the required component in .dart file: eg- "Button component"

Alt Text

import 'package:getwidget/components/button/gf_button.dart';

Call the name of the component with its properties:

GFButton(
onPressed: (){},
text: "primary",

)

Example to add a primary button:

import 'package:getwidget/components/button/gf_button.dart';

GFButton(
onPressed: (){},
text: "primary",
),

Now you keep explore all the components on GetWidget Docs and/or you can check out on our GitHub repository.

Top comments (1)

Collapse
 
jboy_oye profile image
unwanted idiot

Bootstrap for flutter