Skip to content

Commit

Permalink
change data back to the original repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Roux committed Apr 3, 2021
1 parent 4ef0b0b commit 0f318a0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# ImagePickerWebRedux
# ImagePickerWeb

[![Issues](https://img.shields.io/github/issues/TesteurManiak/image_picker_web_redux)](https://github.com/TesteurManiak/image_picker_web_redux/issues)
[![Forks](https://img.shields.io/github/forks/TesteurManiak/image_picker_web_redux)](https://github.com/TesteurManiak/image_picker_web_redux/network/members)
[![Stars](https://img.shields.io/github/stars/TesteurManiak/image_picker_web_redux)](https://github.com/TesteurManiak/image_picker_web_redux/stargazers)
[![Pub Version](https://img.shields.io/pub/v/image_picker_web_redux?color=blue&logo=dart)](https://pub.dev/packages/image_picker_web_redux)

**This is a fork from the original [image_picker_web](https://pub.dev/packages/image_picker_web) from [Ahmadre](https://github.com/Ahmadre) which is discontinued.**
[![Issues](https://img.shields.io/github/issues/Ahmadre/image_picker_web)](https://github.com/Ahmadre/image_picker_web/issues)
[![Forks](https://img.shields.io/github/forks/Ahmadre/image_picker_web)](https://github.com/Ahmadre/image_picker_web/network/members)
[![Stars](https://img.shields.io/github/stars/Ahmadre/image_picker_web)](https://github.com/Ahmadre/image_picker_web/stargazers)
[![Pub Version](https://img.shields.io/pub/v/image_picker_web?color=blue&logo=dart)](https://pub.dev/packages/image_picker_web)

This Web-Plugin allows Flutter Web to pick images (as File, Widget or Uint8List) and videos (as File or Uint8List). Many thanks goes to [AlvaroVasconcelos](https://github.com/AlvaroVasconcelos) for the implementation of picking images in his plugin: [flutter_web_image_picker](https://github.com/AlvaroVasconcelos/flutter_web_image_picker)

Expand Down
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'dart:html' as html;

import 'package:flutter/material.dart';
import 'package:image_picker_web_redux/image_picker_web_redux.dart';
import 'package:image_picker_web/image_picker_web.dart';

void main() => runApp(MyApp());

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dev_dependencies:
flutter_test:
sdk: flutter

image_picker_web_redux:
image_picker_web:
path: ../

flutter:
Expand Down
File renamed without changes.
7 changes: 3 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: image_picker_web_redux
name: image_picker_web
description: Flutter Web Plugin to pick Images (as Widget, File or Uint8List)
and Videos (as File or Uint8List)
version: 2.0.1
homepage: https://github.com/TesteurManiak
repository: https://github.com/TesteurManiak/image_picker_web_redux
repository: https://github.com/Ahmadre/image_picker_web

environment:
sdk: '>=2.12.0 <3.0.0'
Expand All @@ -25,5 +24,5 @@ flutter:
platforms:
web:
pluginClass: ImagePickerWeb
fileName: image_picker_web_redux.dart
fileName: image_picker_web.dart

0 comments on commit 0f318a0

Please sign in to comment.