السلام عليكم. ما هي life cycle في flutter وشكرا
yousif_majeed
21
25.6 ألف مشاهدات المحتوى
عضو منذ
السلام عليكم حل مشكلة تسجيل الدخول بأستخدام BACKEND FIREBASE E/RecaptchaCallWrapper( 5512): Initial task failed for action RecaptchaAction(action=signInWithPassword)with exception - An internal error has occurred. [ INVALID_LOGIN_CREDENTIALS ]T FIREBASE - FLUTTER كود FLUTTER هو: CustomButtonAuth( title: "login", onPressed: () async { try { final credential = await FirebaseAuth.instance .signInWithEmailAndPassword( email: email.text, password: password.text); Navigator.of(context).pushReplacementNamed("homepage"); } on FirebaseAuthException catch (e) { if (e.code == 'user-not-found') { print('No user found for that email.'); } else if (e.code == 'wrong-password') { print('Wrong password provided
> Task :gradle:compileGroovy FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':gradle:compileGroovy'. > BUG! exception in phase 'semantic analysis' in source unit 'C:\flutter\packages\flutter_tools\gradle\src\main\groovy\flutter.groovy' Unsupported class file major version 64 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 10s
السلام عليكم كيف يمكنني الحصول على كود SHA-1 في flutter وهناك خطأ ايضاً هو cd : Cannot find path 'C:\Users\fahdy\OneDrive\Desktop\fireabse\android' because it does not exist. At line:1 char:1 + cd android + ~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (C:\Users\fahdy\...ireabse\android:String) [Set-Location], ItemNotFoundException + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand وشكراً
FAILURE: Build failed with an exception. السلام عليكم كيف احل مشكلة ال gradle * Where: Build file 'C:\Users\fahdy\OneDrive\Desktop\flower_app_lesson8-master\android\app\build.gradle' line: 1 * What went wrong: A problem occurred evaluating project ':app'. > Could not find method Properties() for arguments [] on project ':app' of type org.gradle.api.Project. * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. > Get more
السلام عليكم Error: No pubspec.yaml file found. This command should be run from the root of your Flutter project في flutter وشكرا
السلام عليكم هل يمكن استعمال firebase بدلا من backend يعني بدلا من php mysql وهل يمكنني فقط استعمال frontend و firebase فقط وشكرا
السلام عليكم هل لغة HTML,CSS,JS مع firebase تكفي لبناء موقع انترنت كامل يعني fullStack. هل هناك بدائل للbackend
حل مشكلة Plugin [id: 'com.android.library', version: '1.7.10', apply: false] was not found in any of the following sources في android studio
The 'kotlin-android-extensions' Gradle plugin is no longer supported حل المشكلة في برنامج android studio وشكرا
السلام عليكم حل مشكلة : A build operation failed. Could not create task ':app:compileDebugKotlin'. Could not create task ':app:compileDebugKotlin'. Cannot use @TaskAction annotation on method AbstractKotlinCompile.execute() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method. في android studio
السلام عليكم شرح كيفية انشاء file styles.xml في values او العثور علية في ملفات المشروع android studio وشكرا
السلام عليكم هل من تطبيقات وافكار جديدة للهواتف الذكية؟ لبناء تطبيقات جديدة ليست موجودة على متجر appstor و Google play
ماذا يمكن ان تفعل البرمجة الكائنية التوجة في البرمجة في تطبيقي مع مثال؟ وماذا يمكنني ان استفاد منها ؟ وشكراً
السلام عليكم ماذا تعني public في كوتلن؟ ماذا تعني public و protected وinternal و private? في برمجة الكوتلن ارجو التوضيح مع امثلة وشكراً