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

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/FXRequestService/fx_request_service.dart';
import 'package:freewill_fx_widgets/FXRequestService/src/fx_request_service.dart';
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_loading/fx_loading.dart';
import 'package:freewill_fx_widgets/fx_loading/src/fx_loading.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';
2
likes
0
pub points
69%
popularity

Publisher

unverified uploader

Custom widgets for FreewillFx Co., Ltd.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, get, package_info_plus

More

Packages that depend on freewill_fx_widgets