wsloth / Index

The Index is a simple Hacker News reader app which is focused on making you read less, by only showing you the top stories of the last 24 hours.
10 stars 9 forks source link

Updated SDK Version in `flutter.yaml` Workflow #20

Closed milansurelia closed 1 year ago

milansurelia commented 1 year ago

This PR will allow the workflow to run in the latest version.

wsloth commented 1 year ago

I'm trying to get the build to work locally as well as in the pipeline, but not really getting very far. Are you able to run flutter build apk locally?

The flutter run command works fine for me on the iOS simulator, but I'm not able to run a build (and this is breaking the CI pipeline as well.)

milansurelia commented 1 year ago

Okay, will check & update soon

milansurelia commented 1 year ago

@wsloth I have updated the code.

Now, it's not breaking the CI/CD pipeline. You can check this PR: https://github.com/wsloth/Index/pull/26

As I have updated the code in another PR, I am closing this PR.