carp_movesense_flutter 0.1.0 copy "carp_movesense_flutter: ^0.1.0" to clipboard
carp_movesense_flutter: ^0.1.0 copied to clipboard

CARP Movesense Flutter Plugin

example/lib/main.dart

// Contains the Flutter entry point for the CARP Movesense tester example.
//
// Parts:
// - `main`, which starts the routed Material app.

import 'package:flutter/material.dart';

export 'src/app/movesense_app.dart';

import 'src/app/movesense_app.dart';

/// Starts the CARP Movesense tester example application.
void main() {
  runApp(const MyApp());
}