| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-18 | 1.3 kB | |
| v7.27.5 source code.tar.gz | 2026-08-18 | 606.4 kB | |
| v7.27.5 source code.zip | 2026-08-18 | 766.2 kB | |
| Totals: 3 Items | 1.4 MB | 1 | |
Changed
- Bumped
intlfrom^0.20.2to^0.20.3,flutter_local_notificationsfrom^22.2.0to^22.3.0,app_badge_plusfrom^1.3.2to^1.3.4,win32from^6.3.0to^6.4.0, andpatrol(dev) from^4.8.0to^4.9.0- routine compatibility refreshes - Excluded platform build output directories (
build/,android/,ios/,web/,windows/,macos/,linux/) from static analysis inanalysis_options.yaml- keeps the analyzer focused on the package's Dart sources
Fixed
MetroService.discoverCustomCommandsreturning an unawaitedFutureinside its try block - an asynchronous failure fromdiscoverCommandswould escape the surrounding catch instead of surfacing the "Error loading custom commands" console message; the return is now awaited inlib/metro/src/metro_service.dartCollectionViewpassing the deprecatedcacheExtentparameter to its internalListViews - Flutter deprecatedcacheExtentin favour ofscrollCacheExtentafter v3.41.0-0.0.pre. The three list builders inlib/widgets/src/collection_view.dartnow passscrollCacheExtent, converting the widget'sdouble? cacheExtenttoScrollCacheExtent.pixels(...)- the same pixel semantics as before, so the publicCollectionView.cacheExtentAPI is unchanged