cj123195 / multi_image_picker_plus

Flutter plugin that allows you to display multi image picker on iOS and Android.
MIT License
4 stars 12 forks source link

Fix: Typing bug #4

Closed sisygoboom closed 12 months ago

sisygoboom commented 1 year ago

Bug details:


Try inserting an identifier before 'const'.
  const PHAssetCollectionSubtype(this.code);
  ^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:570:3: Error: Expected '}' before this.
  const PHAssetCollectionSubtype(this.code);
  ^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:537:15: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  albumRegular(2),
              ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:538:19: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  albumSyncedEvent(3),
                  ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:539:19: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  albumSyncedFaces(4),
                  ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:540:19: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  albumSyncedAlbum(5),
                  ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:541:16: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  albumImported(6),
               ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:544:21: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  albumMyPhotoStream(100),
                    ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:545:19: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  albumCloudShared(101),
                  ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:548:20: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumGeneric(200),
                   ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:549:22: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumPanoramas(201),
                     ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:550:19: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumVideos(202),
                  ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:551:22: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumFavorites(203),
                     ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:552:23: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumTimelapses(204),
                      ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:553:22: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumAllHidden(205),
                     ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:554:26: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumRecentlyAdded(206),
                         ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:555:19: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumBursts(207),
                  ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:556:24: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumSlomoVideos(208),
                       ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:557:24: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumUserLibrary(209),
                       ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:558:26: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumSelfPortraits(210),
                         ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:559:24: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumScreenshots(211),
                       ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:560:24: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumDepthEffect(212),
                       ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:561:23: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumLivePhotos(213),
                      ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:562:21: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumAnimated(214),
                    ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:563:26: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumLongExposures(215),
                         ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:564:27: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumUnableToUpload(216),
                          ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:565:16: Error: Too many positional arguments: 2 allowed, but 3 found.
Try removing the extra positional arguments.
  smartAlbumRAW(217),
               ^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:535:6: Context: Found this candidate, but the arguments don't match.
enum PHAssetCollectionSubtype {
     ^^^^^^^^^^^^^^^^^^^^^^^^
../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart:422:26: Error: The getter 'code' isn't defined for the class 'PHAssetCollectionSubtype'.
 - 'PHAssetCollectionSubtype' is from 'package:multi_image_picker_plus/src/cupertino_options.dart' ('../../AppData/Local/Pub/Cache/hosted/pub.dev/multi_image_picker_plus-0.0.3/lib/src/cupertino_options.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'code'.
      'subtype': subtype.code,```