Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Sep 13, 2024
1 parent dea858d commit 15eb331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/lib/vector_map_tiles_pmtiles/page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ const String tileSource =
'https://raw.githubusercontent.com/protomaps/PMTiles/main/spec/v3/protomaps(vector)ODbL_firenze.pmtiles';

class VectorMapTilesPmTilesPage extends StatelessWidget {
VectorMapTilesPmTilesPage({super.key});

/// The theme specifies the look of the rendered map.
///
/// Note: Styles from Mapbox, OpenMapTiles and others and not compatible
Expand All @@ -24,8 +26,6 @@ class VectorMapTilesPmTilesPage extends StatelessWidget {

final _futureTileProvider = PmTilesVectorTileProvider.fromSource(tileSource);

VectorMapTilesPmTilesPage({super.key});

@override
Widget build(BuildContext context) {
return Scaffold(
Expand Down

0 comments on commit 15eb331

Please sign in to comment.