Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalambas committed Jul 8, 2024
1 parent dd366ad commit b9dae16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/atlas/lib/atlas.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ export 'src/polyline.dart';
export 'src/provider.dart';
export 'src/rectangle_2d.dart';
export 'src/screen_coordinate.dart';
export 'src/screen_shot/screen_shot_options.dart';
export 'src/screen_shot/viewpoint.dart';
export 'src/track_playback.dart';
1 change: 0 additions & 1 deletion packages/atlas/lib/src/atlas_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import 'dart:async';
import 'dart:typed_data';

import 'package:atlas/atlas.dart';
import 'package:atlas/src/screen_shot/screen_shot_options.dart';
import 'package:flutter/widgets.dart';

/// `AtlasController` allows developers to manipulate `Atlas` after the map has been initialized.
Expand Down

0 comments on commit b9dae16

Please sign in to comment.