Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.
[x] I read the [Code Style Guide] and followed the process outlined there for submitting PRs.
[x] All existing and new tests are passing.
[x] I updated/added relevant documentation (doc comments with ///).
[x] The analyzer (flutter analyze) does not report any problems on my PR.
[x] I updated pubspec.yaml, build.properties, and ios/Podfile with an appropriate new version according to the [pub versioning philosophy].
[x] I updated CHANGELOG.md to add a description of the change.
[x] I am authorized to release this code under the MIT License and agree to do so
Description
This PR adds the Linux support of example.
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.///
).flutter analyze
) does not report any problems on my PR.pubspec.yaml
,build.properties
, andios/Podfile
with an appropriate new version according to the [pub versioning philosophy].CHANGELOG.md
to add a description of the change.UI Change
Does your PR affect any UI screens?