- Adding decomposeFromTarget method;
- Optimizing map() to List.generate methods;
- Updates dependencies.
Addings:
- Flutter Platform Component Wiki;
Refactoring:
- README.
Addings:
- ErrorText property for form fields;
- FPCAnimatedPadding;
- FPCAnimatedFractionallySizedBox;
- AnimatedPhysicalModel;
- FPCPopUpMenu;
- AnimatedPositionedDirectional;
- AnimatedRotation;
- AnimatedScale;
- AnimatedSlide;
Refactoring:
- Project folder refactoring;
- Refactoring FPCPlatformWidget and FPCPlatformAppBar to abstract classes with build methods for each platforms;
- Optimization of widgets, abandonment of the Container;
- Refactoring of example project;
- Transfer modal_bottom_sheet in local directory and optimization;
- Refactoring snippet script and new VS Code snippets;
- Synchronizing FPCTheme with the ThemeData and CupertinoThemeData themes;
Renamings:
- "IFPC" abstract entities > FPC abstract entities;
- FPCTextStyle entity > FPCFont entity;
Fixes:
- Fix dark theme of CupertinoAlertDialog;
- Fix dark theme of CupertinoActionSheet.
- Fix snack bar expanded width;
Addings:
- FPCDatePickerMixin;
- FPCDialogMixin;
- FPCExpandedBottomSheetMixin;
- FPCSmallBottomSheetMixin;
- FPCSnackBarMixin;
- FPCTimePickerMixin.
- Update pubspec.
- Fix "Modal" > "BottomSheet" naming.
- Removing useless code snippets.
- Updated README.
Addings:
- FPCDottedButton;
- FPCDisabledWrapper;
- FPCDottedCard;
- FPCDottedSelectCard;
- Snippets repository;
Refactoring:
- Optimization and refactoring of components with different controllers;
- Removed named fields BuildContext, text, icon from static methods and components;
- All linter requirements have been corrected and optimized;
- The FPCOutlineButton component is separated from FPCButton;
- A separate component FPCMaterialScrollbar is highlighted;
- The SelectField component is allocated to a separate directory;
- FPCCircularIndicator and FPCIcon are highlighted in separate widgets with colors;
- Snippets script and new repository;
Renamings:
- Removed "Basic" prefix for basic components;
- "context.component..." > "context.fpc...";
- "Modal" > "BottomSheet";
- "Snackbar" > "SnackBar";
- "SliverNavigationAppBar" > "SliverAppBar";
Other:
- Separate library files for directiories;
- Updated README.
- Folder refactoring;
- Entity states and scopes refactoring;
- FPCNestedWillPopScope.
- Fix FPCAnimatedContainter clipBehavior.
- Folder refactoring;
- FPCAnimation, FPCAnimation;
- FPCAnimatedAlign, FPCAnimatedFastAlign, FPCAnimatedSlowAlign;
- FPCAnimatedDefaultTextStyle, FPCAnimatedFastDefaultTextStyle, FPCAnimatedSlowDefaultTextStyle;
- FPCAnimatedPositioned, FPCAnimatedFastPositioned, FPCAnimatedSlowPositioned;
- FPCAnimatedSize, FPCAnimatedFastSize, FPCAnimatedSlowSize;
- Fix example;
- Fix README.
- Overriding operators for main entities;
- Deleting context properties in basic widgets;
- Fix README.
- State decomposition and optimization;
- FPCAnimatedOpenContainer;
- FPCCupertinoSliverRefreshControl as helper for indicator color;
- Fix shimmers and adding delay;
- Fix gradient configs;
- Fix README.
- Fix available extensions.
- Fix README.
- Fix README;
- Fix platform utils.
- Fix entities classes;
- FPCDateTime, FPCDuration, FPCTimeOfDay;
- Adding FPCTextFormField as helper field for fix bug with errorText.
- Button fixes.
- Select field fixes.
- Small fixes.
- Fixes form fields and haptic.
- Fixes form fields.
- Property colorButton > colorInternal.
- Fixes for mouse behaviors and formatting.
- Fix implementations of entities.
- Fix implementations of entities.
- First debute release.