freewill_fx_widgets 1.0.3 copy "freewill_fx_widgets: ^1.0.3" to clipboard
freewill_fx_widgets: ^1.0.3 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.0.3

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_curved_button/fx_curved_button.dart';
import 'package:freewill_fx_widgets/fx_curved_button/src/fx_curved_button.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_loading/fx_loading.dart';
import 'package:freewill_fx_widgets/fx_loading/src/fx_loading.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_text/fx_text.dart';
import 'package:freewill_fx_widgets/fx_text/src/fx_text.dart';
import 'package:freewill_fx_widgets/value_constant.dart';