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

outdated

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: (_) => Counter()),
      ],
      child: MyApp(),
    ),
  );
}
20
likes
0
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

bluetooth_obd

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on bluetooth_obd

Packages that implement bluetooth_obd