fl_extended 3.2.1
fl_extended: ^3.2.1 copied to clipboard
Some extension components and methods have been added to flutter and the routing functionality has been simplified
3.2.1 #
- Removed
popupCupertinoDialogandpopupMaterialDialog - Removed
DialogOptions.cupertino()andDialogOptions.material() - Change
popupDialogtopopupGeneralDialog - Change
popupBottomSheettopopupModalBottomSheet - Change
BottomSheetOptionstoModalBottomSheetOptions - Change
DialogOptionstoGeneralDialogOptions - Remove some infrequently used parameters from
Universaland add some assertions
3.1.0 #
- Add
isClipPathtoUniversal - Remove some infrequently used parameters from
Universaland add some assertions
3.0.3 #
- Add
isHarmonyOS
3.0.0 #
- Migrate to 3.35
2.0.3 #
- Add
BigIntextension
2.0.2 #
- Add a file
global_key_extension - Remove
FlExtended().widgetsBindingandFlExtended().schedulerBinding - Add
widgetsBinding、schedulerBinding、gestureBinding、paintingBinding、semanticsBinding、rendererBinding、servicesBinding - Add
focusManagerandprimaryFocus UnifiedButton()renamed asFlButton()ExtendedFutureBuilder()renamed asFlFutureBuilder()ExtendedListenableBuilder()renamed asFlListenableBuilder()ExtendedStatefulBuilder()renamed asFlStatefulBuilder()ExtendedStreamBuilder()renamed asFlStreamBuilder()RText()renamed asFlRichText()BText()renamed asFlText(),BText.rich()renamed asFlText.richText(), addFlText.rich()、FlText.richSpans()、FlText.custom(),- Add
FlSelectableText()、FlSelectableText.rich(),FlSelectableText.richText()、FlSelectableText.richSpans()、FlSelectableText.custom(),
1.8.1 #
- Add a typedef for FutureOr callback
1.8.0 #
ExtendedOverlayrenamed asFlOverlayExtendedOverlayEntryrenamed asFlOverlayEntry,autoOffwas removed, andisCachedwas added with a default value of trueExtendedPopScoperenamed asFlPopScope, and removedonPopInvoked, andcanHideOverlaywas added with a default value of true- Remove the
removeEntryfromFlOverlayEntryusingremove() closeLoading()renamed ashideLoading()closeToast()renamed ashideToast()closeOverlay()renamed ashideOverlay()
1.7.3 #
- Add
flexibleandaspectRatiotoUniversal. And Removedenable - Add
.flexibleand.aspectRatio()toExtensionWidget - Add
iconAlignmenttoUnifiedButton
1.7.2 #
- Modify or add extension methods for String and List
- Fix the
foregroundColorissue ofActionDialog
1.7.0 #
- Migrate to 3.29
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