/dartup-plugin-example

Dart analyzer plugin example for Dart Up 2021

Primary LanguageDartMIT LicenseMIT

Dart Up Plugin Example

Dart analyzer plugin example for Dart Up 2021

Installation

  1. Clone the package with
git clone https://github.com/incendial/dartup-plugin-example.git
  1. Install all dependencies
dart pub get
  1. Go to tools/analyzer_plugin/pubspec.yaml
  2. Since the package is not published, you need to add absolute path of the root package (dartup-plugin-example) and install dependecies.

Install the example app

  1. Clone the package with
git clone https://github.com/incendial/dartup-app-example.git
  1. Add a path reference to the previous package in pubspec.yaml.
  2. Install all dependencie
flutter pub get
  1. Reload the IDE