bluefireteam / bitmap

A Flutter package for manipulating bitmaps
MIT License
176 stars 34 forks source link

The latest version 0.0.6 has no rotation and crop #18

Closed Moyck closed 2 years ago

Moyck commented 4 years ago

I try to introduce through github

bitmap: git: url: https://github.com/renancaraujo/bitmap.git

But the rotateClockwise method reports an error Can you update the new version?

alexanderbelokon-mway commented 4 years ago

Same problem for me.

alexanderbelokon-mway commented 4 years ago

Okay seems to work actually, restarting VS Code after adding the dependency did help:

import 'package:bitmap/bitmap.dart';
import 'package:bitmap/transformations/crop.dart';

cropLTWH(null, 8, 8, 8, 8);
renancaraujo commented 2 years ago

Seems like fixed. If you face this again, feel free to open another issue.