AI-Enabled Flutter App Development
Employer not named by the sourceRemote
Frontier is not the employer and does not collect applications.
About this role
PHP, Java, Mobile App Development, Android, Dart, Flutter, DevOps, REST API, Natural Language Processing · I’m building a cross-platform Flutter mobile app that relies on an “agentic” AI experience driven by natural-language processing. Your task is to own the full Flutter implementation and wire it up to my existing RESTful backend.
The AI layer Users will interact with an in-app conversational assistant. You’ll call my NLP endpoint, manage streaming responses, and present them in a chat-style UI while gracefully handling latency, errors, and token limits. The architecture should keep the assistant logic modular so additional skills such as image recognition or predictive analytics can be added later without refactoring the core app.
Backend connectivity Two API groups are already documented in OpenAPI (JSON): • Database management endpoints that deliver and persist user-specific data • Authentication endpoints providing sign-up, login, refresh, and role handling
You’ll integrate both, maintain secure storage of tokens, and respect the backend’s rate-limit headers. Future payment processing hooks may surface, so structuring the client for easy expansion is appreciated.
Core deliverables 1. Flutter (stable channel) project targeting Android & iOS, null-safe, following Cl