Skip to content

Conversation

@animeshxd
Copy link
Contributor

@animeshxd animeshxd commented Apr 25, 2023

Description

Fixes Unhandled Exception: type 'Null' is not a subtype of type 'String' in type cast if Linux device is not connected to network

Related Issues

Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I titled the PR using Conventional Commits.
  • I did not modify the CHANGELOG.md nor the pubspec.yaml files.
  • All existing and new tests are passing.
  • The analyzer (flutter analyze) does not report any problems on my PR.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (please indicate that with a ! in the title as explained in Conventional Commits).
  • No, this is not a breaking change.

Copy link
Collaborator

@vbuberen vbuberen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for reporting and providing a fix right away

@vbuberen vbuberen changed the title fix(network_info_plus): fixed Unhandled Exception: type 'Null' is not a subtype of type 'String' in type cast for Linux fix(network_info_plus): Type cast for Linux when calling getWifiIP() Apr 25, 2023
@vbuberen vbuberen merged commit ce7c956 into fluttercommunity:main Apr 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Unhandled Exception: type 'Null' is not a subtype of type 'String' in type cast

2 participants