This is the repository for iOS, Android and Web applications version of Image-Pixeler which is developed using Flutter development kit and Dart language.
Image Pixeler is a platform to replace pixels, or group of pixels in an image, with other images. The initial idea was developed in Python. Details about the core engine is available at Image-Pixeler's Github repository here. In this project, the main idea is expanded into iOS, Android and Web Applications.
Flutter is an open-source UI software development kit created by Google. It is used to develop applications for Android, iOS, Windows, Mac, Linux, Google Fuchsia and the web. Flutter apps are written in the Dart language and make use of many of the language's more advanced features.
Image Pixeler is developed with Dart programming language using Flutter framework. That means user can run Image Pixeler on iOS and Android devices while experiencing high performance on mobile devices possible. Image Pixeler is also responsive to different devices sizes working in both portrait and landscape modes.
The first step to install the app on your phone, or run it in your computer's simulator or making contribution, is installing Flutter framework and Dart compiler which you can follow Flutter installation guide. Then clone this repository, install dependencies and build the app using the following commands:
git clone https://github.com/aminrd/ImagePixelerApps.git
cd ./ImagePixelerApps/image_pixeler/
flutter pub get
flutter run