Skip to content

Commit

Permalink
export sensor widget
Browse files Browse the repository at this point in the history
  • Loading branch information
njooma committed Aug 2, 2023
1 parent e9baed6 commit 1aac01f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/viam_example_app/lib/screens/sensor.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:flutter/material.dart';
import 'package:flutter_platform_widgets/flutter_platform_widgets.dart';
import 'package:viam_sdk/viam_sdk.dart';
import 'package:viam_sdk/widgets/resources/sensor.dart';
import 'package:viam_sdk/widgets.dart';

class SensorScreen extends StatelessWidget {
final Sensor sensor;
Expand Down
1 change: 1 addition & 0 deletions lib/widgets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export 'widgets/camera_stream.dart';
export 'widgets/joystick.dart';
export 'widgets/resources/base.dart';
export 'widgets/resources/board.dart';
export 'widgets/resources/sensor.dart';

0 comments on commit 1aac01f

Please sign in to comment.