oscarnar / image_manipulation

Little app to show image manipulation in Flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image manipulation

This repo shows how to manipulate images in Flutter using Image package. In order to manipulate pixel by pixel, naiveBlur() function is created.

Installation

  • Check if you are in the stable channel of flutter SDK and the version v2.14.0 or higher. Instruction to change flutter channel.
  • Clone the repo
    git clone https://github.com/oscarnar/image_manipulation.git
  • And then we can use the normal build and run procedure
    flutter pub get
    flutter run

Screenshots

App view Original Result

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

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

About

Little app to show image manipulation in Flutter


Languages

Language:Dart 37.2%Language:CMake 27.6%Language:C++ 15.5%Language:HTML 15.0%Language:C 2.6%Language:Swift 1.5%Language:Kotlin 0.5%Language:Objective-C 0.1%