From 1e6af5fc35e7757fcaa8a0a9d7a10b703f3bc474 Mon Sep 17 00:00:00 2001 From: Giacomo Sassaro Date: Tue, 23 Jul 2024 14:31:22 +0200 Subject: [PATCH] rename library turf_circle --- lib/circle.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/circle.dart b/lib/circle.dart index 4d137d6..f6df875 100644 --- a/lib/circle.dart +++ b/lib/circle.dart @@ -1,4 +1,4 @@ -library turf_transform; +library turf_circle; export 'package:geotypes/geotypes.dart'; export 'src/circle.dart';