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
Before raising an issue please read the following:
Important Only issues and PR's that you are referencing from the the stable channel of flutter will be accepted. If you are referencing the Beta or Dev channels or Master branch of flutter issues will not be accepted. This project requires to reference all properties of widgets that are made into a platform version of it and therefore needs to match the exact channel of flutter.
Important This project only includes a Platform widget where the underlying widget exists in both Flutter's Material and Cupertino libraries. If you feel one needs to exist please raise an issue with Flutter directly
Important This project needs to match the specific version of flutter, particularly major releases of flutter. Check the CHANGELOG.md to see what version of flutter_platfrom_widgets is compatible with the version of Flutter.
Referencing the correct branch
The master branch and what is published to pub.dev is based off the stable channel of flutter. You need to be on the stable branch of flutter to raise an issue related to what is published to pub.dev. It is best to refer to the latest version through pub.dev.
The beta branch is based off the beta channel of flutter. If you use that branch from flutter you need to git reference the beta branch in your pubspec.yaml.
If you reference the dev channel or master branch of flutter you need to fork off either the master or beta branches of this project and then git reference your branch and fix any issues yourself. These channels move and change too quickly to be supported by this project
The text was updated successfully, but these errors were encountered:
Before raising an issue please read the following:
Important Only issues and PR's that you are referencing from the the stable channel of flutter will be accepted. If you are referencing the Beta or Dev channels or Master branch of flutter issues will not be accepted. This project requires to reference all properties of widgets that are made into a platform version of it and therefore needs to match the exact channel of flutter.
Important This project only includes a Platform widget where the underlying widget exists in both Flutter's Material and Cupertino libraries. If you feel one needs to exist please raise an issue with Flutter directly
Important This project needs to match the specific version of flutter, particularly major releases of flutter. Check the CHANGELOG.md to see what version of
flutter_platfrom_widgets
is compatible with the version of Flutter.Referencing the correct branch
The text was updated successfully, but these errors were encountered: