fl_extended 1.6.3
fl_extended: ^1.6.3 copied to clipboard
Some extension components and methods have been added to flutter and the routing functionality has been simplified
1.6.3 #
- Add multiple extensions to
numtype, such asEdgeInsets,EdgeInsetsDirectional,BorderRadius,Offset - Change the extension method
toClipboardtotoClipboard() - Add
toBoxDecoration()extension method toBorderRadiusBoxBorderBoxShadowBoxShapeGradient
1.6.2 #
- Change the
wrapSpacinginUniversaltospacingand supportRow,Column, andFlex - Change
IconBoxtoIconLabel, Changereversetoreverse - Add
sliceextension toList
1.6.0 #
- Migrate to 3.27
1.5.3 #
- Add
FlLogcat()
1.5.0 #
- Remove
LoadingProgressIndicatorandLoadingContent - Added
ProgressIndicatorOptionsandFlProgressIndicator, - Change the callback parameter of the builder parameter in LoadingOptions to ProgressIndicator Options
LoadingStylechanged toProgressIndicatorStyle
1.4.0 #
- Migrate to 3.24
ExtendedPopScopeaddsonPopInvokedWithResult
1.3.1 #
- Add new extension methods for
ListandMap - Change
[].firstOrNull()to[].firstOrNull - Change
[].lastOrNull()to[].lastOrNull - Change
[].withoutFirst()to[].withoutFirst - Change
[].withoutLast()to[].withoutLast - Change
[].withoutLast()to[].withoutLast BText.richadds multiple parameters
1.3.0 #
- Added
FlInheritedWidget - Modify the parameters of
pushpushReplacementpushAndRemoveUntil
1.2.0 #
- Migrate to 3.22
1.1.2 #
- Add a PreferredSize extension to the Widget
- Removed
BTextStyle
1.1.1 #
- Removes some parameters for
ModalOptions、ModalBoxOptions、LoadingOptionsandToastOptions DoubleChooseWindowschanged toActionDialogand changed the parameters- The
ToastOptionsandLoadingOptionsparameters have been modified.
1.0.0 #
- Removed
CustomBuilderContext,useValueCallbackTV<Widget, BuildContext>?. - Migrate some components to the fl_scroll_view
package,[
ScrollList,EasyRefreshed,RefreshScrollView,SliverListGrid,SliverPinnedToBoxAdapter,FlSliverPersistentHeader(ExtendedSliverPersistentHeader)] - Migrate some components to the fl_list_wheel
package,[
FlListWheel(ListWheel),FlListWheelState(ListWheelState),WheelOptions] - Migrate some components to the flutter_waya
package,[
TextInputLimitFormatter,TextFieldWithDecoratorBox(ExtendedTextField),NumberLimitFormatter]
0.5.1 #
ModalWindowsOptionsName changed toModalBoxOptionsModalWindowsName changed toModalBoxModalBoxOptionsremovesaddMaterial,filter,rectToastandLoadingare also optimized and adjusted,Global configuration is now perfectly supported, and single custom configuration is supported
0.4.2 #
- Fixed
Toastanimation not working,and addanimationDuration Toastchanges a lot. See example- Change
modalColortobackgroundColor ModalWindowsOptions的color修改为backgroundColor
0.3.2 #
- Improved generics for popup and route related methods
- Modified
pageRoutemethod parameter for enumerationRoutePushStyle
0.3.1 #
- Add
ExtendedListenableBuilder() - Change some
initialDataandinitialValueto initial BTextaddsfontVariations、useStyleFirst
0.2.0 #
- Added the
UnifiedButton(),It is based on several subclasses ofButtonStyleButton - Add the
unifiedButtonCategoryparameter toUniversal() - Add some examples
- Add a
margeextension toThemeData - Change the name of the
IconLabeltitleparameter tolabel
0.1.0 #
- Split flutter_waya's extension core into the current package