search_list 1.0.0 copy "search_list: ^1.0.0" to clipboard
search_list: ^1.0.0 copied to clipboard

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
25
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package.

Homepage
Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on search_list