masdul_widget_web 0.0.1
masdul_widget_web: ^0.0.1 copied to clipboard
Masdul widget help in simplifying code for some complicated widget.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add masdul_widget_webThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
masdul_widget_web: ^0.0.1Alternatively, 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:masdul_widget_web/arguments/search_page_arguments.dart';
import 'package:masdul_widget_web/layout.dart';
import 'package:masdul_widget_web/masdul_web.dart';
import 'package:masdul_widget_web/models/search_page_widget_model.dart';
import 'package:masdul_widget_web/search_page_widget.dart';