-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(aft): Use `pubspec.yaml` instead of `aft.yaml` The `aft.yaml` file duplicates many of the fields present in the a `pubspec.yaml` file. It also means that `aft` commands cannot be run outside the Amplify Flutter repo even though that may be useful. Further, by isolating dependencies in a separate file, dependabot is less useful since it won't update `aft.yaml` when making its checks.
- Loading branch information
Showing
25 changed files
with
2,277 additions
and
899 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.