empathetech_flutter_ui 4.1.1 empathetech_flutter_ui: ^4.1.1 copied to clipboard
Build apps for anyone. EFUI makes building user accessible and customizable apps Ez. So everyone can enjoy your great idea!
Changelog #
All notable changes to this project will be documented in this file.
[4.1.1] - 2023-10-08 #
Updated #
- Asset file extensions
- l10n file names for consistency
- NOT a breaking change
[4.1.0] - 2023-10-07 #
Updated #
Create git release
section of Jenkinsfile- Reverted the line length to 80
- Fixed http links in README
- Renamed EFUILocalizations to EFUIPhrases and AppLocalizations to Phrases
- Minor breaking changes
[4.0.0] - 2023-10-07 #
Updated #
- File structure
- Removed EzApp and made EzAppProvider
- Split enums into their own folder
- Pre-existing release check in the Jenkinsfile
- README
- Alot
- Renamed EzDialog to EzAlertDialog
- Removed EzYesNo and created ezAlertActions
- Project line length to 99
- Semantics
- Alot
- Many references to "default" were updated to "empathetech"
- Parameters (minor breaks)
- Renamed EzColorSetting.message to EzColorSetting.name
- Renamed BackgroundColor -> PageColor
- Renamed ParagraphSpacing to TextSpacing
Added #
- Example app
- Español (and localizations infrastructure)
- More comments
- EzBackAction
- EzLayoutSwitch
- EzResetButton
Removed #
- Unused and/or unverified classes
- EzNotifications (will return)
- Eb2Casa
[3.1.2] - 2023-08-26 #
[3.1.1] - 2023-08-15 #
[3.1.0] - 2023-08-11 #
Updated #
- Spacer settings previews
- EzLink && EzWebLink
- Simplified creation and requiring semantics
- Image wrappers to require semantics for screen readers
- Semantics updates create minor breaks, hence the middle integer update
Added #
- Button alignment options to the video player
- Click and drag to EzScreen
- Router options for EzApp
[3.0.2] - 2023-08-08 #
[3.0.1] - 2023-05-16 #
Updated #
- EzSpacer, added a .swap constructor for space constrained screens
- Default styling: paragraph spacing, card accent color
[2.0.0] - 2023-04-16 #
[1.1.4] - 2023-03-31 #
Fixed #
- File name bugs... turns out OSX is case-aware, but not case-sensitive
[1.1.1] - 2023-03-31 #
[1.1.0] - 2023-03-15 #
Updated #
- Base dart file to be an exporter
- Custom widgets to use required parameters
- For better readability on import/usage, without the overhead of making custom classes
- Streamlined theme/styling for a "code it once" build style
- Material first, Cupertino is built from what is found
- Also streamlined some of the custom widgets via new enum parameters
- Commenting and documentation
- Shout out to ChatGPT for making this a lot faster than solo-developing (at time of writing)
[1.0.4] - 2023-03-14 #
Updated #
- Release strategy; good ol' fashioned shell scripts >> GitHub Actions (in this use case)