About 5,300,000 results
Open links in new tab
  1. What is the easiest way to publish a pub.dev package in a CI?

    Oct 4, 2021 · Take note of this when running pub publish: When we run this command in our terminal for the first time, pub would ask us to log in to our pub.dev account by opening the URL printed on the …

  2. flutter - Because project depends on flutter_lints any which doesn't ...

    Sep 14, 2024 · Because project depends on flutter_lints any which doesn't exist (authorization failed), version solving failed. Insufficient permissions to the resource at the https://pub.dev package …

  3. Got sockect error trying to find packeage test at https//pub.dev

    Apr 28, 2023 · Got sockect error trying to find packeage test at https//pub.dev Asked 2 years, 7 months ago Modified 1 year, 5 months ago Viewed 2k times

  4. A problem occurred evaluating project ':geolocator_android'

    Mar 21, 2025 · 1: Task failed with an exception. ----------- * Where: Build file 'C:AppData\Local\Pub\Cache\hosted\pub.dev\geolocator_android-4.6.2\android\build.gradle' line: 29 …

  5. Update flutter dependencies in /.pub-cache - Stack Overflow

    Mar 28, 2019 · Run flutter pub cache repair This might take quite some time and re-downloads every package in the cache, even outdated versions that might not be used anymore by any project on disk.

  6. dart - Error: 'CarouselController' is imported from both Package in ...

    Jun 30, 2024 · I tried to update my project but not able to solve this error. **I have tried using Alias - "as" keyword inside my code import 'package:flutter_carousel ...

  7. dart - flutter pub run build_runner build failed - Stack Overflow

    Sep 20, 2019 · After trying everything here without success, I simply did a flutter pub get and everything works well after when I did flutter pub run build_runner build --delete-conflicting-outputs

  8. Flutter command to delete packages in .pub-cache folder

    Oct 9, 2019 · How to delete the flutter packages in .pub-cache folder? When we give flutter clean, it will delete the build folder in the current directory. We can delete it manually, but my requirement is to de...

  9. authorization failed error when flutter pub get - Stack Overflow

    Mar 20, 2024 · Because eschool depends on win32 any which doesn't exist (authorization failed), version solving failed. Insufficient permissions to the resource at the https://pub.dev package …

  10. Type 'UnmodifiableUint8ListView' not found (Flutter Build Error)

    Jun 26, 2024 · 2 This works for me: flutter pub cache clean flutter pub get flutter pub upgrade