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

outdated

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),
      allowFontScaling: false,
      child: MaterialApp(
        title: 'Flutter Demo',
        theme: ThemeData(
          primaryColor: Color(0xff44D7B6),
          visualDensity: VisualDensity.adaptivePlatformDensity,
        ),
        home: PageIndex(),
      ),
    );
  }
}
9
likes
40
pub points
57%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

exif, flutter, image_editor, image_size_getter

More

Packages that depend on crop_box