svb_easy_widget 0.0.3 copy "svb_easy_widget: ^0.0.3" to clipboard
svb_easy_widget: ^0.0.3 copied to clipboard

outdated

A new Flutter package for easier usage of widgets

easy_widget #

A new Flutter package for easier and simpler usage of widgets

Getting Started #

This use this plugin follow the steps below

  1. Add the following code in pubspec.yaml

     dependencies:
       svb_easy_widget: ^0.0.2
    
  2. Import the file in the .dart file where you want use the widget

     import 'package:svb_easy_widget/edit_text.dart';
    
  3. Use the following code block as a widget

     EditText(
         controller: null,
         hintText: "Hello Dude",
         margin: EdgeInsets.fromLTRB(100, 100, 0, 0),
         width: 500,
         height: 50,
     ),
    
  4. You can pass a "TextEditingController();" to get entered text

Note: New features on this widget is work in progress update when its available

1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package for easier usage of widgets

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on svb_easy_widget