You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isoos opened this issue
Jun 22, 2020
· 2 comments
· Fixed by #2254
Labels
P1A high priority bug; for example, a single project is unusable or has many test failurestype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)
The text was updated successfully, but these errors were encountered:
jcollins-g
added
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
P1
A high priority bug; for example, a single project is unusable or has many test failures
labels
Jun 22, 2020
lib/c.dart:4:13: Error: The argument type 'C/*1*/' can't be assigned to the parameter type 'C/*2*/'.
- 'C/*1*/' is from 'package:fid_widgets/src//a.dart' ('lib/src//a.dart').
- 'C/*2*/' is from 'package:fid_widgets/src/a.dart' ('lib/src/a.dart').
main() => f(C());
^
P1A high priority bug; for example, a single project is unusable or has many test failurestype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)
Found on pub.dev for
fid_widgets 0.0.6
The text was updated successfully, but these errors were encountered: