PUBDEV
worksheet_formula v0.2.0
A standalone formula engine for spreadsheet-like calculations in Dart. Excel/Google Sheets compatible parsing, 43 built-in functions, dependency tracking, and custom function registration.
PUBDEV
flutter_data_grid v0.0.7
High-performance, reactive data grid for Flutter with virtualization, sorting, filtering, cell editing, row selection, column pinning, and keyboard navigation.
REDDIT
Flutter doesn't have any proper downloader package and its irritating
Thereâs only one maintained Flutter downloader (bbflight), and even that loses all progress if the app is killed. Why should a user who downloaded 80% restart from 0? Thatâs not acceptable UX in 2...