Commit e81e600
fix(storage): revert to http_parser import for MediaType
MediaType is only exported by package:http_parser/http_parser.dart,
not by package:http/http.dart. The analyzer warning about
unnecessary_import is a false positive in this case.
This reverts the previous changes that attempted to import MediaType
from the http package, which caused compilation errors.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 5229d2b commit e81e600
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments