rotated_view 1.0.1 copy "rotated_view: ^1.0.1" to clipboard
rotated_view: ^1.0.1 copied to clipboard

discontinued

A new Flutter package.

Flutter Rotated View #

A widget which can be rotated and can have virtual inertia and drag or a sensor that controls its rotation

Installation #

Add rotated_view as a dependency in your pubspec.yaml file (how?).

Import Rotated View:

import 'package:rotated_view/rotated_view.dart';

usage #

Given a child Widget :

@override
Widget build(BuildContext context) {
  return Container(
    child: RotatedView(
      child: AssetImage("assets/Nightmare_MYS.png"),
    )
  );
}

Result:

More screenshots #

0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

aeyrium_sensor, flutter

More

Packages that depend on rotated_view