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

outdated

Development tool that helps you make your flutter application "pixel perfect"

pixel_perfect #

Add semi transparent image to your screen.

demo

Getting started #

Add animated_theme_switcher in your pubspec.yaml dependencies.

dependencies:
 pixel_perfect: any

How To Use #

Add assets folder with images to your pubspec.yaml

  uses-material-design: true
  assets:
    - assets/

Import the following package in your dart file

import 'package:pixel_perfect/pixel_perfect.dart';
  return PixelPerfect(
    image: 'assets/design.png', // path to your asset image
    offset: Offset(0, 0)  // optional argument if you need to move image
    child: Scaffold()
  )
220
likes
0
pub points
92%
popularity

Publisher

verified publisherkherel.com

Development tool that helps you make your flutter application "pixel perfect"

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on pixel_perfect