RetroShare / retroshare-mobile

Retroshare mobile phone client
23 stars 8 forks source link

TS(TestSet): FAIL: Master compilable #49

Open obrasero opened 3 years ago

obrasero commented 3 years ago

as of: SHA-1: 8a40ff988c10ae9171993d1a979c03f073ac99c8 the MASTER is no longer compilable with android studio: --->
Running Gradle task 'assembleDebug'... lib/provider/friend_location.dart:19:35: Error: Method not found: 'RsPeers.getPeerFriendDetails'. locations.add(await RsPeers.getPeerFriendDetails(sslIds[i], _authToken)); ^^^^^^^^^^^^^^^^^^^^ lib/ui/notification_screen.dart:18:32: Error: Method not found: 'RsMsgs.getPendingChatLobbyInvites'. var invites = await RsMsgs.getPendingChatLobbyInvites(authToken); ^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/ui/notification_screen.dart:127:72: Error: Method not found: 'RsMsgs.denyLobbyInvite'. await RsMsgs.denyLobbyInvite( ^^^^^^^^^^^^^^^ lib/ui/notification_screen.dart:148:66: Error: Method not found: 'RsMsgs.acceptLobbyInvite'. RsMsgs.acceptLobbyInvite( ^^^^^^^^^^^^^^^^^ lib/ui/home/home_screen.dart:52:14: Error: Method not found: 'RsMsgs.getPendingChatLobbyInvites'. RsMsgs.getPendingChatLobbyInvites(authToken); ^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/common/drawer.dart:203:25: Error: Method not found: 'RsMsgs.getPendingChatLobbyInvites'. return await RsMsgs.getPendingChatLobbyInvites(authToken); ^^^^^^^^^^^^^^^^^^^^^^^^^^

obrasero commented 3 years ago

Last compilable version (if not supported dart:html getrs rermived): SHA-1: b70aaa50f30958cd02de4e7638cd60a5c35f85df

First not complilable version (also if not supported dart:html gets removed): SHA-1: e6e2972ed31a1f122288af842d5dd8308e0756f0

Kumaravinash9 commented 3 years ago

Please fetch the Retroshare wrapper once. Then this issue will be removed.

obrasero commented 3 years ago

Still not compilable: f2a64170e188d602dcec4c4111926506396e4313 wrapper on: b83eec4a554911ae8c6a0a89212d74b8c8e1729b dart-see on: b83eec4a554911ae8c6a0a89212d74b8c8e1729b

Running "flutter pub get" in retroshare-mobile... The plugins flutter_custom_dialog, image_gallery_saver, qrscan use a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android V2 embedding. Otherwise, consider removing them since a future release of Flutter will remove these deprecated APIs. If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration. Launching lib\main.dart on AOSP on IA Emulator in debug mode... Running Gradle task 'assembleDebug'... /C:/flutter/.pub-cache/hosted/pub.dartlang.org/oktoast-2.3.2/lib/src/widget/oktoast.dart:108:26: Error: The getter 'body1' isn't defined for the class 'TextTheme'.

Kumaravinash9 commented 3 years ago

Hi @obrasero ,