Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read this before raising an issue #193

Open
aqwert opened this issue Jun 17, 2020 · 0 comments
Open

Read this before raising an issue #193

aqwert opened this issue Jun 17, 2020 · 0 comments

Comments

@aqwert
Copy link
Collaborator

aqwert commented Jun 17, 2020

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.
dependencies:
  flutter_platrform_widgets:
    git:
      url: [email protected]:stryder-dev/flutter_platform_widgets.git
      ref: beta
  • 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
@aqwert aqwert pinned this issue Jun 17, 2020
@stryder-dev stryder-dev locked as off-topic and limited conversation to collaborators Jun 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant