pose 1.0.0 copy "pose: ^1.0.0" to clipboard
pose: ^1.0.0 copied to clipboard

Library for viewing, augmenting, and handling .pose files

example/pose_example.dart

// ignore_for_file: unused_local_variable

import 'dart:io';
import 'dart:typed_data';
import 'package:pose/pose.dart';

void main() {
  File file = File("pose_file.pose");
  Uint8List fileContent = file.readAsBytesSync();
  Pose pose = Pose.read(fileContent);
}
3
likes
0
pub points
0%
popularity

Publisher

verified publisherbipin.app

Library for viewing, augmenting, and handling .pose files

Repository (GitHub)
View/report issues

Topics

#pose

License

unknown (LICENSE)

More

Packages that depend on pose