Skip to content

Commit

Permalink
fix(fmCache) add web as supported platform (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha authored Feb 10, 2024
1 parent b3c0396 commit 9a352a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions flutter_map_cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.4.4] 2024-02-10

- Add web as supported platform
- Update README

## [1.4.3] 2024-02-06

- Fix: `CachedTileProvider.dio` had its `BaseOptions`
Expand Down
2 changes: 1 addition & 1 deletion flutter_map_cache/lib/src/cached_tile_provider.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'dart:io';
import 'dart:io' if (dart.library.html) 'dart:html';

import 'package:dio/dio.dart';
import 'package:dio_cache_interceptor/dio_cache_interceptor.dart';
Expand Down

0 comments on commit 9a352a1

Please sign in to comment.