ailink_food_probe 0.0.3 copy "ailink_food_probe: ^0.0.3" to clipboard
ailink_food_probe: ^0.0.3 copied to clipboard

AiLink Probe and Probe Box Protocol Data Processing.

example/lib/main.dart

import 'package:ailink_food_probe_example/pages/page_probe_box_device.dart';
import 'package:ailink_food_probe_example/pages/page_probe_box_with_screen_device.dart';
import 'package:ailink_food_probe_example/pages/page_probe_device.dart';
import 'package:ailink_food_probe_example/utils/constants.dart';
import 'package:ailink_food_probe_example/pages/page_home.dart';
import 'package:flutter/material.dart';
import 'package:flutter_blue_plus/flutter_blue_plus.dart';

void main() {
  FlutterBluePlus.setLogLevel(LogLevel.verbose, color: true);
  runApp(MaterialApp(
    initialRoute: page_home,
    routes: {
      page_home: (context) => const HomePage(),
      page_probe_box_device: (context) => const ProbeBoxDevicePage(),
      page_probe_box_with_screen_device: (context) => const ProbeBoxWithScreenDevicePage(),
      page_probe_devce: (context) => const ProbeDevicePage(),
    },
  ));
}
1
likes
130
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

AiLink Probe and Probe Box Protocol Data Processing.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ailink, flutter, plugin_platform_interface

More

Packages that depend on ailink_food_probe

Packages that implement ailink_food_probe