
Step 2: Configure your apps to use Firebase Install the FlutterFire CLI by running the following command from anyĭirectory: dart pub global activate flutterfire_cli Log into Firebase using your Google account by running the following Step 1: Install the required command line tools If you don't already have a Flutter app, you can complete the GetĬreate a new Flutter app using your preferred editor or IDE. Operating system, including the following: Connect to the Cloud Functions emulator.Connect to the Cloud Storage for Firebase emulator.Connect to the Realtime Database emulator.I tried to many things including changing sdk versions,Ĭlasspath ":gradle:7.4. Flutter extension can be installed from:.VS Code at C:\Users\User\AppData\Local\Programs\Microsoft VS Code.Android Studio at C:\Program Files\Android\Android Studio.To resolve this, run: flutter doctor -android-licenses - If there are multiple build tool versions available, install the latest Java binary at: C:\Program Files\Android\Android Studio\jbr\bin\java.ANDROID_HOME = C:\Users\User\AppData\Local\Android\Sdk.Platform android-33-ext5, build-tools 33.0.2.Android toolchain - develop for Android devices (Android SDK version 33.0.2) Windows Version (Installed version of Windows is version 10 or higher) If those were intentional, you can disregard the above warnings however it is recommended to use "git" directly to perform update checks and upgrades.Consider addingĭ:\programs\flutter_windows_3.3.7-stable\flutter\bin to the front of your path. ! Warning: dart on your path resolves to C:\tools\dart-sdk\bin\dart.exe, which is not inside your current Flutter SDK checkout at D:\programs\flutter_windows_3.3.7-stable\flutter.




Flutter (Channel stable, 3.7.8, on Microsoft Windows, locale en-US) #ddistributionUrl=https\:///distributions/gradle-8.0.2-all.zip #distributionUrl=https\:///distributions/gradle-8.0.2-all.zip LocalPropertiesFile.withReader('UTF-8') "ĭistributionUrl=https\:///distributions/gradle-8.0.2-all.zip This is App/adle def localProperties = new Properties()ĭef localPropertiesFile = rootProject.file('local.properties') > No signature of method: .() is applicable for argument types: (File) values: ** Script 'D:\programs\flutter_windows_3.3.7-stable\flutter\packages\flutter_tools\gradle\adle' line: 912Ī problem occurred evaluating root project 'android'.Ī problem occurred configuring project ':app'.Ĭould not create task ':app:packLibsflutterBuildRelease'. I tried to build apk out of my flutter App I'm new to flutter I got this project and trying to release it, it suppose to be ready for release
