myoro_flutter_library 2.0.0
myoro_flutter_library: ^2.0.0 copied to clipboard
A Flutter development toolkit.
Changelog (of major and minor versions) #
1.3.1 #
- Small changes before 2.0.0
1.3.0 #
- fix: Selected Widget button was not hovered when selected in storyboard
- feature:
MyoroMaterialApp.colorSchemeBuilderandMyoroMaterialApp.textThemeBuilder - feature: Make
MyoroMaterialAppsupportGoRouter - refactor:
MyoroTypographyDesignSystem - improvement:
MyoroMaterialApptest - improvement: Remove global
GestureDetectorinMyoroMaterialAppand useTapRegioninstead
1.2.0 #
- improvement: Removed
./lib/themesdirectory and moved contents of it in./lib - improvement: Moved functions that creates the principal
ThemeDatato./lib/functions/theme_data; - improvement:
MyoroColorTheme->MyoroColorDesignSystem - improvement:
MyoroTypographyTheme-->MyoroTypographyDesignSystem - improvement: Created folder
./lib/design_systemplacing the aforementionedMyoroColorDesignSystem&MyoroTypographyDesignSysteminside of it
1.1.0 #
- feature: Set the sdk to
^3.7.2inpubspec.yamlto use with new Dart formatting; - feature: Changelog
- improvement: Remove the
coreandcommonsdirectories placing all of their contents inlib - improvement: Set the line length to 80
- test: Implement all tests (test of
MyoroLocalDatabasewasn't created yet)