freewill_fx_widgets 1.3.12 freewill_fx_widgets: ^1.3.12 copied to clipboard
Custom widgets for FreewillFx Co., Ltd.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add freewill_fx_widgets
With Flutter:
$ flutter pub add freewill_fx_widgets
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
freewill_fx_widgets: ^1.3.12
Alternatively, 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:freewill_fx_widgets/fx.dart';
import 'package:freewill_fx_widgets/fx_alert_dialog/fx_alert_dialog.dart';
import 'package:freewill_fx_widgets/fx_alert_dialog/src/fx_alert_dialog.dart';
import 'package:freewill_fx_widgets/fx_back_button/fx_back_button.dart';
import 'package:freewill_fx_widgets/fx_back_button/src/fx_back_button.dart';
import 'package:freewill_fx_widgets/fx_bottom_sheet/fx_bottom_sheet.dart';
import 'package:freewill_fx_widgets/fx_bottom_sheet/src/fx_bottom_sheet.dart';
import 'package:freewill_fx_widgets/fx_calendar/fx_calendar.dart';
import 'package:freewill_fx_widgets/fx_calendar/src/fx_calendar.dart';
import 'package:freewill_fx_widgets/fx_gallery_view/fx_gallery_view.dart';
import 'package:freewill_fx_widgets/fx_gallery_view/src/fx_gallery_image.dart';
import 'package:freewill_fx_widgets/fx_gallery_view/src/fx_gallery_image_type.dart';
import 'package:freewill_fx_widgets/fx_gallery_view/src/fx_gallery_view.dart';
import 'package:freewill_fx_widgets/fx_image_picker/fx_image_picker.dart';
import 'package:freewill_fx_widgets/fx_image_picker/src/fx_camera_page.dart';
import 'package:freewill_fx_widgets/fx_image_picker/src/fx_image_picker.dart';
import 'package:freewill_fx_widgets/fx_item_picker/fx_item_picker.dart';
import 'package:freewill_fx_widgets/fx_item_picker/src/fx_item_picker.dart';
import 'package:freewill_fx_widgets/fx_item_picker_cell/fx_item_picker_cell.dart';
import 'package:freewill_fx_widgets/fx_item_picker_cell/src/fx_item_picker_cell.dart';
import 'package:freewill_fx_widgets/fx_loading/fx_loading.dart';
import 'package:freewill_fx_widgets/fx_loading/src/fx_loading.dart';
import 'package:freewill_fx_widgets/fx_ok_cancel_dialog/fx_ok_cancel_dialog.dart';
import 'package:freewill_fx_widgets/fx_ok_cancel_dialog/src/fx_ok_cancel_dialog.dart';
import 'package:freewill_fx_widgets/fx_otp/fx_otp.dart';
import 'package:freewill_fx_widgets/fx_otp/src/fx_otp.dart';
import 'package:freewill_fx_widgets/fx_page_indicator/fx_page_indicator.dart';
import 'package:freewill_fx_widgets/fx_page_indicator/src/fx_page_indicator.dart';
import 'package:freewill_fx_widgets/fx_permission/fx_permission.dart';
import 'package:freewill_fx_widgets/fx_permission/src/fx_permission.dart';
import 'package:freewill_fx_widgets/fx_qr_scanner/fx_qr_scanner.dart';
import 'package:freewill_fx_widgets/fx_qr_scanner/src/fx_qr_scanner.dart';
import 'package:freewill_fx_widgets/fx_search_bar/fx_search_bar.dart';
import 'package:freewill_fx_widgets/fx_search_bar/src/fx_search_bar.dart';
import 'package:freewill_fx_widgets/fx_selected_button_list/fx_selected_button.dart';
import 'package:freewill_fx_widgets/fx_selected_button_list/fx_selected_button_list.dart';
import 'package:freewill_fx_widgets/fx_selected_button_list/src/fx_selected_button_list.dart';
import 'package:freewill_fx_widgets/fx_submit_button/fx_submit_button.dart';
import 'package:freewill_fx_widgets/fx_submit_button/src/fx_submit_button.dart';
import 'package:freewill_fx_widgets/fx_switch/fx_switch.dart';
import 'package:freewill_fx_widgets/fx_switch/src/fx_switch.dart';
import 'package:freewill_fx_widgets/fx_text/fx_text.dart';
import 'package:freewill_fx_widgets/fx_text/src/fx_text.dart';
import 'package:freewill_fx_widgets/fx_toast/fx_toast.dart';
import 'package:freewill_fx_widgets/fx_toast/src/fx_toast.dart';
import 'package:freewill_fx_widgets/value_constant.dart';