fluttercommunity / fluttercommunity/flutter_downloader

IOS (Iphone 8) - Not working, just circularprogressindicator

Open
#555 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
940
Forks
561
Avg merge
1h 18m
Merged PRs (30d)
1

Description

[VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No implementation found for method getAndroidDeviceInfo on channel plugins.flutter.io/device_info)
#0 MethodChannel._invokeMethod
package:flutter/…/services/platform_channel.dart:154

#1 MethodChannel.invokeMapMethod
package:flutter/…/services/platform_channel.dart:356

#2 MethodChannelDeviceInfo.androidInfo
package:device_info_platform_interface/method_channel/method_channel_device_info.dart:19

#3 DeviceInfoPlugin.androidInfo
package:device_info/device_info.dart:25

#4 _MyHomePageState._checkPermission
package:flutter_downloader_example/main.dart:330

#5 _MyHomePageState._prepare
package:flutter_downloader_example/main.dart:392

Contributor guide

No contributing guide indexed for this repository

Research direction

The trace points to flutter_downloader_example/main.dart at _checkPermission (line 330) and _prepare (line 392), with the failure in device_info's Android method channel. Start by reproducing on an iPhone 8 and tracing why that method is reached on iOS. Done means the example proceeds past the circular progress indicator without the MissingPluginException.

Written by the indexing model from the issue text.

Assessment

Tech stack
flutter, ios
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.