paper_3d 1.2.6 copy "paper_3d: ^1.2.6" to clipboard
paper_3d: ^1.2.6 copied to clipboard

A faux 3d asset rendering utility for flutter based on Stack, Container and Transformation Widgets.

A faux 3d asset rendering utility for flutter based on Stack, Container and Transformation Widgets.

It's not mature enough to be used as a general purpose framework, but can serve as a basis for anyone who wants to achieve similar things.

To examine a typical use please look into https://github.com/Zira-Games/paper-3d-sample repo.

Make sure to run add the following snippet in your main function before use.

void main() {
  final previousCheck = Provider.debugCheckInvalidValueType;
  Provider.debugCheckInvalidValueType = <T>(T value) {
    if (value is BehaviorSubject) return;
    previousCheck!<T>(value);
  };
  
  // ...
  
}

0
likes
40
points
72
downloads

Publisher

unverified uploader

Weekly Downloads

A faux 3d asset rendering utility for flutter based on Stack, Container and Transformation Widgets.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

bloc, collection, equatable, flutter, flutter_bloc, flutter_gl, flutter_stream_listener, provider, rxdart, state_machine_animation, three_dart, uuid, vector_math

More

Packages that depend on paper_3d