/resizrr

Mobile app to square images by adding padding around it.

Primary LanguageDartMIT LicenseMIT

Resizrr

Mobile app to crop images.

Frame 16

Screens

OnboardingScreen FifthScreen ThirdScreen
FourthScreen SixthScreen

📐 How to set-up this project on local machine?

  • Fork this project

  • Then clone the forked project by

    git clone github.com/<username>/resizrr

  • once cloned, open this project in your favorite code-editor and run: flutter pub get

  • Wohoo!! now you can now run this project on your emulator or physical device just do flutter run

❓ What is the real-world problem this project is solving?

Whenever we upload a photo on instagram, Whatsapp dp ,linkedin or on any website which accepts a square image the photos gets cropped. To solve this problem there are lot of apps on google play which does this but most of them are either filled with annoying ads or are very big in size and this is the problem this project is trying to solve. I wanted to create an app which has most used features of these squaring apps with no-ads and light weight.

If you like this project, don't forget to give it a star ⭐ and fork this project.

🎉Upcoming features

  • Dark mode

  • Collage feature

    You can request the features you want on issues section. Just create a new issue and we will add it in the feature list. Also there is a discussion section where you can discuss with other folks about this project.

Are you new to Flutter?

You can get started with flutter from these resources:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.