crop_box 1.0.2 copy "crop_box: ^1.0.2" to clipboard
crop_box: ^1.0.2 copied to clipboard

A component that can be tailored for a variety of materials.Widget for Clip.

example/lib/main.dart

import 'package:example/index.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'dart:ui';
import 'package:flutter_screenutil/flutter_screenutil.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return ScreenUtilInit(
      designSize: Size(750, 1334),
      builder: () {
        return MaterialApp(
          title: 'Flutter Demo',
          theme: ThemeData(
            primaryColor: Color(0xff44D7B6),
            visualDensity: VisualDensity.adaptivePlatformDensity,
          ),
          home: PageIndex(),
        );
      },
    );
  }
}
9
likes
120
pub points
61%
popularity

Publisher

unverified uploader

A component that can be tailored for a variety of materials.Widget for Clip.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

exif, flutter, image_editor, image_size_getter

More

Packages that depend on crop_box