freewill_fx_widgets 0.0.1 freewill_fx_widgets: ^0.0.1 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.1
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/alert_dialog/alert_dialog.dart';
import 'package:freewill_fx_widgets/alert_dialog/src/alert_dialog.dart';
import 'package:freewill_fx_widgets/fx.dart';
import 'package:freewill_fx_widgets/text_font_style/src/text_font_style.dart';
import 'package:freewill_fx_widgets/text_font_style/text_font_style.dart';