RetroShare / retroshare-mobile

Retroshare mobile phone client
24 stars 8 forks source link

Added retroshare as a background service #57

Closed Kumaravinash9 closed 3 years ago

Kumaravinash9 commented 3 years ago

Fix: #59 Fix: #58

Changes comitted

Kumaravinash9 commented 3 years ago

this error is coming with those plugins which use method channel. Need help : @selankon @csoler

[ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: MissingPluginException(No 
implementation found for method share on channel plugins.flutter.io/share)
E/flutter ( 9056): #0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:156:7)
E/flutter ( 9056): <asynchronous suspension>
E/flutter ( 9056):

I have already tried all the solution that is present on stackflow : here

Kumaravinash9 commented 3 years ago

this error is coming with those plugins which use method channel. Need help : @selankon @csoler

[ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: MissingPluginException(No 
implementation found for method share on channel plugins.flutter.io/share)
E/flutter ( 9056): #0      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:156:7)
E/flutter ( 9056): <asynchronous suspension>
E/flutter ( 9056):

I have already tried all the solution that is present on stackflow : here

Fixed Issue

Kumaravinash9 commented 3 years ago

@csoler please check this PR

defnax commented 3 years ago

profile was successful but i wasnt able login, and create a new profile gets errors image image

defnax commented 3 years ago

but i get now worked with emulator image

Kumaravinash9 commented 3 years ago

profile was successful but i wasnt able login, and create a new profile gets errors image image

Running a app in background cause background compatibility issue. That's why this error is coming. Background compability issue was not solved yet. I only added retroshare service inside the retroshare mobile. So that we donot have to install retroshare service separately.

defnax commented 3 years ago

starting distant chat from mobile not works properly, from qt to mobile works good. image

no status if contact is online or chat is etablished with contact

Kumaravinash9 commented 3 years ago

starting distant chat from mobile not works properly, from qt to mobile works good. image

no status if contact is online or chat is etablished with contact

are you able to send images and emojis or able to change the profile pic or able to join/deny chat lobby invites

Kumaravinash9 commented 3 years ago

starting distant chat from mobile not works properly, from qt to mobile works good. image

no status if contact is online or chat is etablished with contact

something retroshare service takes buffer time to send message or receive message

defnax commented 3 years ago

image

defnax commented 3 years ago
Kumaravinash9 commented 3 years ago

@csoler please review this PR

csoler commented 3 years ago

it looks like to added lots of cache and compilation files into the PR. This is most probably a mistake. Please remove them before we can merge.

Kumaravinash9 commented 3 years ago

I have deleted all Unwanted files build from the repo. That's why this PR have lot of deleted files.