empathetech_flutter_ui 1.1.4 copy "empathetech_flutter_ui: ^1.1.4" to clipboard
empathetech_flutter_ui: ^1.1.4 copied to clipboard

A Flutter package for fast, high quality UI development

Changelog #

All notable changes to this project will be documented in this file.

[1.1.4] - 2023-03-31 #

Fixed #

  • File name bugs... as it turns out OS X is case-aware, but not sensitive
    • Which is ridiculous

[1.1.3] - 2023-03-31 #

Updated #

  • Alerts to Future
  • Context to non-named param

[1.1.2] - 2023-03-31 #

Updated #

  • ez scaffold, fixed warning
  • imports

[1.1.1] - 2023-03-31 #

Updated #

  • ez scaffold to a class
  • variable names for readability
  • ez button to a class
  • all setting.dart files
  • text forms

Added #

  • ez text
  • automatic end drawer conversion
  • Navigator helper functions

[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
    • Shoutout 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)

[1.0.3] - 2023-03-13 #

Added #

  • Github action environment

[1.0.2] - 2023-03-13 #

Added #

  • Publishing github action

[1.0.1] - 2023-03-13 #

Added #

  • Path version to 1.8.2 for compatibility

[1.0.0] - 2023-03-11 #

Added #

  • Functional code
  • Minimal documentation

The format is based on Keep a Changelog