ros2_flutter 0.1.0
ros2_flutter: ^0.1.0 copied to clipboard
Flutter widgets for ROS 2 — connection lifecycle, camera views, laser scan rendering and a teleop joystick, built on ros2_client.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ros2_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ros2_flutter: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ros2_flutter/ros2_flutter.dart';