nui_core 0.0.20
nui_core: ^0.0.20 copied to clipboard
A new Flutter package.
0.0.1 28th Oct 2020 #
Initial release
0.0.2 28th Oct 2020 #
Updated NUIBottomNavPager to render the child content only upon selected, else render a loading page before selection
0.0.3 28th Oct 2020 #
Minor fixes on NUIBottomNavPager
0.0.4 29th Oct 2020 #
Added NUIHeaderTabView for complex collapsible headers with tab content that might be inner scrollable
0.0.5 29th Oct 2020 #
Fixed NUIBoxDecoration shadow offset null pointer
0.0.6 29th Oct 2020 #
Fixed NUIColors NUITransparent
0.0.7 29th Oct 2020 #
Change the method calling sequence to call Configs reading first before running pre-app task
0.0.8 29th Oct 2020 #
Updated NUIApp to trigger Configs reading first before going into add on tasks
0.0.9 29th Oct 2020 #
Minor updates on NUIListInterface
0.0.10 29th Oct 2020 #
Fixes for NUIListInterface
0.0.11 30th Oct 2020 #
Added a new NUIEntType of LIST MAP for list of map
0.0.12 30th Oct 2020 #
Added withOverlapsAbsorber attribute to NUIAnimatedHeaderList
0.0.13 30th Oct 2020 #
Updated NUIAnimatedHeaderList with new logs for debugging
0.0.14 31th Oct 2020 #
Removed scroll controller for NUIAnimatedHeaderList if withOverlapsAbsorber is enabled
0.0.15 31th Oct 2020 #
Added on scroll method to listen to scroll updates
0.0.16 31th Oct 2020 #
Removed ScrollController for NUIListInterface and enhanced using the NotificationListener as ScrollController does not work with SliverOverlapsAbsorber
0.0.17 31th Oct 2020 #
Added reachedEnd attribute to stop pagination loading if the end has reached
0.0.18 31th Oct 2020 #
Added NUITabHeaderPager view component
0.0.19 31th Oct 2020 #
Added NUITheme for Dark and Light mode
0.0.20 31th Oct 2020 #
Minor fixes for NUITheme implementation