diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 57ff255..c824dc6 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -34,9 +34,6 @@ jobs: - name: Install dependencies run: dart pub get - - - name: Run build_runner - run: dart run build_runner build --delete-conflicting-outputs # Uncomment this step to verify the use of 'dart format' on each commit. # - name: Verify formatting diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c05eee2..aaa001f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,9 +21,6 @@ jobs: - name: Install dependencies run: dart pub get - - name: Run build_runner - run: dart run build_runner build --delete-conflicting-outputs - - name: Analyze project source run: dart analyze --fatal-infos diff --git a/pubspec.yaml b/pubspec.yaml index 0ee5cbb..1003069 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -42,10 +42,6 @@ dependencies: dev_dependencies: - # Standalone generator and watcher for Dart - build_runner: ^2.4.7 - # A generator for injectable library. - injectable_generator: ^2.4.1 # Provides Dart Build System builders for handling JSON. json_serializable: ^6.7.1 # Set of lint rules for Dart.