05 Apr 2024
	
		
		04:44 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		10 May 2024
	
		
		03:42 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		 Michal_Gebacki
		
			Michal_Gebacki
		
		
		
		
		
		
		
		
	
			
		
After following the described steps to set up a Flutter application with Dynatrace, an error occurred when executing the command "dart run dynatrace_flutter_plugin". Here is the output:
Building package executable... 
Built dynatrace_flutter_plugin:dynatrace_flutter_plugin.
[2024-04-05 16:32:40][INFO][DYNATRACE]: Dynatrace Flutter Plugin 3.287.1
[2024-04-05 16:32:40][INFO][DYNATRACE]: Trying to read configuration file: dynatrace.config.yaml
[2024-04-05 16:32:40][ERROR][DYNATRACE]: Exception: Could not find Buildscript block in build.gradle.
[2024-04-05 16:32:40][INFO][DYNATRACE]: Finished configuration of Flutter application ..
Flutter doctor output:
[✓] Flutter (Channel stable, 3.19.5, on macOS 14.4.1 23E224 darwin-arm64, locale en-PT)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.2)
[✓] IntelliJ IDEA Community Edition (version 2023.2.3)
[✓] VS Code (version 1.87.2)
[✓] Connected device (3 available)
[✓] Network resources
• No issues found!
To confirm, I created an application from scratch, and the error persists. On iOS, it works normally.
Solved! Go to Solution.
08 Apr 2024 09:37 AM
The format of the build gradle file has changed and is not compatible anymore to our automated script. I will update this post when this issue has been fixed.
12 Apr 2024 08:53 AM
This has been fixed in the latest update, Dynatrace flutter plugin version 3.287.2
https://pub.dev/packages/dynatrace_flutter_plugin/changelog
