Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 547 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 547 Bytes

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();