A Flutter mobile app for Strapi CMS. You can use your hosted version of strapi on this mobile app.
- authentication
- list all content types
- list all single types
- view collection records in grid view
- view collection records in list view
- content type configuration screen (view-only)
- list all media (view-only)
- view media details
- all settings screens (view-only)
- some content types with relations might show error screen
- every screen is just view-only in initial alpha phase
- for login the server url only accepts the pattern
https://<domain-or-ip-with-port>
Import Strapi Admin APIs in Postman via this link
https://www.getpostman.com/collections/3a9b0deceae6c7fd1528
The mobile app uses Strapi's admin APIs to communicate with the hosted version of strapi.
Contributions are always welcome!
- Check the issues section on GitHub
- Issues marked as bug has priority
- PR for feature request will be merged with beta tag for community testing and response
- Discord - Come chat with the Strapi community including the core team.
- Forum - Place to discuss, ask questions and find answers, show your Strapi project and get feedback or just talk with other Community members.
- Awesome Strapi - A curated list of awesome things related to Strapi.