om_data_grid 0.0.15
om_data_grid: ^0.0.15 copied to clipboard
A powerful, customizable, and high-performance data grid for Flutter apps, with support for advanced filtering, sorting, grouping, and charting.
0.0.15 #
- Unified Theme Integration: Applied the
OmDataGridThemesystem to all popups and dialogs, includingColumnChooserPopup,FormulaBuilderDialog, andDeleteConfirmation. - Dark Mode Optimization: Enhanced visibility and contrast for input fields and search bars when using dark themes.
- Improved Positioning: Fixed context menu positioning to accurately track cursor and long-press coordinates.
- Bug Fixes: Resolved property naming inconsistencies and missing asset errors in the chart sidebar.
0.0.14 #
-
Cascading Theming System: Simplified grid styling by allowing users to set base colors (
gridBackgroundColor,gridForegroundColor,gridBorderColor,primaryColor) which automatically cascade to over 50+ individual UI components. -
change style of the title in quick filter bar
0.0.12 #
- Replaced
open_file_pluswithurl_launcherto improve platform support. - Replaced
file_pickerwithfile_selectorfor better Wasm compatibility. - Migrated from
universal_htmltopackage:webfor full Wasm support. - Improved file export and viewing logic across all platforms.
0.0.11 #
- update min dart sdk to 2.19
0.0.10 #
- Replace
open_file_pluswithurl_launcherfor better desktop support. - Replace
file_pickerwithfile_selectorfor improved cross-platform compatibility. - Fix Wasm compatibility by abstracting
dart:isolateusage. - Improve platform-specific code isolation.
0.0.8 #
- Fix platform support issues for Android, iOS, Windows, Linux, macOS, and Web.
- Improve Web compatibility by isolating
dart:ioandopen_file_pluslogic. - Isolate
file_pickerusage to resolve analyzer warnings on some platforms.
0.0.7 #
- update class names
0.0.6 #
- update to last versions of packages
0.0.5 #
- Fix static analysis issues.
- Update documentation.
0.0.4 #
- Improve grid performance.
- Fix minor bugs in filtering.
0.0.1 #
- Initial release of
om_data_grid. - Core DataGrid implementation.
- Features included: filtering, sorting, grouping, charting, and more.