Skip to content

Edoardo Vignati

– Always looking for something awesome –

Menu
  • About me
  • Studies
  • Publications
  • Skills
  • Portfolio
  • Projects
  • Career
  • Blog
Menu

[SOLVED] flutter_osm_plugin not working (Expecting an argument)

Posted on 11/09/2021 by Edoardo

If you are here it means that you cannot use the OSM plugin for Flutter. And if you are reading this post I hope you’re going to fix it.

This is the error:

e: /home/edoardo/.pub-cache/hosted/pub.dartlang.org/flutter_osm_plugin-0.15.0/android/src/main/kotlin/hamza/dali/flutter_osm_plugin/FlutterInfoWindow.kt: (42, 56): Expecting an argument
e: /home/edoardo/.pub-cache/hosted/pub.dartlang.org/flutter_osm_plugin-0.15.0/android/src/main/kotlin/hamza/dali/flutter_osm_plugin/FlutterOsmPlugin.kt: (60, 53): Expecting an argument
e: /home/edoardo/.pub-cache/hosted/pub.dartlang.org/flutter_osm_plugin-0.15.0/android/src/main/kotlin/hamza/dali/flutter_osm_plugin/FlutterOsmPlugin.kt: (61, 23): Expecting an argument
e: /home/edoardo/.pub-cache/hosted/pub.dartlang.org/flutter_osm_plugin-0.15.0/android/src/main/kotlin/hamza/dali/flutter_osm_plugin/FlutterOsmPlugin.kt: (91, 34): Expecting an argument
........

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':flutter_osm_plugin:kaptGenerateStubsDebugKotlin'.
> Compilation error. See log for more details

* 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 27s
Exception: Gradle task assembleDebug failed with exit code 1

If you are facing the same error, you can try to fix in this way:

  • invalidate cache and restart
  • upgrade Flutter
  • upgrade Android Studio plugins
  • upgrade Kotlin version

How to invalidate cache and restart

File -> Invalidate cache/restart

How to upgrade Flutter

From the terminal type:

$ flutter upgrade

How to upgrade Android Studio Plugins

File -> Settings -> Plugins and update what the IDE is suggesting you, then restart Android Studio.

How to upgrade Kotlin version in Gradle

Under project/android/build.gradle find the buildscript{} method and update the Kotlin version like the following example:

buildscript {
    ext.kotlin_version = '1.4.32'
    repositories {
        google()
        jcenter()
    }

    dependencies {
        classpath 'com.android.tools.build:gradle:4.0.1'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
    }
}

In particular, this last edit (line 2) made my day.

Enjoy Flutter and OSM!


Buy Me A Coffee


This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

  1. Edoardo on [SOLVED] XMLHttpRequest error in Flutter web is a CORS error06/01/2023
  2. Fabi on [SOLVED] XMLHttpRequest error in Flutter web is a CORS error20/12/2022
  3. Edoardo on How to install hplip on Ubuntu28/11/2022
  4. Alex K on How to install hplip on Ubuntu28/11/2022

© 2023 Edoardo Vignati | Powered by Minimalist Blog WordPress Theme
Manage Cookie Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
Manage options Manage services Manage vendors Read more about these purposes
View preferences
{title} {title} {title}