freewill_fx_widgets 0.0.8 freewill_fx_widgets: ^0.0.8 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: ^0.0.8
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_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_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';