Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Visit the package at [pub.dev](https://pub.dev/packages/solidpod).

## 1.0

+ Update dependency (including rdflib 0.2.13) [1.0.19]
+ Support both user.server and server/user URIs [1.0.18 20260902 dc]
+ Streamline login logout [1.0.17 20260828 anushkavidanage]
+ Session store on web for secrets [1.0.16 20260819 tonypioneer]
Expand Down
21 changes: 4 additions & 17 deletions example/.gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
generated*
Generated*
pubspec.lock
*~
ignore

# Platform-specific build folders
/android/
/ios/
# Except Podfile
!/ios/Podfile
/linux/
/macos/
/windows/
/web/

# Miscellaneous
*.class
*.log
Expand Down Expand Up @@ -43,11 +27,11 @@ migrate_working_dir/
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins
.flutter-plugins-dependencies
.pub-cache/
.pub/
/build/
/coverage/

# Symbolication related
app.*.symbols
Expand All @@ -59,3 +43,6 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release

# Widget Preview related
.widget_preview/
30 changes: 0 additions & 30 deletions example/.metadata

This file was deleted.

83 changes: 0 additions & 83 deletions example/Makefile

This file was deleted.

8 changes: 1 addition & 7 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
# A Demonstrator of SolidPod Functionality

Through this app we demonstrate the suite of functionality provided by
the solidpod package.

Visit the [AU Solid Community](https://solidcommunity.au) for a suite
of solidpod apps developed using the solidpod package.
# Example of solidpod
3 changes: 2 additions & 1 deletion example/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

# The following line activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices.
include: package:flutter_lints/flutter.yaml

analyzer:
exclude:
- build/**
Expand All @@ -16,7 +18,6 @@ analyzer:
- windows/**
- macos/**
- linux/**
include: package:flutter_lints/flutter.yaml

linter:
# The lint rules applied to this project can be customized in the
Expand Down
Binary file removed example/assets/images/demopod_image.png
Binary file not shown.
Binary file removed example/assets/images/demopod_logo.png
Binary file not shown.
25 changes: 0 additions & 25 deletions example/client-profile.jsonld

This file was deleted.

87 changes: 0 additions & 87 deletions example/lib/constants/app.dart

This file was deleted.

63 changes: 0 additions & 63 deletions example/lib/dialogs/about.dart

This file was deleted.

Loading
Loading