Skip to content

Commit

Permalink
fix(compass): pub.dev score (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha authored Feb 9, 2024
1 parent 3b54b31 commit b3c0396
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion flutter_map_compass/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [1.0.0] yyyy-mm-dd
## [1.0.1] 2024-02-09

- Fix package score

## [1.0.0] 2024-02-09

- Initial release
- Add `MapCompass`
2 changes: 1 addition & 1 deletion flutter_map_compass/lib/src/utils.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import 'dart:math';

const deg2Rad = pi / 180.0;
const deg2Rad = pi / 180.0;
2 changes: 1 addition & 1 deletion flutter_map_compass/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A simple compass for flutter_map. It shows the rotation of the map
repository: https://github.com/josxha/flutter_map_plugins
issue_tracker: https://github.com/josxha/flutter_map_plugins/issues
topics: [ flutter-map, map ]
version: 1.0.0
version: 1.0.1

environment:
sdk: '>=3.2.5 <4.0.0'
Expand Down

0 comments on commit b3c0396

Please sign in to comment.