48 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
664
views
Unable to use Flutter 3.32.x (stable) using FVM
I'm currently on Flutter 3.29.0 and planning to upgrade to the latest stable release of the Flutter SDK. I'm using FVM 3.2.1. Before using the latest stable version of the Flutter SDK, I checked first ...
DevQt's user avatar
- 1,974
0
votes
0
answers
130
views
The specified language version is too high. The highest supported language version is 3.6
Every time after I run fvm flutter packages pub run build_runner build, I get the following issue:
../../fvm/versions/3.32.1/packages/flutter/lib/src/dart_plugin_registrant.dart:1:1: Error: The ...
1
vote
1
answer
68
views
What is the proper way to match the correct Flutter version when running old projects using FVM?
I'm using FVM (Flutter Version Management) to manage different Flutter versions across projects.
When working on older projects, I want to ensure I use the exact Flutter version it was developed with. ...
-1
votes
1
answer
89
views
More sweeps vs shorter timesteps [closed]
Question
Is it better to use larger timesteps that necessitate more sweeps, or shorter timesteps that permit fewer sweeps? I define 'better' as meaning a better 'accuracy-to-computation' ratio.
...
1
vote
1
answer
93
views
Heat equation units in FiPy
Question
Am I correct in using volumetric properties when simulating the heat diffusion equation with FiPy?
Context
I am solving the transient heat diffusion equation with an explicit source term.
...
1
vote
1
answer
1k
views
How to easy change AGP and KGP when use FVM in flutter
Im new to use fvm to change version in flutter
I can run fvm use <version> but then I don't see it reload the pubspec.yaml
There is some thing I don't understand:
1: Every package is still the ...
1
vote
0
answers
191
views
CocoaPods and Ruby Compatibility Issues with Flutter 2.6 on M1 Mac (Pod Install Fails)
I have a Flutter project from 2021 that I need to rebuild without upgrading dependencies. To manage different Flutter versions, I installed FVM and switched to Flutter 2.6 to build for iOS.
However, ...
0
votes
1
answer
266
views
Could not get unknown property 'usesUnsupportedDependencyVersions' for project ':app' of type org.gradle.api.Project
Steps to reproduce
melos clean && melos bootstrap
fvm flutter pub get
fvm flutter pub upgrade
fvm flutter pub run build_runner clean
fvm flutter pub run build_runner build --delete-conflicting-...
0
votes
0
answers
66
views
I have a problem while building my flutter project with fvm
When i'm running an empty project everything works perfectly but when I try to run an existing one I have the error :
FAILURE: Build failed with an exception.
* Where: Script 'C:\src\flutter\packages\...
0
votes
0
answers
185
views
Flutter FVM and dependencies
The situation is like this, I connected to the project, there is an old version of flutter and fvm configuration files. I set myself an fvm, bent the project and installed the desired version of ...
0
votes
1
answer
258
views
Getting error while building apk using fvm
I am trying to build apk using following cmd fvm flutter build apk I am getting below mentioned error please suggest a solution.
Error:
PS C:\Users\ARcaN\Desktop\otrack_flutter_app> fvm flutter ...
0
votes
1
answer
216
views
macos_assamble.sh: no such file or directory - build Flutter MacOS on Github Actions
I'm trying to build a Flutter application for MacOS desktop using GitHub Actions. But I get the following error output:
.../build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/...
0
votes
1
answer
377
views
FVM install error FormatException: Invalid UTF-8 byte (at offset 5)
I'm trying to download flutter sdk via fvm, but this error is not allowed
C:\>fvm install stable Creating local mirror... Unhandled exception: FormatException: Invalid UTF-8 byte (at offset 5) #0 ...
2
votes
2
answers
1k
views
fvm flutter --version is different from fvm list
I am trying to set my flutter version to 3.10.2. I tried using fvm use 3.10.2.
When I run fvm list, I get:
Cache Directory: /home/me/fvm/versions
3.19.3
3.10.2 (active)
3.3.1
But when running fvm ...
3
votes
0
answers
2k
views
Dart package fvm is failing to install any version
So the thing is I have activated the fvm package using dart pub global activate fvm and added Pub/Cache/bin to the path. I had also flutter, dart and git installed properly insalled. But when I do fvm ...