my_custom_widgets_ferax 1.0.2
my_custom_widgets_ferax: ^1.0.2 copied to clipboard
custom widget for testing
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add my_custom_widgets_feraxThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
my_custom_widgets_ferax: ^1.0.2Alternatively, 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:my_custom_widgets_ferax/advancedsearch/ModelandService/productService.dart';
import 'package:my_custom_widgets_ferax/advancedsearch/ModelandService/productitemModels.dart';
import 'package:my_custom_widgets_ferax/advancedsearch/tableviewpage.dart';
import 'package:my_custom_widgets_ferax/index.dart';
import 'package:my_custom_widgets_ferax/my_custom_widgets.dart';
import 'package:my_custom_widgets_ferax/pages/home_page/home_page_model.dart';
import 'package:my_custom_widgets_ferax/pages/home_page/home_page_widget.dart';
import 'package:my_custom_widgets_ferax/widgets/multiselect.dart';
import 'package:my_custom_widgets_ferax/widgets/text_field_widgets.dart';