Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhass/insporation
Flutter based client for diaspora*
https://github.com/jhass/insporation
android client diaspora flutter mobile
Last synced: 2 days ago
JSON representation
Flutter based client for diaspora*
- Host: GitHub
- URL: https://github.com/jhass/insporation
- Owner: jhass
- License: bsd-3-clause
- Created: 2020-01-23T08:51:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T01:45:52.000Z (5 months ago)
- Last Synced: 2024-12-07T03:42:28.232Z (22 days ago)
- Topics: android, client, diaspora, flutter, mobile
- Language: Dart
- Size: 115 MB
- Stars: 30
- Watchers: 8
- Forks: 3
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# insporation\*
A native [diaspora\*](https://diasporafoundation.org) client powered by Flutter.
> This is still in preview. You will need a pod on the latest develop branch. Contributions are welcome, please open an issue if you work on something bigger to avoid duplicated effort :)
## Installation
As soon as this is out of preview it will appear in the usual stores. Until then you have the following options:
### Android
#### Download latest nightly build
You can go to the [releases page](https://github.com/jhass/insporation/releases) to download and install the latest build manually.
#### F-Droid repository
The nightlies are also published to a F-Droid repository which you can add by scanning the following QR code:
![](fdroid-repository.png)
or clicking [this link](https://jhass.github.io/insporation/fdroid/repo?fingerprint=EC792A58B39DF9FBB466FB100E30E3842F229FDBC6E28D32C417F6A5B30ECCAE) on your device that has a F-Droid client installed.
#### IzzyOnDroid F-Droid repo
The app is also available via the IzzyOnDroid repo [here](https://apt.izzysoft.de/fdroid/index/apk/jhass.eu.insporation). You have to add this repo to your F-Droid client first, you can do so by clicking this [link](https://apt.izzysoft.de/fdroid/repo?fingerprint=3BF0D6ABFEAE2F401707B6D966BE743BF0EEE49C2561B9BA39073711F628937A) on your device that has a F-Droid client installed.
### iOS
Join the TestFlight group by scanning the following QR code:
![](testflight.png)
or clicking [this link](https://testflight.apple.com/join/K9N72Ysr).
### Build it yourself
If you don't know how to build an Android, iOS or Flutter app, this is probably not for you!
In case you want to dare anyways:1. Install [Flutter](https://flutter.dev)
2. Install Android SDK / Xcode
3. Clone this repo
4. Connect your debugging enabled device and `flutter run` :)## Contributing translations
Want to use insporation\* in your favorite language? Head over to [Weblate](https://hosted.weblate.org/engage/insporation/)!
## Implementation status
* Android support
* iOS support
* Usable for content browsing and content creation## Roadmap
Roughly in order of priority, but contributions towards any of these goals are always welcome.
* Polish design
* System notifications
* Post preview in publisher
* macOS support
* Linux desktop support
* Web support