my_custom_widgets_ferax 1.0.1
my_custom_widgets_ferax: ^1.0.1 copied to clipboard
custom widget for testing
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add my_custom_widgets_feraxWith Flutter:
$ flutter pub add my_custom_widgets_feraxThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
my_custom_widgets_ferax: ^1.0.1Alternatively, your editor might support dart pub get or 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';