bluetooth_obd 0.0.6 copy "bluetooth_obd: ^0.0.6" to clipboard
bluetooth_obd: ^0.0.6 copied to clipboard

bluetooth_obd

example/lib/main.dart

import 'package:flutter/material.dart';
import 'dart:async';

import 'package:provider/provider.dart';

import 'home.dart';
import 'model.dart';

void main() {
  runApp(
    MultiProvider(
      providers: [
        ChangeNotifierProvider(create: (_) => ObdReader()),
      ],
      child: MyApp(),
    ),
  );
}
19
likes
120
pub points
50%
popularity

Publisher

unverified uploader

bluetooth_obd

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on bluetooth_obd