acr_cloud_sdk 2.0.2 copy "acr_cloud_sdk: ^2.0.2" to clipboard
acr_cloud_sdk: ^2.0.2 copied to clipboard

This is an unofficial ACR Cloud SDK to recognize sound and music influtter

example/lib/main.dart

import 'package:acr_cloud_sdk_example/utils/log.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';

import 'package:hooks_riverpod/hooks_riverpod.dart';

import 'utils/theme.dart';
import 'views/home_page.dart';

void main() {
  Log.init(kReleaseMode);
  runApp(ProviderScope(child: MyApp()));
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    overrideDeviceColors();
    return MaterialApp(
      title: 'SoundCheck',
      debugShowCheckedModeBanner: false,
      theme: themeData(context),
      home: HomePage(),
    );
  }
}
31
likes
150
points
81
downloads

Publisher

verified publishercodenka.com

Weekly Downloads

This is an unofficial ACR Cloud SDK to recognize sound and music influtter

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, permission_handler

More

Packages that depend on acr_cloud_sdk