Skip to content

Commit

Permalink
Remove build_runner remaisn
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Oct 22, 2024
1 parent a9f18d0 commit 44650fa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 60 deletions.
4 changes: 2 additions & 2 deletions pkgs/messages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ This translated file was created by a translator given the reference `en.arb`.
```
you can then run

`dart run build_runner build -d`
`dart run messages`

This will generate both code to call your messages, as well as data files which will be shipped with your application. You can then use these generated files by importing the generated files:

Expand Down Expand Up @@ -105,4 +105,4 @@ package_options:
// multi
// line
// header
```
```
3 changes: 0 additions & 3 deletions pkgs/messages/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ dependencies:
messages: ^0.2.0

dev_dependencies:
build_daemon: ^4.0.0
build_runner: ^2.3.3
build_web_compilers: ^4.0.10
dart_flutter_team_lints: ^3.1.0
lints: ^4.0.0
path: ^1.8.3
Expand Down
55 changes: 0 additions & 55 deletions pkgs/messages/example/tools/daemon.dart

This file was deleted.

0 comments on commit 44650fa

Please sign in to comment.