Skip to content

Latest commit

 

History

History
131 lines (73 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

131 lines (73 loc) · 1.65 KB

4.0.2 - 2023-06-30

  • Fix topics

4.0.1 - 2023-06-30

  • Update README.md
  • Refactoring

4.0.0 - 2023-05-13

Changed

  • Dart 3.0.0 ready

3.2.0 - 2022-05-19

Fixed

  • Linux is desktop platform now

3.1.0 - 2021-05-29

Added

  • Extensions for enums BuildMode, HostPlatformType, OperatingSystem

3.0.0 - 2021-03-27

Changed

  • Non nullable ready
  • Refactoring

3.0.0-nullsafety.2 - 2021-03-24

Added

  • Add some badges

3.0.0-nullsafety.1 - 2021-02-19

Changed

  • Non nullable ready

2.2.0 - 2020-11-20

Changed

  • Add when feature

2.1.0 - 2020-10-18

Changed

  • Fix kListOSWithCupertinoDesign constant and isCupertino flag

2.0.1 - 2020-09-06

Added

  • Add getters:
    • isWeb - Is a web-based applications
    • isIO - Is a I/O supporting for non-web applications

2.0.0 - 2020-08-28

Added

  • Add global getter platform
  • operating system check
  • Three short form to access the instance of Platform
    • Platform.instance
    • Platform.I
    • platform

Changed

  • refactoring and new lints (pedantic + effective dart)

Removed

  • Removed toJson() method from Platform
  • Remove default factory Platform()

1.1.1+3 - 2020-04-25

Changed

  • Fix analysis options

1.1.1+2 - 2020-04-25

Removed

  • Disable most dev dependencies

1.1.1+1 - 2020-04-23

Added

  • Add logo image

1.1.1 - 2020-04-23

Added

  • Cashed flags
  • Add toJson() method

1.1.0 - 2020-04-23

Added

  • Add new flags:
    • isDesktop
    • isMaterial
    • isCupertino

1.0.1 - 2020-04-22

Changed

  • Update badge and readme

1.0.0 - 2020-04-22

Added

  • Initial Version of the library.