plex 0.2.7
plex: ^0.2.7 copied to clipboard
PLEX is Flutter UI framework for enterprise apps with pre-built components and best practices for efficient development in addition with many built in widgets
0.2.7 #
- Fix exception when show message and widget is expired or unmounted
0.2.6 #
- Add
copyToClipboard('Your Text', showCopiedInfo = true)function. Second argument is optional
0.2.5 #
- Add
PlexDataTableWithPageswidget. With this widget you can display large amount of data. Usage is same asPlexDataTable
0.2.4 #
- Make Dashboard
NavigationRailscrollable
0.2.3 #
- Navigate to other dashboard screen by using
PlexApp.app.dashboardConfig?.navigateOnDashboard(index: 0); - Make version not visible if not given. Previously displaying
null
0.2.2 #
- Dropdown field show preselection highlighted
- Print button can be hide in
PlexDataTableby usingenablePrintjust likeenableSearch
0.2.1 #
- Move
appLogo,appLogoDarkandinitialRoutetoPlexAppInfo - Add
SideNavigationheader
0.2.0 #
- More than
5menu items will be clubbed inMobile-Viewand when user can navigate there by clickMorebutton - Add
UserIconson top right of dashboard screen with name. Name will be hidden on small screens.
0.1.9 #
- Add
enableSerachcontrol inPlexDataTableto hide and show the search controls - Add
PlexAppInfoin thePlexApp. UseappInfoinsteadtitlein thePlexApp - Add version info in
PlexLoginScreenandPlexDashboardScreentop right menu - Add
debugUsernameanddebugPasswordfield inPlexLoginConfig, sousernameandpasswordfield appears pre-filled in debug mode for testing only
0.1.8 #
- Add
onLogoutCallback inPlexAppfor post logout operations i.e. deleting some data etc
0.1.7 #
- Add
columnSpacingStyle InPlexDataTable
0.1.6 #
- Fix Bug In
PlexWidget
0.1.5 #
- Formatting Code
- Remove Redundant Imports
0.1.4 #
- Fix Bug
0.1.3 #
- Fix PlexNetworking Bugs
0.1.2 #
- Updates in UI and Improvements
- Add Networking in the Library
0.1.1 #
- Update UI and Improvements
- Update Documentations
0.1.0 #
- Updates in
PlexDataTable - Bug Fixes and Improvements in
UI - Update dependencies to the latest available
0.0.9 #
- Update
PlexInputWidgetproperties - Make
Plexusable without usingPlexApp
0.0.8 #
- Add more documentations
- Updates and minor bug fixes
0.0.7 #
- Add documentations
- Update packages to latest versions
- Add examples to the code
- Add licence
0.0.6 #
- Major updates on design and theming
- Added
Material-3in app - Add
Dark Modein the application - And many bug improvements and updates
0.0.5 #
- Add
InputActionin thePlexInputWidget. By default, it will go to next text field.
0.0.4 #
- Fix bug in
PlexDataPicker, crashes app when clear date if it's not already selected
0.0.3 #
- Fix
itemAsStringand mark it as not required
0.0.2 #
- Add default implementation for item as string
- Add default parameter names for callback functions
0.0.1 #
- Initial Build