polo_package 0.0.4 copy "polo_package: ^0.0.4" to clipboard
polo_package: ^0.0.4 copied to clipboard

A Flutter package for VW Polo 3D View.

Features #

This package let's you add 3D model of VW polo render to your project.

Screenshots #

Screenshot

Render #

Screenshot

How to use #

Installation

Add polo_package: to your pubspec.yaml dependencies then run flutter pub get

 dependencies:
  polo_package: ^0.0.4

Import

Add this line to import the package.

import 'package:polo_package/polo_package.dart';

Widget PoloWidget can be used in your project to show 3D rendering of a VW Polo car, which is also interactive (supports zoom, drag, scroll). And you can change height, width, color and progress color of the widget.

Use of widget PoloWidget.

Scaffold(
    body: Center(
      child: PoloWidget(
        height: 200,
        width: double.infinity,
        color: Colors.blue,
      ),
    ),
),

Thanks visiting ❤️ #

1
likes
100
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for VW Polo 3D View.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_3d_controller

More

Packages that depend on polo_package