widgets_functions 1.9.0 copy "widgets_functions: ^1.9.0" to clipboard
widgets_functions: ^1.9.0 copied to clipboard

discontinuedreplaced by: flutter_widget_function

Custom Widgets and Functions, Widgets and Function easy to access, reuse and no longer code.

widgets_functions #

Custom Widgets and Functions, Widgets and Function easy to access, reuse and no longer code.

Using #

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile and web development, and a full API reference.

Installation #

First, add widgets_functions as a dependency in your pubspec.yaml file.

In your flutter project add the dependency:

dependencies:
  ...
  widgets_functions:

For help getting started with Flutter, view the online documentation.

Example #

Please follow this example here.

Responsive Layout #

ResponsiveLayout(
  mobileBody: Widget,
  tabletBody: Widget,
  desktopBody: Widget
);

Text Field #

WFTextField(labelText: "Value", hintText: "Value")

Progress Dialog #

ProgressDialog _dialog = ProgressDialog(context);
_dialog.show();
_dialog.dismiss();
5
likes
150
points
134
downloads

Publisher

unverified uploader

Weekly Downloads

Custom Widgets and Functions, Widgets and Function easy to access, reuse and no longer code.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on widgets_functions

Packages that implement widgets_functions