Skip to content

Commit

Permalink
Replace sensors with sensors_plus
Browse files Browse the repository at this point in the history
  • Loading branch information
reidbaker committed Jun 25, 2024
1 parent f59997b commit f785c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'dart:math';

import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:sensors/sensors.dart';
import 'package:sensors_plus/sensors_plus.dart';

// This is on alternate entrypoint for this module to display Flutter UI in
// a (multi-)view integration scenario.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
sdk: flutter
provider: ^6.0.2
url_launcher: ^6.0.6
sensors: ^2.0.3
sensors_plus: ^5.0.1

dev_dependencies:
analysis_defaults:
Expand Down

0 comments on commit f785c19

Please sign in to comment.