{"id":21142152,"url":"https://github.com/mahaaoo/fastodon","last_synced_at":"2025-07-09T05:32:21.554Z","repository":{"id":117578954,"uuid":"172489577","full_name":"mahaaoo/Fastodon","owner":"mahaaoo","description":"👏👏一个使用Flutter完成的Mastodon客户端（兼容iOS和Android）","archived":false,"fork":false,"pushed_at":"2023-03-22T00:15:52.000Z","size":3898,"stargazers_count":20,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-13T20:22:20.925Z","etag":null,"topics":["dio","flutter","flutter-apps","mastodon"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mahaaoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-02-25T11:00:17.000Z","updated_at":"2023-11-07T12:50:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"57d495ad-6040-416e-a787-8879861a6026","html_url":"https://github.com/mahaaoo/Fastodon","commit_stats":{"total_commits":96,"total_committers":2,"mean_commits":48.0,"dds":"0.11458333333333337","last_synced_commit":"20213fa32bbc05ae73bf1e603355a7bd0ef92c1c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahaaoo%2FFastodon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahaaoo%2FFastodon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahaaoo%2FFastodon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mahaaoo%2FFastodon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mahaaoo","download_url":"https://codeload.github.com/mahaaoo/Fastodon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225489495,"owners_count":17482378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dio","flutter","flutter-apps","mastodon"],"created_at":"2024-11-20T07:43:33.683Z","updated_at":"2024-11-20T07:43:34.310Z","avatar_url":"https://github.com/mahaaoo.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"Language: [English](./README.md) | [中文简体](./README.zh.md)\n\n\n# Fastodon\n\nThis is a Mastodon client that uses Flutter to summarize the knowledge of Flutter that I have learned before. This project involves common functions such as custom widgets, components, page jumps, etc., using common third-party packages such as dio, cached_network_image, etc. The goal is to develop an app that is compatible with both platforms and available.👏\n\n[Mastodon](https://joinmastodon.org/)It is a free and open source decentralized distributed microblogging social network. Mastodon is an open source, web-based distributed microblogging software. The backend is written in Ruby on Rails, while the front end is written in JavaScript. This project utilizes its open source API implementation.[Development documentation is here](https://docs.joinmastodon.org/)。\n\n## Install\nThis project was developed by Flutter, first to ensure that the local environment has a Flutter development environment. If it is not configured yet, please refer to[中文文档](https://flutterchina.club/docs/)and[English development documentation](https://flutter.dev/docs/get-started/install)\n\n```\ngit clone https://github.com/mah93/Fastodon\ncd ./Fastodon\nflutter packages get\nflutter run\n```\nYou can successfully run in the simulator/real machine (both Android and iOS).\n\nP.S. You can ask questions in [issuse](https://github.com/mah93/Fastodon/issuse) if you encounter any problems.\n\n## Mastodon Guide\n\nMastodon Unlike Twitter, Mastodon is an open source project that allows users to create their own servers, and users between different servers can communicate without any gaps, much like an email system. Users registered on the A server are free to pay attention to another user registered on the B server, send TOOT @ he, and get a reply and notification in time.\n\n### Choose a server\nBefore you want to join Mastodon, you must first select a server to register and log in. You can join different servers according to your preferences (each server evolves into a different community culture according to the builder's wishes). All servers are listed [here](https://joinmastodon.org/). Of course, you can also build your own server. To build your own server, please refer to [github](https://github.com/tootsuite/documentation#running-mastodon).\n\n### Register and Login\nAfter selecting the server, you will be prompted to jump to the login page. If you don't have an account yet, just log in to complete the registration! (Account information is not shared on different servers, but you can browse to other servers or add friends)\n\nOK！just fine～\n\n## Preview\n### iOS\n\n| ![](./screenshot/iOS/pic_1.png) | ![](./screenshot/iOS/pic_2.png) |![](./screenshot/iOS/pic_3.png)  |\n|-|-|-|\n|  ![](./screenshot/iOS/pic_4.png)   |   ![](./screenshot/iOS/pic_5.png)   |   ![](./screenshot/iOS/pic_6.png)   |\n\n### Android\n\n| ![](./screenshot/Android/pic_1.png) | ![](./screenshot/Android/pic_2.png) |![](./screenshot/Android/pic_3.png)  |\n|-|-|-|\n|  ![](./screenshot/Android/pic_4.png)   |   ![](./screenshot/Android/pic_5.png)   |   ![](./screenshot/Android/pic_6.png)   |\n\n\n## Open source components used\n \n\n| components  | version         | description     |\n| -------- | ------------------------- | -------- |\n| dio     | ^2.0.2     | Network request framework     |\n| json_serializable      | ^2.0.0      | Json analysis  |\n| cached_network_image    | ^0.6.0    | Network image cache     |\n| shared_preferences   | ^0.5.1+1   | LocalStorage     |\n| flutter_spinkit  | ^3.1.0  | Loading     |\n| fluttertoast | ^3.0.1 | Totast     |\n| flutter_webview_plugin    | ^0.3.0+2    | WebView     |\n| flutter_html   | ^0.9.4   | Html analysis     |\n| url_launcher   | ^5.0.2   | Open browser    |\n\n\n## License\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahaaoo%2Ffastodon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmahaaoo%2Ffastodon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmahaaoo%2Ffastodon/lists"}