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

FThis package provides customized widgets which makes flutter design much more easier and simpler. The goal is to provide widgets which are similar to Android native

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add svb_easy_widget

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  svb_easy_widget: ^0.0.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:svb_easy_widget/button.dart';
import 'package:svb_easy_widget/const/orientation.dart';
import 'package:svb_easy_widget/edit_text.dart';
import 'package:svb_easy_widget/linear_layout.dart';
1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

FThis package provides customized widgets which makes flutter design much more easier and simpler. The goal is to provide widgets which are similar to Android native

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on svb_easy_widget