darkstorm_common 1.0.0-pre.5 copy "darkstorm_common: ^1.0.0-pre.5" to clipboard
darkstorm_common: ^1.0.0-pre.5 copied to clipboard

Common widgets and utilities for my apps

Changelog #

1.0.0-pre.5 #

  • Fixed the top nav item not displaying right.
    • Frame.floatingNav now disappears when the nav drawer is open

1.0.0-pre.4 #

  • Use some key trickery to update nav items for Frame. (hopefully this works)

1.0.0-pre.3 #

  • TopResources.globalDuration is no longer final so it can be set. (this is the entire reason I seperated TopResources from TopInherit).

1.0.0-pre.2 #

  • Changed TopInherit to a seperate class with TopResources as a mixin to hold the actual resources.

1.0.0-pre.1 #

  • Initial Release