-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/plugins
#5653Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: regressionIt was better in the past than it is nowIt was better in the past than it is nowp: local_authPlugin for local authentificationPlugin for local authentificationpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
In version 1.1.11 it was possible to import error_codes as : import 'package:local_auth/local_auth.dart/error_codes.dart' as auth_error;
In version 2.0.0 as package started using strict exports there is no way to access error codes.
Consider adding :
export ‘package:local_auth/src/types/error_codes.dart’ as ErrorCodes
to packages/local_auth/local_auth/lib/local_auth.dart
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: regressionIt was better in the past than it is nowIt was better in the past than it is nowp: local_authPlugin for local authentificationPlugin for local authentificationpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version