my_custom_widgets_ferax 1.0.0
my_custom_widgets_ferax: ^1.0.0 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.0Alternatively, 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/flutter_flow/flutter_flow_icon_button.dart';
import 'package:my_custom_widgets_ferax/flutter_flow/flutter_flow_model.dart';
import 'package:my_custom_widgets_ferax/flutter_flow/flutter_flow_theme.dart';
import 'package:my_custom_widgets_ferax/flutter_flow/flutter_flow_util.dart';
import 'package:my_custom_widgets_ferax/flutter_flow/flutter_flow_widgets.dart';
import 'package:my_custom_widgets_ferax/flutter_flow/form_field_controller.dart';
import 'package:my_custom_widgets_ferax/flutter_flow/lat_lng.dart';
import 'package:my_custom_widgets_ferax/flutter_flow/nav/nav.dart';
import 'package:my_custom_widgets_ferax/flutter_flow/nav/serialization_util.dart';
import 'package:my_custom_widgets_ferax/flutter_flow/place.dart';
import 'package:my_custom_widgets_ferax/flutter_flow/uploaded_file.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';