-
Notifications
You must be signed in to change notification settings - Fork 11
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
Rebuild of pixorama for serverpod 1.2.3 #7
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great start on updating this project and I assume the app works locally! :)
It looks like you have just added the files from the old pixorama on top of a new project. There are files that should be removed (like the example files from the default project). The project also demonstrates how to use the Relic webserver to host a Flutter web app, this is no longer working as those files have been overwritten by the new project.
Please see the comments for some examples of the above, but there may be more places in the code where this is also true. So please go over all the files one more time.
Before you send the PR, review all the changes you have made to make sure that they are intentionally made.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file should not be here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work on this! There are still a couple of things that need to be fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not have been added.
…into serverpod-update updated upstream branch with local
README.md
Outdated
|
||
```bash | ||
flutter run | ||
flutter run -d Chrome |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
flutter run -d chrome
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Changes:
PRE-LAUCH CHECKLIST
If you need help, consider asking for advice on the discussion board.