paper_3d

Last updated:

0 purchases

paper_3d Image
paper_3d Images
Add to Cart

Description:

paper 3d

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);
};

// ...

}

copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.