flutter_platform_widgets icon indicating copy to clipboard operation
flutter_platform_widgets copied to clipboard

Read this before raising an issue

Open aqwert opened this issue 5 years ago • 0 comments

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 avatar Jun 17 '20 10:06 aqwert