three_dart_image_version_fix 0.0.17 copy "three_dart_image_version_fix: ^0.0.17" to clipboard
three_dart_image_version_fix: ^0.0.17 copied to clipboard

three_dart workaround to make package depend on image 4.x.x instead of 3.x.x. Implementation on https://github.com/Omnee-Technologies/three_dart/tree/main

example/lib/main.dart

// import 'package:example/multi_views.dart';
import 'package:flutter/material.dart';
import 'example_app.dart';

void main() {
  runApp(const ExampleApp());
  // runApp(MaterialApp(home: multi_views(fileName: 'multi_views'),));
  // runApp(MaterialApp(home: misc_controls_arcball(fileName: 'misc_controls_arcball'),));
  // runApp(MaterialApp(home: webgl_loader_gltf_test(fileName: 'webgl_loader_gltf_test'),));
}
1
likes
100
points
187
downloads

Publisher

unverified uploader

Weekly Downloads

three_dart workaround to make package depend on image 4.x.x instead of 3.x.x. Implementation on https://github.com/Omnee-Technologies/three_dart/tree/main

Documentation

API reference

License

MIT (license)

Dependencies

crypto, ffi, flutter, flutter_gl, http, image, meta, three_dart_jsm_image_version_fix, universal_html

More

Packages that depend on three_dart_image_version_fix