javaone199
javaone199
Use case: All photos must have exact size 400 * 600. ``` ImageCropper().cropImage( sourcePath: file.path, maxWidth: 400, maxHeight: 600, aspectRatioPresets: [], uiSettings: [ AndroidUiSettings( lockAspectRatio: true), IOSUiSettings( ), WebUiSettings( context:...
Keep the same file name for croppedFile. For example, /path/employee/john-20240301.jpg. Its cropped file name would be like "image-cropper-12345678.jpg". The cropped file base name should be the same: john-20240301. The file...
When the cropping box is resizing, show its width and height.
`Icon(MdiIcons.fromString(iconName))` No icons are shown for dark_mode, person_add, language and schedule. material_design_icons_flutter: 7.0.7296
Followed the example, and added the script to the index.html for web. ``` class _MyHomePageState extends State { @override Widget build(BuildContext context) { return Scaffold( appBar: AppBar( backgroundColor: Theme.of(context).colorScheme.inversePrimary, title:...
Support postnet barcode which is used by US post service(USPS).