An open API service indexing awesome lists of open source software.

https://github.com/thatlinuxguyyouknow/blur_from_scratch

Blurring Algorithm implemented from scratch with convolutions
https://github.com/thatlinuxguyyouknow/blur_from_scratch

Last synced: over 1 year ago
JSON representation

Blurring Algorithm implemented from scratch with convolutions

Awesome Lists containing this project

README

          

# Blur from scratch🚧

[![Dart](https://img.shields.io/badge/language-Dart-blue.svg)](https://www.dartlang.org/)
[![Flutter](https://img.shields.io/badge/Flutter-blue.svg)](https://flutter.dev/)
[![Image Picker](https://img.shields.io/pub/v/image_picker.svg)](https://pub.dev/packages/image_picker)

## Description

This Flutter project is a starting point for blurring images. It uses the `image_picker` package to allow users to select images from their gallery.

## Core Technologies

* Dart
* Flutter
* image_picker

## Mobile App Details

### Installed Packages

* `flutter`
* `cupertino_icons`
* `image_picker`