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

Feature/null safety migration #212

Merged
merged 23 commits into from
Mar 22, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update chopper/README.md
Co-authored-by: Ivan Terekhin <i.terhin@gmail.com>
  • Loading branch information
fryette and JEuler authored Mar 20, 2021
commit f97e8157e197b84d79e07cffeae5d232ba1f34d7
3 changes: 1 addition & 2 deletions chopper/README.md
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ Chopper is an http client generator for Dart and Flutter using source_gen and in
In your project's `pubspec.yaml` file,

* Add *chopper*'s latest version to your *dependencies*.
* Add `build_runner: ^1.12.1` to your *dev_dependencies*.
* Add `build_runner: ^1.12.2` to your *dev_dependencies*.
* *build_runner* may already be in your *dev_dependencies* depending on your project setup and other dependencies.
* Add *chopper_generator*'s latest version to your *dev_dependencies*.

@@ -44,4 +44,3 @@ Latest versions:
* [Angular](https://github.com/lejard-h/chopper/blob/master/example/web/main.dart)

## If you encounter any issues, or need a feature implemented, please visit [Chopper's Issue Tracker on GitHub](https://github.com/lejard-h/chopper/issues).