Skip to content

Tony/675 create template app from anywhere#677

Merged
gjwgit merged 5 commits into
devfrom
tony/675_create_template_app_from_anywhere
Jun 22, 2026
Merged

Tony/675 create template app from anywhere#677
gjwgit merged 5 commits into
devfrom
tony/675_create_template_app_from_anywhere

Conversation

@tonypioneer

Copy link
Copy Markdown
Collaborator

Pull Request Details

Description

Fixed the pubspec.yaml file issue.
Updated the README document including the guidance for Windows users.

Related Issues

#675 #676

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How To Test?

Run dart run solidpod:create my_pod_app or flutter pub global activate solidpod && solidpod create my_pod_app.
Then cd my_pod_app, flutter create ., flutter pub get, flutter run.

Please note that, before login will work you must publish a Client Identifier Document for the app. The generator writes a ready-to-deploy copy of it, together with the web redirect helper, into the generated project's solid/ folder:

solid/client-profile.jsonld — the Solid-OIDC Client Identifier Document. Its redirect_uris are generated to match, byte for byte, the redirectUris passed to SolidLogin in lib/app.dart.
solid/redirect.html — the web and post-logout redirect helper used by the oidc package.

Checklist

  • Screenshots included here/in linked issue #
  • Changes adhere to the style and coding guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • Any dependent changes have been merged and published in downstream modules
  • The update contains no confidential information
  • The update has no duplicated content
  • No lint check errors are related to these changes (make prep or flutter analyze lib)
  • Integration test dart test output or screenshot included in issue #
  • I tested the PR on these devices:
    • Android
    • iOS
    • Linux
    • MacOS
    • Windows
    • Web
  • I have identified reviewers
  • The PR has been approved by reviewers

Finalising

  • Merge dev into the this branch
  • Resolve any conflicts
  • Add a one line summary into the CHANGELOG.md
  • Push to the git repository and review
  • Merge the PR into dev

@gjwgit gjwgit merged commit 16c9eeb into dev Jun 22, 2026
20 checks passed
@gjwgit gjwgit deleted the tony/675_create_template_app_from_anywhere branch June 22, 2026 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SOLIDPOD: Users cannot register solidpod command on Windows SOLIDPOD: Allow users to create a SolidPod template app from anywhere

2 participants