Skip to content

Commit

Permalink
Upgraded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
YarosMallorca committed Nov 1, 2024
1 parent cadb006 commit e7178ff
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions lib/layouts/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -241,15 +241,15 @@ class _HomeLayoutState extends State<HomeLayout> with TickerProviderStateMixin {
userAgentPackageName: 'com.yarosfpv.dji_mapper',
subdomains: const ['mt0', 'mt1', 'mt2', 'mt3']),
PolygonLayer(polygons: [
Polygon(
points: listenables.polygon,
color: Theme.of(context)
.colorScheme
.primary
.withOpacity(0.3),
isFilled: true,
borderColor: Theme.of(context).colorScheme.primary,
borderStrokeWidth: 3),
if (listenables.polygon.length > 1)
Polygon(
points: listenables.polygon,
color: Theme.of(context)
.colorScheme
.primary
.withOpacity(0.3),
borderColor: Theme.of(context).colorScheme.primary,
borderStrokeWidth: 3),
]),
PolylineLayer(polylines: [
listenables.flightLine ?? Polyline(points: [])
Expand Down
2 changes: 1 addition & 1 deletion macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SPEC CHECKSUMS:
dynamic_color: 2eaa27267de1ca20d879fbd6e01259773fb1670f
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
geolocator_apple: 72a78ae3f3e4ec0db62117bd93e34523f5011d58
package_info_plus: fa739dd842b393193c5ca93c26798dff6e3d0e0c
package_info_plus: f5790acc797bf17c3e959e9d6cf162cc68ff7523
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
url_launcher_macos: 5f437abeda8c85500ceb03f5c1938a8c5a705399

Expand Down
2 changes: 1 addition & 1 deletion packages/dji_waypoint_engine/lib/engine.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library dji_waypoint_engine;
library;

export 'src/enums.dart';
export 'src/action_function_parameters.dart';
Expand Down
2 changes: 1 addition & 1 deletion packages/litchi_waypoint_engine/lib/engine.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library litchi_waypoint_engine;
library;

export 'src/enums.dart';
export 'src/waypoint.dart';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -820,5 +820,5 @@ packages:
source: hosted
version: "6.5.0"
sdks:
dart: ">=3.4.0 <4.0.0"
dart: ">=3.5.0 <4.0.0"
flutter: ">=3.22.0"

0 comments on commit e7178ff

Please sign in to comment.