bluetooth_obd 0.0.3 copy "bluetooth_obd: ^0.0.3" to clipboard
bluetooth_obd: ^0.0.3 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(),
    ),
  );
}
19
likes
0
pub points
52%
popularity

Publisher

unverified uploader

bluetooth_obd

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on bluetooth_obd