On Disable null safety the type FcBuilderFunc is not found
Open
- Dominant language
- Dart
- Stars
- 19
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
in easy_store.dart file the type FcBuilderFunc is not found.
static void lazyPut(FcBuilderFunc builder, {String tag}) {
return GetInstance().lazyPut(builder, tag: tag);
}
C:/flutter/.pub-cache/hosted/pub.dartlang.org/easy-3.0.1/lib/src/easy_store.dart:6:26: Error: Type 'FcBuilderFunc' not found.
static void lazyPut(FcBuilderFunc builder, {String tag}) {
FcBuilderFuncAsync too fail.
Flutter running in Windows 10 System
easy: ^3.0.1
get: ^3.26.0 (optional flutter pub add get)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.