FreewillFxWidgets
This package is simple widgets for FreewillFx Apps.
Installation
- Add the latest version of package to your pubspec.yaml and run
flutter pub get
dependencies:
freewill_fx_widgets: ^0.0.9
- Import the package and use in your Flutter App
import 'package: freewill_fx_widgets/fx.dart';
TextFontStyle
Text widget that you can modify TextStyle:
- FontFamily
- FontSize
- Color
- TextAlign
- FontWeight
- TextOverflow
- Underline
AlertDialog
Dialog that you can modify the title of the dialog
- title
- buttonColor
Loading
Loading page
CurvedButton
Button that you can modify the style:
- Title
- TestKey
- BackgroundColor
- Padding
- BorderWidth
- BorderRadius
- BorderWidth
- BorderColor
- Shadow
- TextColor
- FontSize
PermissionHandler
- Camera
- Gallery
- Location
ImagePicker
- From camera
- From gallery
Libraries
- fx
- fx_alert_dialog/fx_alert_dialog
- fx_alert_dialog/src/fx_alert_dialog
- fx_image_picker/fx_image_picker
- fx_image_picker/src/fx_camera_page
- fx_image_picker/src/fx_image_picker
- fx_loading/fx_loading
- fx_loading/src/fx_loading
- fx_permission/fx_permission
- fx_permission/src/fx_permission
- fx_text/fx_text
- fx_text/src/fx_text
- value_constant