zweidenker_heinzelmen library

Classes

AppVersion
Shows the AppVersion String as Major.Minor.Patch.Build Number based on the output of getVersionInfo
CustomTabsOptions
FeatureToggle
A toggle class to check if a feature is enabled.
LinkLauncher
Wrapper class for opening url's inside apps
SafariViewControllerOptions

Mixins

SimpleLoaderMixin<W extends StatefulWidget, D>
A mixin for States to provide simple Loading Logic with data and error accessors

Functions

getVersionInfo() Future<String>
Gets the Version Number with an unscrambled Build Number The scrambling of the version is used bei the ZWEIDENKER CI Pipelines The generation is: Major * 100000000 + Minor * 1000000 + Patch * 10000 + uniqueBuildNumber