https://github.com/polilluminato/flutterdon-flutter
Chrome Extension and Web App built with Flutter to post on Mastodon
https://github.com/polilluminato/flutterdon-flutter
chrome-extension flutter flutter-app mastodon mastodon-app
Last synced: 5 months ago
JSON representation
Chrome Extension and Web App built with Flutter to post on Mastodon
- Host: GitHub
- URL: https://github.com/polilluminato/flutterdon-flutter
- Owner: polilluminato
- License: apache-2.0
- Created: 2023-02-09T21:32:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T23:31:32.000Z (over 2 years ago)
- Last Synced: 2025-05-08T21:49:25.698Z (5 months ago)
- Topics: chrome-extension, flutter, flutter-app, mastodon, mastodon-app
- Language: Dart
- Homepage:
- Size: 79.1 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Flutterdon
[](https://github.com/sponsors/polilluminato)
[](https://github.com/polilluminato)
[](https://github.com/polilluminato/flutterdon-flutter/issues)
[](https://github.com/polilluminato/flutterdon-flutter/pulls)
[](https://github.com/polilluminato/flutterdon-flutter)
[](https://github.com/polilluminato/flutterdon-flutter/graphs/contributors)
[](https://github.com/polilluminato/flutterdon-flutter)
[](https://github.com/polilluminato/flutterdon-flutter/commits/main)
[](https://github.com/polilluminato/flutterdon-flutter/blob/main/LICENSE)
[](https://github.com/polilluminato/flutterdon-flutter/blob/main/CODE_OF_CONDUCT.md)---
With **Flutterdon** you can post directly on your Mastodon account from a Chrome Extensions, or a webapp. All you have to do is to insert your instance and your bearerToken in the settings page and you are ready to post on Maston.
To test the webapp you can launch it on [Zapp!](https://zapp.run/) by [Invertase](https://invertase.io/) at this link: [Flutterdon Preview on Zapp!](https://zapp.run/github/polilluminato/flutterdon-flutter)
## 📗 Documentation
Some resource to get started:
* [mastodon_api](https://pub.dev/packages/mastodon_api): package to interact with Mastodon API from a Flutter App;
* [Introducing: GitHub Imports on Zapp!](https://zapp.run/blog/github-imports)## 🚀 Credits
* [Building a Google Chrome Extension with Flutter and Stream](https://getstream.io/blog/build-flutter-chrome-extension/)
* [Building a Chrome Extension with Flutter](https://zfinix.medium.com/building-a-chrome-extension-with-flutter-751e0674df09)## 💎 Contributing
If you would like to contribute to **flutterdon**, please create an [issue](https://github.com/polilluminato/flutterdon/issues) or create a Pull Request.
You can see more details from resources below:
- [Contributor Covenant Code of Conduct](https://github.com/polilluminato/flutterdon/blob/main/CODE_OF_CONDUCT.md)
**Feel free to join this development, diverse opinions make software better!**
## 📋 License
```
Copyright 2023 Alberto BonacinaLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```