The current Dart SDK version is 2.12.2.
Because audioplayers 0.18.3 depends on uuid ^3.0.1 which depends on crypto ^3.0.0, audioplayers 0.18.3 requires crypto ^3.0.0.
(1) So, because archive >=2.0.0 <3.0.0-nullsafety.0 depends on crypto ^2.0.0,…
We are using record pub package to record a audio and use speech-to-text to convert voice to text for our flutter desktop app. the recording works through Bluetooth headphones. But recording doesn't work with direct mic or wired headphones mic. we…
I am facing a problem that really isn't making any sense, a problem that started when I wanted to use the "http" and "provide" dependencies by entering them into the pubspec.yaml file.
pub get won't run due to the dart version being lower than…
I'm trying to add this font
but i don't know why can't use it .
fonts:
- family: IRANSansX
fonts:
- asset: assets/fonts/IRANSansXFaNum-Black.ttf
- asset: assets/fonts/IRANSansXFaNum-Bold.ttf
- asset:…
I am trying to add a calendar widget to my flutter app but I am getting errors when I run "pub get".
pubspec.yaml content:
environment:
sdk: ">=2.8.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2
…
got this exception when I add pubnub: ^1.4.4 into pubspec.yaml
Because pubnub >=1.0.2 <3.2.0 depends on dio ^3.0.0 and talad_flutter
depends on dio ^4.0.0, pubnub >=1.0.2 <3.2.0 is forbidden. So, because
talad_flutter depends on pubnub ^1.4.4,…
I made a new app and I'm in the process of uploading it to google play store. But I am getting exported="false" error. I tried many ways but couldn't. I updated most of the packages in the pubspec file to the latest version, but still the false…
Because null safety in flutter is relatively new, I had to depend on some prerelease versions.
However for some packages I would like to use the stable version.
The problem is: flutter don't let me use version 1.0.0 of hive_generator. It always…