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

outdated

A Flutter Package that adds a Magnifying Glass to your App.

magnifier #

This Flutter Plugin allows you to add a Magnifying Glass 🔍 to you Application.

Quickstart #

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Magnifier(
        child: MaterialApp(
      title: 'Flutter Demo',
      home: MyHomePage(title: 'Flutter Demo Home Page'),
    ));
  }
}

Demo #

Properties #

scale #

The amount by which the content below scaled in (Or Zoomed In).

Default Value ==> 1.2 (double)

size #

The size of the Magnifying Glass

Default Value ==> Size(80,80) (Size)

Enabled #

Weather or not to show the Magnifying Glass.

Default Value ==> true (bool)

Limitations #

The package currently does not work on the web because of a bug upstream.

Track it here.

8
likes
0
pub points
22%
popularity

Publisher

verified publisherpreetjdp.dev

A Flutter Package that adds a Magnifying Glass to your App.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on magnifier