SilenceCodder / OneDownloader

Download All social media content which includes Whatsapp status saver, Facebook downloader, Instagram downloader, TikTok downloader app and all social media saver just One App
https://github.com/SilenceCodder/OneDownloader
15 stars 7 forks source link

Lots of errors.. i solved some of them but still not able to build the app... ALL Details Below #1

Open NomanBaigA opened 2 years ago

NomanBaigA commented 2 years ago

First error - (Solved)

Plugin project :firebase_core_web not found. Please update settings.gradle. Plugin project :cloud_firestore_web not found. Please update settings.gradle.

//........................................................................................................................................................

Second error - (HALF SOLVED)

/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/google_fonts-0.4.3/lib/google_fonts.dart:2123:7: Error: No named parameter with the name 'display4'. display4: GoogleFonts.aBeeZee(textStyle: textTheme?.display4), ^^^^^^^^ /C:/src/flutter/packages/flutter/lib/src/material/text_theme.dart:81:9: Context: Found this candidate, but the arguments don't match. const TextTheme({ ^^^^^^^^^ . . . . . . Error is too big

half solved by changing google_fonts 0.4.0 to 1.0.0 //.............................................................................................................................................................

Third error - (NOT SOLVED)

/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/chewie-0.9.10/lib/src/chewie_player.dart:83:7: Error: No named parameter with the name 'resizeToAvoidBottomPadding'. resizeToAvoidBottomPadding: false, ^^^^^^^^^^^^^^^^^^^^^^^^^^ /C:/src/flutter/packages/flutter/lib/src/material/scaffold.dart:1470:9: Context: Found this candidate, but the arguments don't match. const Scaffold({ ^^^^^^^^ /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/chewie-0.9.10/lib/src/chewie_player.dart:276:17: Error: The method 'inheritFromWidgetOfExactType' isn't defined for the class 'BuildContext'.

FAILURE: Build failed with an exception.

1MinuteAunty commented 4 months ago

Hi, I have encountered a similar issue and managed to find a solution. In my project from statussaver, I addressed this by [using Storage Access Framework instead of MANAGE_EXTERNAL_STORAGE].

I hope this helps! @NomanBaigA @SilenceCodder @felangelov