Questions tagged [flutter-channel]
27 questions
2
votes
1 answer
Flutter cannot switch channel
My flutter works fine with stable channel, but when switching to another channel it ended up with find: invalid mode '+100'
Everytime I run this command :
> flutter channel master
> flutter doctor
is always end up downloading a git and the error…

ZKE
- 61
- 3
- 16
1
vote
1 answer
How to add several listener to Flutter.EventChannel?
I'm building a Flutter-Plugin which offers several UI-Widgets to interact with a native (Android/iOS) library. Updates and/or state changes of the library to the Flutter side are delegated with Events, which are delegated to Flutter over the Flutter…

longi
- 11,104
- 10
- 55
- 89
0
votes
0 answers
How can I make main.dart file to read message passed using the send message
I'm trying to build a flutter app that receives a sendMessage from native code, in this case its C++. sendMessage is sent only on relaunch of existing app instance.
Here I'm attaching the code for more clarity on what I'm trying to do.
code for…

venkat j
- 1
- 1
0
votes
0 answers
Flutter app crash when use native sdk Channel is unrecoverably broken and will be disposed
When I use the iNavi.us SDK (native SDK) to view an IPera map in my Flutter app channel,
The SDK has been implemented in an activity in Kotlin called "INaviActivity" and in channel the activity is called by intent.
INaviActivity implemented the…

awshakam98
- 495
- 2
- 5
- 13
0
votes
1 answer
Because analyzer >=2.0.0 depends on meta ^1.7.0 ... (because myP depends on both flutter_test any from sdk and analyzer 2.0.0, version solving failed)
Is there any other way to resolve this issue other than going on the dev channel (or than using analyzer <2.0.0)? I once made a poor, time consuming experience with the dev channel which is why I would prefer sticking with stable. And I need 2.0.0…

w461
- 2,168
- 4
- 14
- 40
0
votes
1 answer
after switching flutter channel to beta , started getting error Type 'SystemMouseCursor' not found
t i don't know which flutter channel i was previously working for that it was working fine.when i was trying to create web app for that i switch flutter channel to beta after switching that channel when i reopen my old project i am start getting…

Sheikh Raj
- 41
- 1
- 7
0
votes
1 answer
Stuck at Syncing files to device Chrome when trying to run a web project
I'm stuck at Syncing files to device Chrome when running the project, the same result from vscode terminal and command prompt, I only get a white screen on a google window and it doesn't seem to be in progress anymore, the steps that I made to…

Rached Khalledi
- 187
- 1
- 1
- 8
0
votes
1 answer
FormatException: Scheme not starting with alphabetic character - Flutter Http Request
I make a http request in my flutter app with a simple url api:
Future getUsers() async {
try {
return await http
.get('https://reqres.in/api/users')
.timeout(const Duration(seconds: 10))
.catchError((e)…

Álvaro Agüero
- 4,494
- 1
- 42
- 39
0
votes
1 answer
Flutter can't switch channel to beta
I'm trying to switch the channel of Flutter to use Flutter web. But every time I'm getting this error. Neither its switching to Flutter master nor Flutter beta.
P:\FlutterProjects>flutter channel master
Switching to flutter channel 'master'...
git:…

Prateek
- 502
- 5
- 16
0
votes
1 answer
Flutter - Convert Java routine to flutter
I have an android java pattern that I would like to convert to something similar in flutter. It's pretty straight forward but I am having difficulty finding a clear example. What this involves is having a utility class that does repetitive string…
0
votes
2 answers
It's possible to create an offline app using flutter
I want to develop offline book reading app using flutter. There is any way in flutter so that user can access book offline.

Dev
- 25
- 3
- 14
-4
votes
1 answer
flutter channels replace each others
why flutter store the SDK locally for just One channel and replace ALL SDK when switching the channel?
why flutter does not save ALL downloaded SDK, what is the problem, why I have to wait for switching?
thanks

Wael AlJamal
- 63
- 1
- 7