flutter_al 0.2.0 copy "flutter_al: ^0.2.0" to clipboard
flutter_al: ^0.2.0 copied to clipboard

Flutter bindings to OpenAL-Soft: 3d audio, hrtf, recording, and more.

example/lib/main.dart

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

void main() {
  runApp(const FlutterAlExample());
}

class FlutterAlExample extends StatelessWidget {
  const FlutterAlExample({Key? key}) : super(key: key);

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(
      home: ExampleScreen(),
    );
  }
}
4
likes
150
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter bindings to OpenAL-Soft: 3d audio, hrtf, recording, and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

ffi, flutter

More

Packages that depend on flutter_al