Skip to content

Zeruel92/cross_picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cross_picker

Crossplatform Picker that combine Image Picker for mobile and Universal Html for the web

Installing

  • Add into pubspec.yaml
cross_picker:
    git:
      url: https://github.com/pspgt/cross_picker.git
  • run flutter pub get
  • Now import with import 'package:cross_picker/cross_picker.dart';

Example

CrossPicker picker = CrossPicker();
Uint8List imageBytes = await picker.getImage();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages