Skip to content

Generic OAuth Signin not working #1337

@nietsmmar

Description

@nietsmmar

Describe the bug
The docs say to use this for a custom oauth signin:

await supabase.auth.signInWithOAuth(
  OAuthProvider('custom:my-provider'),
);

but this does not work yet as I get Generative enum constructors can only be used to create an enum constant. (Documentation) Try using an enum value, or a factory constructor.

To Reproduce
Steps to reproduce the behavior:

  1. Try to use OAuthProvider with custom String

Expected behavior
It just works.

Version (please complete the following information):

Dart SDK 3.11.0
Flutter SDK 3.41.2
articlett_schule 1.0.0+1
├── animated_text_kit 4.3.0
│   ├── characters...
│   └── flutter...
├── animations 2.1.1
│   └── flutter...
├── audioplayers 6.6.0
│   ├── audioplayers_android 5.2.1
│   │   ├── audioplayers_platform_interface...
│   │   └── flutter...
│   ├── audioplayers_darwin 6.4.0
│   │   ├── audioplayers_platform_interface...
│   │   └── flutter...
│   ├── audioplayers_linux 4.2.1
│   │   ├── audioplayers_platform_interface...
│   │   └── flutter...
│   ├── audioplayers_platform_interface 7.1.1
│   │   ├── collection...
│   │   ├── flutter...
│   │   ├── meta...
│   │   └── plugin_platform_interface...
│   ├── audioplayers_web 5.2.0
│   │   ├── audioplayers_platform_interface...
│   │   ├── flutter...
│   │   ├── flutter_web_plugins...
│   │   └── web...
│   ├── audioplayers_windows 4.3.0
│   │   ├── audioplayers_platform_interface...
│   │   └── flutter...
│   ├── file...
│   ├── flutter...
│   ├── http...
│   ├── meta...
│   ├── path_provider...
│   ├── synchronized...
│   └── uuid...
├── auto_size_text 3.0.0
│   └── flutter...
├── blurhash_dart 1.2.1
│   └── image...
├── build_runner 2.13.1
│   ├── analyzer...
│   ├── args 2.7.0
│   ├── async...
│   ├── build...
│   ├── build_config...
│   ├── build_daemon 4.1.1
│   │   ├── built_collection...
│   │   ├── built_value...
│   │   ├── crypto...
│   │   ├── http_multi_server...
│   │   ├── logging...
│   │   ├── path...
│   │   ├── pool...
│   │   ├── shelf...
│   │   ├── shelf_web_socket...
│   │   ├── stream_transform...
│   │   ├── watcher...
│   │   └── web_socket_channel...
│   ├── built_collection 5.1.1
│   ├── built_value 8.12.4
│   │   ├── built_collection...
│   │   ├── collection...
│   │   ├── fixnum...
│   │   └── meta...
│   ├── code_builder 4.11.1
│   │   ├── built_collection...
│   │   ├── built_value...
│   │   ├── collection...
│   │   ├── matcher...
│   │   └── meta...
│   ├── collection...
│   ├── convert 3.1.2
│   │   └── typed_data...
│   ├── crypto...
│   ├── dart_style...
│   ├── glob 2.1.3
│   │   ├── async...
│   │   ├── collection...
│   │   ├── file...
│   │   ├── path...
│   │   └── string_scanner...
│   ├── graphs 2.3.2
│   │   └── collection...
│   ├── http_multi_server 3.2.2
│   │   └── async...
│   ├── io 1.0.5
│   │   ├── meta...
│   │   ├── path...
│   │   └── string_scanner...
│   ├── json_annotation...
│   ├── logging...
│   ├── meta...
│   ├── mime...
│   ├── package_config 2.2.0
│   │   └── path...
│   ├── path...
│   ├── pool 1.5.2
│   │   ├── async...
│   │   └── stack_trace...
│   ├── pub_semver...
│   ├── shelf 1.4.2
│   │   ├── async...
│   │   ├── collection...
│   │   ├── http_parser...
│   │   ├── path...
│   │   ├── stack_trace...
│   │   └── stream_channel...
│   ├── shelf_web_socket 3.0.0
│   │   ├── shelf...
│   │   ├── stream_channel...
│   │   └── web_socket_channel...
│   ├── stream_transform 2.1.1
│   ├── watcher 1.2.1
│   │   ├── async...
│   │   └── path...
│   ├── web_socket_channel 3.0.3
│   │   ├── async...
│   │   ├── crypto...
│   │   ├── stream_channel...
│   │   ├── web...
│   │   └── web_socket 1.0.1
│   │       └── web...
│   └── yaml...
├── build_verify 3.1.1
│   ├── io...
│   ├── path...
│   └── test 1.29.0
│       ├── analyzer...
│       ├── async...
│       ├── boolean_selector...
│       ├── collection...
│       ├── coverage 1.15.0
│       │   ├── args...
│       │   ├── cli_config 0.2.0
│       │   │   ├── args...
│       │   │   └── yaml...
│       │   ├── glob...
│       │   ├── logging...
│       │   ├── meta...
│       │   ├── package_config...
│       │   ├── path...
│       │   ├── source_maps 0.10.13
│       │   │   └── source_span...
│       │   ├── stack_trace...
│       │   ├── vm_service...
│       │   └── yaml...
│       ├── http_multi_server...
│       ├── io...
│       ├── matcher...
│       ├── node_preamble 2.0.2
│       ├── package_config...
│       ├── path...
│       ├── pool...
│       ├── shelf...
│       ├── shelf_packages_handler 3.0.2
│       │   ├── path...
│       │   ├── shelf...
│       │   └── shelf_static...
│       ├── shelf_static 1.1.3
│       │   ├── convert...
│       │   ├── http_parser...
│       │   ├── mime...
│       │   ├── path...
│       │   └── shelf...
│       ├── shelf_web_socket...
│       ├── source_span...
│       ├── stack_trace...
│       ├── stream_channel...
│       ├── test_api...
│       ├── test_core 0.6.15
│       │   ├── analyzer...
│       │   ├── args...
│       │   ├── async...
│       │   ├── boolean_selector...
│       │   ├── collection...
│       │   ├── coverage...
│       │   ├── frontend_server_client 4.0.0
│       │   │   ├── async...
│       │   │   └── path...
│       │   ├── glob...
│       │   ├── io...
│       │   ├── meta...
│       │   ├── package_config...
│       │   ├── path...
│       │   ├── pool...
│       │   ├── source_map_stack_trace 2.1.2
│       │   │   ├── path...
│       │   │   ├── source_maps...
│       │   │   └── stack_trace...
│       │   ├── source_maps...
│       │   ├── source_span...
│       │   ├── stack_trace...
│       │   ├── stream_channel...
│       │   ├── test_api...
│       │   ├── vm_service...
│       │   └── yaml...
│       ├── typed_data...
│       ├── web_socket_channel...
│       ├── webkit_inspection_protocol 1.2.1
│       │   └── logging...
│       └── yaml...
├── carousel_slider_plus 7.1.1
│   └── flutter...
├── collection 1.19.1
├── cupertino_icons 1.0.8
├── data_table_2 2.7.2
│   ├── async...
│   └── flutter...
├── dependency_validator 5.0.5
│   ├── analyzer...
│   ├── args...
│   ├── build_config...
│   ├── checked_yaml...
│   ├── glob...
│   ├── io...
│   ├── json_annotation...
│   ├── logging...
│   ├── package_config...
│   ├── path...
│   ├── pub_semver...
│   ├── pubspec_parse...
│   └── yaml...
├── dotted_border 3.1.0
│   └── flutter...
├── fl_chart 1.2.0
│   ├── equatable 2.0.8
│   │   ├── collection...
│   │   └── meta...
│   ├── flutter...
│   └── vector_math...
├── flex_color_scheme 8.4.0
│   ├── flex_seed_scheme 4.0.1
│   │   ├── collection...
│   │   ├── flutter...
│   │   └── meta...
│   ├── flutter...
│   └── meta...
├── flutter 0.0.0
│   ├── characters 1.4.1
│   ├── collection...
│   ├── material_color_utilities 0.13.0
│   │   └── collection...
│   ├── meta 1.17.0
│   ├── sky_engine 0.0.0
│   └── vector_math...
├── flutter_animate 4.5.2
│   ├── flutter...
│   └── flutter_shaders 0.1.3
│       ├── flutter...
│       └── vector_math...
├── flutter_colorpicker 1.1.0
│   └── flutter...
├── flutter_deck 0.22.0
│   ├── auto_size_text...
│   ├── flutter...
│   ├── flutter_deck_client 0.3.0
│   │   └── meta...
│   ├── flutter_highlight 0.7.0
│   │   ├── flutter...
│   │   └── highlight 0.7.0
│   │       └── collection...
│   ├── go_router...
│   ├── pointer_interceptor...
│   ├── web...
│   └── window_manager 0.5.1
│       ├── flutter...
│       ├── path...
│       └── screen_retriever 0.2.0
│           ├── flutter...
│           ├── screen_retriever_linux 0.2.0
│           │   ├── flutter...
│           │   └── screen_retriever_platform_interface...
│           ├── screen_retriever_macos 0.2.0
│           │   ├── flutter...
│           │   └── screen_retriever_platform_interface...
│           ├── screen_retriever_platform_interface 0.2.0
│           │   ├── flutter...
│           │   ├── json_annotation...
│           │   └── plugin_platform_interface...
│           └── screen_retriever_windows 0.2.0
│               ├── flutter...
│               └── screen_retriever_platform_interface...
├── flutter_deck_web_client 0.4.0
│   ├── flutter_deck_client...
│   ├── url_launcher...
│   └── web...
├── flutter_driver 0.0.0
│   ├── file...
│   ├── flutter...
│   ├── flutter_test...
│   ├── fuchsia_remote_debug_protocol 0.0.0
│   │   ├── meta...
│   │   ├── process 5.0.5
│   │   │   ├── file...
│   │   │   ├── path...
│   │   │   └── platform...
│   │   └── vm_service...
│   ├── matcher...
│   ├── meta...
│   ├── path...
│   ├── vm_service...
│   └── webdriver 3.1.0
│       ├── matcher...
│       ├── path...
│       ├── stack_trace...
│       └── sync_http 0.3.1
├── flutter_form_builder 10.3.0+2
│   ├── flutter...
│   └── intl...
├── flutter_gen_runner 5.13.0+1
│   ├── build...
│   ├── collection...
│   ├── crypto...
│   ├── flutter_gen_core 5.13.0+1
│   │   ├── archive...
│   │   ├── args...
│   │   ├── collection...
│   │   ├── color 3.0.0
│   │   ├── dart_style...
│   │   ├── dartx 1.2.0
│   │   │   ├── characters...
│   │   │   ├── collection...
│   │   │   ├── crypto...
│   │   │   ├── meta...
│   │   │   ├── path...
│   │   │   └── time 2.1.6
│   │   │       └── clock...
│   │   ├── glob...
│   │   ├── image...
│   │   ├── image_size_getter 2.4.1
│   │   │   ├── collection...
│   │   │   ├── hashcodes 2.0.0
│   │   │   └── meta...
│   │   ├── json_annotation...
│   │   ├── logging...
│   │   ├── meta...
│   │   ├── mime...
│   │   ├── path...
│   │   ├── pub_semver...
│   │   ├── vector_graphics_compiler...
│   │   ├── xml...
│   │   └── yaml...
│   ├── glob...
│   ├── path...
│   └── yaml...
├── flutter_inappwebview 6.1.5
│   ├── flutter...
│   ├── flutter_inappwebview_android 1.1.3
│   │   ├── flutter...
│   │   └── flutter_inappwebview_platform_interface...
│   ├── flutter_inappwebview_ios 1.1.2
│   │   ├── flutter...
│   │   └── flutter_inappwebview_platform_interface...
│   ├── flutter_inappwebview_macos 1.1.2
│   │   ├── flutter...
│   │   └── flutter_inappwebview_platform_interface...
│   ├── flutter_inappwebview_platform_interface 1.3.0+1
│   │   ├── flutter...
│   │   ├── flutter_inappwebview_internal_annotations 1.3.0
│   │   └── plugin_platform_interface...
│   ├── flutter_inappwebview_web 1.1.2
│   │   ├── flutter...
│   │   ├── flutter_inappwebview_platform_interface...
│   │   ├── flutter_web_plugins...
│   │   └── web...
│   └── flutter_inappwebview_windows 0.6.0
│       ├── flutter...
│       └── flutter_inappwebview_platform_interface...
├── flutter_launcher_icons 0.14.4
│   ├── args...
│   ├── checked_yaml 2.0.4
│   │   ├── json_annotation...
│   │   ├── source_span...
│   │   └── yaml...
│   ├── cli_util 0.4.2
│   │   ├── meta...
│   │   └── path...
│   ├── image...
│   ├── json_annotation...
│   ├── path...
│   └── yaml...
├── flutter_markdown_plus 1.0.7
│   ├── flutter...
│   ├── markdown 7.3.1
│   │   ├── args...
│   │   └── meta...
│   ├── meta...
│   └── path...
├── flutter_native_splash 2.4.7
│   ├── ansicolor 2.0.3
│   ├── args...
│   ├── flutter...
│   ├── flutter_web_plugins...
│   ├── html...
│   ├── image...
│   ├── meta...
│   ├── path...
│   ├── universal_io...
│   ├── xml...
│   └── yaml...
├── flutter_riverpod 3.3.1
│   ├── collection...
│   ├── flutter...
│   ├── flutter_test...
│   ├── meta...
│   ├── riverpod 3.2.1
│   │   ├── async...
│   │   ├── clock...
│   │   ├── collection...
│   │   ├── meta...
│   │   ├── state_notifier...
│   │   └── test...
│   └── state_notifier 1.0.0
│       └── meta...
├── flutter_svg 2.2.4
│   ├── flutter...
│   ├── http...
│   ├── vector_graphics...
│   ├── vector_graphics_codec 1.1.13
│   └── vector_graphics_compiler...
├── flutter_test 0.0.0
│   ├── clock...
│   ├── collection...
│   ├── fake_async 1.3.3
│   │   ├── clock...
│   │   └── collection...
│   ├── flutter...
│   ├── leak_tracker_flutter_testing 3.0.10
│   │   ├── flutter...
│   │   ├── leak_tracker 11.0.2
│   │   │   ├── clock...
│   │   │   ├── collection...
│   │   │   ├── meta...
│   │   │   ├── path...
│   │   │   └── vm_service...
│   │   ├── leak_tracker_testing 3.0.2
│   │   │   ├── leak_tracker...
│   │   │   ├── matcher...
│   │   │   └── meta...
│   │   ├── matcher...
│   │   └── meta...
│   ├── matcher 0.12.18
│   │   ├── async...
│   │   ├── meta...
│   │   ├── stack_trace...
│   │   ├── term_glyph...
│   │   └── test_api...
│   ├── meta...
│   ├── path...
│   ├── stack_trace 1.12.1
│   │   └── path...
│   ├── stream_channel 2.1.4
│   │   └── async...
│   ├── test_api 0.7.9
│   │   ├── async...
│   │   ├── boolean_selector 2.1.2
│   │   │   ├── source_span...
│   │   │   └── string_scanner...
│   │   ├── collection...
│   │   ├── meta...
│   │   ├── source_span...
│   │   ├── stack_trace...
│   │   ├── stream_channel...
│   │   ├── string_scanner...
│   │   └── term_glyph...
│   └── vector_math...
├── font_awesome_flutter 11.0.0
│   └── flutter...
├── form_builder_validators 11.3.0
│   ├── flutter...
│   ├── flutter_localizations 0.0.0
│   │   ├── flutter...
│   │   ├── intl...
│   │   └── path...
│   └── intl...
├── fpdart 1.2.0
├── freezed 3.2.5
│   ├── analyzer...
│   ├── build...
│   ├── build_config...
│   ├── collection...
│   ├── dart_style...
│   ├── freezed_annotation...
│   ├── json_annotation...
│   ├── meta...
│   ├── pub_semver...
│   └── source_gen...
├── freezed_annotation 3.1.0
│   ├── collection...
│   ├── json_annotation...
│   └── meta...
├── go_router 17.1.0
│   ├── collection...
│   ├── flutter...
│   ├── flutter_web_plugins...
│   ├── logging...
│   └── meta...
├── go_router_builder 4.2.0
│   ├── analyzer...
│   ├── async...
│   ├── build...
│   ├── build_config...
│   ├── collection...
│   ├── meta...
│   ├── path...
│   ├── source_gen...
│   └── source_helper...
├── gotrue 2.19.0
│   ├── collection...
│   ├── crypto...
│   ├── dart_jsonwebtoken 3.4.0
│   │   ├── clock...
│   │   ├── convert...
│   │   └── pointycastle 4.0.0
│   │       ├── collection...
│   │       └── convert...
│   ├── http...
│   ├── jwt_decode 0.3.1
│   ├── logging...
│   ├── meta...
│   ├── retry 3.1.2
│   ├── rxdart 0.28.0
│   └── web...
├── http 1.6.0
│   ├── async...
│   ├── http_parser 4.1.2
│   │   ├── collection...
│   │   ├── source_span...
│   │   ├── string_scanner...
│   │   └── typed_data...
│   ├── meta...
│   └── web...
├── image 4.8.0
│   ├── archive 4.0.9
│   │   ├── path...
│   │   └── posix 6.5.0
│   │       ├── ffi...
│   │       ├── meta...
│   │       └── path...
│   ├── meta...
│   └── xml 6.6.1
│       ├── collection...
│       ├── meta...
│       └── petitparser 7.0.2
│           ├── collection...
│           └── meta...
├── image_picker 1.2.1
│   ├── flutter...
│   ├── image_picker_android 0.8.13+14
│   │   ├── flutter...
│   │   ├── flutter_plugin_android_lifecycle 2.0.33
│   │   │   └── flutter...
│   │   └── image_picker_platform_interface...
│   ├── image_picker_for_web 3.1.1
│   │   ├── flutter...
│   │   ├── flutter_web_plugins...
│   │   ├── image_picker_platform_interface...
│   │   ├── mime...
│   │   └── web...
│   ├── image_picker_ios 0.8.13+6
│   │   ├── flutter...
│   │   └── image_picker_platform_interface...
│   ├── image_picker_linux 0.2.2
│   │   ├── file_selector_linux 0.9.4
│   │   │   ├── cross_file...
│   │   │   ├── file_selector_platform_interface...
│   │   │   └── flutter...
│   │   ├── file_selector_platform_interface 2.7.0
│   │   │   ├── cross_file...
│   │   │   ├── flutter...
│   │   │   ├── http...
│   │   │   └── plugin_platform_interface...
│   │   ├── flutter...
│   │   └── image_picker_platform_interface...
│   ├── image_picker_macos 0.2.2+1
│   │   ├── file_selector_macos 0.9.5
│   │   │   ├── cross_file...
│   │   │   ├── file_selector_platform_interface...
│   │   │   └── flutter...
│   │   ├── file_selector_platform_interface...
│   │   ├── flutter...
│   │   └── image_picker_platform_interface...
│   ├── image_picker_platform_interface 2.11.1
│   │   ├── cross_file...
│   │   ├── flutter...
│   │   ├── http...
│   │   └── plugin_platform_interface...
│   └── image_picker_windows 0.2.2
│       ├── file_selector_platform_interface...
│       ├── file_selector_windows 0.9.3+5
│       │   ├── cross_file...
│       │   ├── file_selector_platform_interface...
│       │   └── flutter...
│       ├── flutter...
│       └── image_picker_platform_interface...
├── import_sorter 4.6.0
│   ├── args...
│   ├── tint 2.0.1
│   └── yaml...
├── info_widget 1.0.0
│   └── flutter...
├── integration_test 0.0.0
│   ├── flutter...
│   ├── flutter_driver...
│   ├── flutter_test...
│   ├── path...
│   └── vm_service 15.0.2
├── intl 0.20.2
│   ├── clock 1.1.2
│   ├── meta...
│   └── path...
├── jelly_anim 0.0.7
│   ├── angles 2.1.1
│   │   └── meta...
│   ├── bezier 1.2.0
│   │   └── vector_math...
│   ├── flutter...
│   └── random_color 1.0.6-nullsafety
│       └── flutter...
├── json_annotation 4.11.0
│   └── meta...
├── json_serializable 6.13.0
│   ├── analyzer 9.0.0
│   │   ├── _fe_analyzer_shared 92.0.0
│   │   │   └── meta...
│   │   ├── collection...
│   │   ├── convert...
│   │   ├── crypto...
│   │   ├── glob...
│   │   ├── meta...
│   │   ├── package_config...
│   │   ├── path...
│   │   ├── pub_semver...
│   │   ├── source_span...
│   │   ├── watcher...
│   │   └── yaml...
│   ├── async...
│   ├── build 4.0.5
│   │   ├── analyzer...
│   │   ├── crypto...
│   │   ├── glob...
│   │   ├── logging...
│   │   ├── package_config...
│   │   └── path...
│   ├── build_config 1.3.0
│   │   ├── checked_yaml...
│   │   ├── json_annotation...
│   │   ├── path...
│   │   └── pubspec_parse...
│   ├── dart_style 3.1.3
│   │   ├── analyzer...
│   │   ├── args...
│   │   ├── collection...
│   │   ├── package_config...
│   │   ├── path...
│   │   ├── pub_semver...
│   │   ├── source_span...
│   │   └── yaml...
│   ├── json_annotation...
│   ├── meta...
│   ├── path 1.9.1
│   ├── pub_semver 2.2.0
│   │   └── collection...
│   ├── pubspec_parse 1.5.0
│   │   ├── checked_yaml...
│   │   ├── collection...
│   │   ├── json_annotation...
│   │   ├── pub_semver...
│   │   └── yaml...
│   ├── source_gen 4.2.2
│   │   ├── analyzer...
│   │   ├── async...
│   │   ├── build...
│   │   ├── dart_style...
│   │   ├── glob...
│   │   ├── path...
│   │   ├── pub_semver...
│   │   ├── source_span...
│   │   └── yaml...
│   └── source_helper 1.3.11
│       ├── analyzer...
│       └── source_gen...
├── loading_animation_widget 1.3.0
│   └── flutter...
├── lottie 3.3.2
│   ├── archive...
│   ├── flutter...
│   ├── http...
│   ├── path...
│   └── vector_math...
├── matomo_tracker 6.1.0
│   ├── clock...
│   ├── collection...
│   ├── device_info_plus 12.3.0
│   │   ├── device_info_plus_platform_interface 7.0.3
│   │   │   ├── flutter...
│   │   │   ├── meta...
│   │   │   └── plugin_platform_interface...
│   │   ├── ffi...
│   │   ├── file...
│   │   ├── flutter...
│   │   ├── flutter_web_plugins...
│   │   ├── meta...
│   │   ├── web...
│   │   ├── win32...
│   │   └── win32_registry 2.1.0
│   │       ├── ffi...
│   │       ├── meta...
│   │       └── win32...
│   ├── flutter...
│   ├── http...
│   ├── package_info_plus 9.0.0
│   │   ├── clock...
│   │   ├── ffi...
│   │   ├── flutter...
│   │   ├── flutter_web_plugins...
│   │   ├── http...
│   │   ├── meta...
│   │   ├── package_info_plus_platform_interface 3.2.1
│   │   │   ├── flutter...
│   │   │   ├── meta...
│   │   │   └── plugin_platform_interface...
│   │   ├── path...
│   │   ├── web...
│   │   └── win32...
│   ├── shared_preferences...
│   └── uuid...
├── mockito 5.6.4
│   ├── analyzer...
│   ├── build...
│   ├── code_builder...
│   ├── collection...
│   ├── dart_style...
│   ├── matcher...
│   ├── meta...
│   ├── path...
│   ├── source_gen...
│   └── test_api...
├── pdf 3.12.0
│   ├── archive...
│   ├── barcode 2.2.9
│   │   ├── meta...
│   │   └── qr...
│   ├── bidi 2.0.13
│   ├── crypto...
│   ├── image...
│   ├── meta...
│   ├── path_parsing 1.1.0
│   │   ├── meta...
│   │   └── vector_math...
│   ├── vector_math...
│   └── xml...
├── pdfx 2.9.2
│   ├── extension 0.6.0
│   │   └── meta...
│   ├── flutter...
│   ├── flutter_web_plugins...
│   ├── meta...
│   ├── photo_view 0.15.0
│   │   └── flutter...
│   ├── plugin_platform_interface 2.1.8
│   │   └── meta...
│   ├── synchronized 3.4.0
│   ├── universal_platform 1.1.0
│   ├── uuid...
│   ├── vector_math...
│   └── web...
├── pointer_interceptor 0.10.1+2
│   ├── flutter...
│   ├── flutter_web_plugins...
│   ├── pointer_interceptor_ios 0.10.1+1
│   │   ├── flutter...
│   │   ├── plugin_platform_interface...
│   │   └── pointer_interceptor_platform_interface...
│   ├── pointer_interceptor_platform_interface 0.10.0+1
│   │   ├── flutter...
│   │   └── plugin_platform_interface...
│   └── pointer_interceptor_web 0.10.3
│       ├── flutter...
│       ├── flutter_web_plugins...
│       ├── plugin_platform_interface...
│       ├── pointer_interceptor_platform_interface...
│       └── web...
├── qr_flutter 4.1.0
│   ├── flutter...
│   └── qr 3.0.2
│       └── meta...
├── responsive_framework 1.5.1
│   ├── collection...
│   └── flutter...
├── riverpod_annotation 4.0.2
│   ├── meta...
│   └── riverpod...
├── riverpod_generator 4.0.3
│   ├── analyzer...
│   ├── analyzer_buffer 0.3.0
│   │   ├── analyzer...
│   │   ├── collection...
│   │   ├── meta...
│   │   ├── path...
│   │   └── source_gen...
│   ├── build...
│   ├── build_config...
│   ├── collection...
│   ├── crypto...
│   ├── meta...
│   ├── mockito...
│   ├── path...
│   ├── riverpod_analyzer_utils 1.0.0-dev.9
│   │   ├── analyzer...
│   │   ├── analyzer_buffer...
│   │   ├── collection...
│   │   ├── crypto...
│   │   ├── freezed_annotation...
│   │   ├── meta...
│   │   ├── path...
│   │   └── source_span...
│   ├── riverpod_annotation...
│   └── source_gen...
├── riverpod_lint 3.1.3
│   ├── analysis_server_plugin 0.3.4
│   │   ├── analyzer...
│   │   ├── analyzer_plugin...
│   │   ├── meta...
│   │   ├── yaml...
│   │   └── yaml_edit 2.2.4
│   │       ├── collection...
│   │       ├── meta...
│   │       ├── source_span...
│   │       └── yaml...
│   ├── analyzer...
│   ├── analyzer_plugin 0.13.11
│   │   ├── analyzer...
│   │   ├── collection...
│   │   ├── dart_style...
│   │   ├── path...
│   │   ├── pub_semver...
│   │   └── yaml...
│   ├── collection...
│   ├── meta...
│   ├── path...
│   ├── riverpod...
│   ├── riverpod_analyzer_utils...
│   ├── source_span...
│   └── yaml...
├── share_plus 12.0.1
│   ├── cross_file 0.3.5+2
│   │   ├── meta...
│   │   └── web...
│   ├── ffi 2.2.0
│   ├── file 7.0.1
│   │   ├── meta...
│   │   └── path...
│   ├── flutter...
│   ├── flutter_web_plugins 0.0.0
│   │   └── flutter...
│   ├── meta...
│   ├── mime 2.0.0
│   ├── share_plus_platform_interface 6.1.0
│   │   ├── cross_file...
│   │   ├── flutter...
│   │   ├── meta...
│   │   ├── mime...
│   │   ├── path_provider...
│   │   ├── plugin_platform_interface...
│   │   └── uuid...
│   ├── url_launcher_linux...
│   ├── url_launcher_platform_interface...
│   ├── url_launcher_web...
│   ├── url_launcher_windows...
│   ├── web...
│   └── win32 5.15.0
│       └── ffi...
├── shared_preferences 2.5.4
│   ├── flutter...
│   ├── shared_preferences_android 2.4.21
│   │   ├── flutter...
│   │   └── shared_preferences_platform_interface...
│   ├── shared_preferences_foundation 2.5.6
│   │   ├── flutter...
│   │   └── shared_preferences_platform_interface...
│   ├── shared_preferences_linux 2.4.1
│   │   ├── file...
│   │   ├── flutter...
│   │   ├── path...
│   │   ├── path_provider_linux...
│   │   ├── path_provider_platform_interface...
│   │   └── shared_preferences_platform_interface...
│   ├── shared_preferences_platform_interface 2.4.1
│   │   ├── flutter...
│   │   └── plugin_platform_interface...
│   ├── shared_preferences_web 2.4.3
│   │   ├── flutter...
│   │   ├── flutter_web_plugins...
│   │   ├── shared_preferences_platform_interface...
│   │   └── web...
│   └── shared_preferences_windows 2.4.1
│       ├── file...
│       ├── flutter...
│       ├── path...
│       ├── path_provider_platform_interface...
│       ├── path_provider_windows...
│       └── shared_preferences_platform_interface...
├── shimmer 3.0.0
│   └── flutter...
├── supabase_flutter 2.12.2
│   ├── app_links 7.0.0
│   │   ├── app_links_linux 1.0.3
│   │   │   ├── app_links_platform_interface...
│   │   │   ├── flutter...
│   │   │   └── gtk 2.1.0
│   │   │       ├── ffi...
│   │   │       ├── flutter...
│   │   │       └── meta...
│   │   ├── app_links_platform_interface 2.0.2
│   │   │   ├── flutter...
│   │   │   └── plugin_platform_interface...
│   │   ├── app_links_web 1.0.4
│   │   │   ├── app_links_platform_interface...
│   │   │   ├── flutter...
│   │   │   ├── flutter_web_plugins...
│   │   │   └── web...
│   │   └── flutter...
│   ├── async 2.13.0
│   │   ├── collection...
│   │   └── meta...
│   ├── crypto 3.0.7
│   │   └── typed_data...
│   ├── flutter...
│   ├── http...
│   ├── logging 1.3.0
│   ├── meta...
│   ├── path_provider 2.1.5
│   │   ├── flutter...
│   │   ├── path_provider_android 2.2.22
│   │   │   ├── flutter...
│   │   │   └── path_provider_platform_interface...
│   │   ├── path_provider_foundation 2.6.0
│   │   │   ├── ffi...
│   │   │   ├── flutter...
│   │   │   ├── objective_c 9.3.0
│   │   │   │   ├── code_assets 1.0.0
│   │   │   │   │   ├── collection...
│   │   │   │   │   └── hooks...
│   │   │   │   ├── collection...
│   │   │   │   ├── ffi...
│   │   │   │   ├── hooks 1.0.2
│   │   │   │   │   ├── collection...
│   │   │   │   │   ├── crypto...
│   │   │   │   │   ├── logging...
│   │   │   │   │   ├── meta...
│   │   │   │   │   ├── pub_semver...
│   │   │   │   │   └── yaml...
│   │   │   │   ├── logging...
│   │   │   │   ├── native_toolchain_c 0.17.6
│   │   │   │   │   ├── code_assets...
│   │   │   │   │   ├── glob...
│   │   │   │   │   ├── hooks...
│   │   │   │   │   ├── logging...
│   │   │   │   │   ├── meta...
│   │   │   │   │   └── pub_semver...
│   │   │   │   └── pub_semver...
│   │   │   └── path_provider_platform_interface...
│   │   ├── path_provider_linux 2.2.1
│   │   │   ├── ffi...
│   │   │   ├── flutter...
│   │   │   ├── path...
│   │   │   ├── path_provider_platform_interface...
│   │   │   └── xdg_directories 1.1.0
│   │   │       ├── meta...
│   │   │       └── path...
│   │   ├── path_provider_platform_interface 2.1.2
│   │   │   ├── flutter...
│   │   │   ├── platform 3.1.6
│   │   │   └── plugin_platform_interface...
│   │   └── path_provider_windows 2.3.0
│   │       ├── ffi...
│   │       ├── flutter...
│   │       ├── path...
│   │       └── path_provider_platform_interface...
│   ├── shared_preferences...
│   ├── supabase 2.10.4
│   │   ├── functions_client 2.5.0
│   │   │   ├── http...
│   │   │   ├── logging...
│   │   │   └── yet_another_json_isolate...
│   │   ├── gotrue...
│   │   ├── http...
│   │   ├── logging...
│   │   ├── postgrest 2.6.0
│   │   │   ├── http...
│   │   │   ├── logging...
│   │   │   ├── meta...
│   │   │   └── yet_another_json_isolate...
│   │   ├── realtime_client 2.7.1
│   │   │   ├── collection...
│   │   │   ├── http...
│   │   │   ├── logging...
│   │   │   ├── meta...
│   │   │   └── web_socket_channel...
│   │   ├── rxdart...
│   │   ├── storage_client 2.5.1
│   │   │   ├── http...
│   │   │   ├── http_parser...
│   │   │   ├── logging...
│   │   │   ├── meta...
│   │   │   ├── mime...
│   │   │   └── retry...
│   │   └── yet_another_json_isolate 2.1.0
│   │       └── async...
│   ├── url_launcher...
│   └── web...
├── universal_html 2.3.0
│   ├── async...
│   ├── charcode 1.4.0
│   ├── collection...
│   ├── csslib 1.0.2
│   │   └── source_span...
│   ├── html 0.15.6
│   │   ├── csslib...
│   │   └── source_span...
│   ├── meta...
│   ├── source_span 1.10.2
│   │   ├── collection...
│   │   ├── path...
│   │   └── term_glyph 1.2.2
│   ├── typed_data 1.4.0
│   │   └── collection...
│   └── universal_io 2.3.1
│       ├── collection...
│       ├── meta...
│       └── typed_data...
├── url_launcher 6.3.2
│   ├── flutter...
│   ├── url_launcher_android 6.3.28
│   │   ├── flutter...
│   │   └── url_launcher_platform_interface...
│   ├── url_launcher_ios 6.4.1
│   │   ├── flutter...
│   │   └── url_launcher_platform_interface...
│   ├── url_launcher_linux 3.2.2
│   │   ├── flutter...
│   │   └── url_launcher_platform_interface...
│   ├── url_launcher_macos 3.2.5
│   │   ├── flutter...
│   │   └── url_launcher_platform_interface...
│   ├── url_launcher_platform_interface 2.3.2
│   │   ├── flutter...
│   │   └── plugin_platform_interface...
│   ├── url_launcher_web 2.4.2
│   │   ├── flutter...
│   │   ├── flutter_web_plugins...
│   │   ├── url_launcher_platform_interface...
│   │   └── web...
│   └── url_launcher_windows 3.1.5
│       ├── flutter...
│       └── url_launcher_platform_interface...
├── uuid 4.5.3
│   ├── crypto...
│   └── fixnum 1.1.1
├── vector_graphics 1.1.20
│   ├── flutter...
│   ├── http...
│   └── vector_graphics_codec...
├── vector_graphics_compiler 1.2.0
│   ├── args...
│   ├── meta...
│   ├── path...
│   ├── path_parsing...
│   ├── vector_graphics_codec...
│   └── xml...
├── vector_math 2.2.0
├── very_good_analysis 10.2.0
├── video_player 2.11.1
│   ├── collection...
│   ├── flutter...
│   ├── html...
│   ├── video_player_android 2.9.4
│   │   ├── flutter...
│   │   └── video_player_platform_interface...
│   ├── video_player_avfoundation 2.9.4
│   │   ├── flutter...
│   │   └── video_player_platform_interface...
│   ├── video_player_platform_interface 6.6.0
│   │   ├── flutter...
│   │   └── plugin_platform_interface...
│   └── video_player_web 2.4.0
│       ├── flutter...
│       ├── flutter_web_plugins...
│       ├── video_player_platform_interface...
│       └── web...
├── web 1.1.1
├── yaml 3.1.3
│   ├── collection...
│   ├── source_span...
│   └── string_scanner 1.4.1
│       └── source_span...
└── youtube_player_iframe 5.2.2
    ├── flutter...
    ├── meta...
    ├── url_launcher...
    ├── webview_flutter 4.13.1
    │   ├── flutter...
    │   ├── webview_flutter_android...
    │   ├── webview_flutter_platform_interface 2.14.0
    │   │   ├── flutter...
    │   │   ├── meta...
    │   │   └── plugin_platform_interface...
    │   └── webview_flutter_wkwebview...
    ├── webview_flutter_android 4.10.13
    │   ├── flutter...
    │   ├── meta...
    │   └── webview_flutter_platform_interface...
    ├── webview_flutter_wkwebview 3.24.1
    │   ├── flutter...
    │   ├── meta...
    │   ├── path...
    │   └── webview_flutter_platform_interface...
    └── youtube_player_iframe_web 3.1.2
        ├── flutter...
        ├── flutter_web_plugins...
        ├── web...
        └── webview_flutter_platform_interface...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions