large_content_viewer 0.1.0
large_content_viewer: ^0.1.0 copied to clipboard
A Flutter widget that mimics the iOS Large Content Viewer behavior, showing a magnified view of its child on long-press, useful for accessibility large text sizes. Works on both iOS and Android.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add large_content_viewerWith Flutter:
$ flutter pub add large_content_viewerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
large_content_viewer: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:large_content_viewer/large_content_viewer.dart';