I updated hydrated_bloc from 6.1.0 to the latest 7.0.1 and I got a warning in:
HydratedBloc.storage = await HydratedStorage.build(); The parameter 'storageDirectory' is required.
When I changed to what the new documentation…
To understand my question, we need to follow the example below which from the official flutter documentation:
flutter:
fonts:
- family: Raleway
fonts:
- asset: fonts/Raleway-Regular.ttf
- asset: fonts/Raleway-Italic.ttf
…
I am trying to set constraints for git package dependencies with versions below 1.0.0; however, it might also be versions above, but not sure.
Flutter project depends on two packages that we're hosting on git repositories.
We're referencing them in…
Because tflite_flutter >=0.6.0 depends on ffi ^1.0.0 and file_picker 5.2.1 depends on ffi ^2.0.1, tflite_flutter >=0.6.0 is incompatible with file_picker 5.2.1.
And because no versions of file_picker match >5.2.1 <6.0.0, tflite_flutter >=0.6.0 is…
I created a library which I used on a project, I want to use a branch of the library depending of what branch the project is.
For example, if the project branch is development, I want the library's branch to be get by pubspec is to be development as…
I have an application composed of a number of different Dart and Flutter packages.
This has proven useful in that I've been able to move things like fonts, colours and Widgets into an independent style guide package which we can then use across all…
Dart allows to use the standard library names for conditional import/export, like this:
export 'src/hw_none.dart' // Stub implementation
if (dart.library.io) 'src/hw_io.dart' // dart:io implementation
if (dart.library.html)…
I have an app (with null-safety), and want to use integration_test package to do some testing. The pubspec.yaml looks like:
dependencies:
archive: ^3.1.2
...
dev_dependencies:
build_resolvers: ^2.0.0
build_runner: ^1.11.5
flutter_test:
…
I'm getting this error after updating to 3.10, and I don't reference accentColor in code. I assume it's one of the libraries that use this line. How do I check which one it is?
Error:
: Error: The getter 'accentColor' isn't defined for the class…
Flutter Dependencies error:
Because firebase_auth_web 5.4.0 depends on intl ^0.17.0 and no versions of firebase_auth_web match >5.4.0 <6.0.0, firebase_auth_web ^5.4.0 requires intl ^0.17.0.
So, because ventus depends on both intl ^0.18.0 and…
Because google_sign_in >=5.4.0 depends on
google_sign_in_platform_interface ^2.2.0 which depends on quiver
^3.0.0, google_sign_in >=5.4.0 requires quiver ^3.0.0. And because
every version of dependencies depends on quiver ^2.0.1,…
I am using the following libraries
idenfy_sdk_flutter: 2.0.0
flutterpluginfidologinapi:
hosted:
name: flutterpluginfidologinapi
url: https://flutter.dev.loginid.io
version: 0.61.33
and getting the following errors after adding…
After updating Firebase versions, iOS Flutter app does not run (even after building successfully).
The error I'm getting is:
libc++abi: terminating with uncaught exception of type NSException
*** Terminating app due to uncaught exception…