Tool tree
Hire vetted senior Flutter developers from the GetWidget team. AI-augmented delivery 40-60% faster. $18-$60/hr. 48-hour match. 30-day replacement.
page: Every page
open_pricingAnswer
Open the HireFlutterDev pricing page (Junior $18, Mid $28, Senior $42, Lead $60 per hour, India, AI-augmented).
View tool JSON
{
"name": "open_pricing",
"kind": "answer",
"impl": "imperative",
"description": "Open the HireFlutterDev pricing page (Junior $18, Mid $28, Senior $42, Lead $60 per hour, India, AI-augmented).",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}open_blog_postAction
Open a specific HireFlutterDev blog post by slug (e.g. flutter-ai-integration-guide).
View tool JSON
{
"name": "open_blog_post",
"kind": "act",
"impl": "imperative",
"description": "Open a specific HireFlutterDev blog post by slug (e.g. flutter-ai-integration-guide).",
"inputSchema": {
"type": "object",
"properties": {
"slug": {
"type": "string",
"description": "Blog slug, e.g. flutter-ai-integration-guide"
}
},
"required": [
"slug"
],
"additionalProperties": false
},
"page": "/"
}open_contact_modalSensitive Action
Open the contact / discovery-call modal so the user can book a Flutter developer match.
View tool JSON
{
"name": "open_contact_modal",
"kind": "transact",
"impl": "imperative",
"description": "Open the contact / discovery-call modal so the user can book a Flutter developer match.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}submit_contactSensitive Action
Submit a discovery-call / hiring-enquiry lead directly. Mirrors POST /api/contact.
View tool JSON
{
"name": "submit_contact",
"kind": "transact",
"impl": "imperative",
"description": "Submit a discovery-call / hiring-enquiry lead directly. Mirrors POST /api/contact.",
"inputSchema": {
"type": "object",
"properties": {
"email": {
"type": "string",
"format": "email"
},
"name": {
"type": "string"
},
"company": {
"type": "string"
},
"workflow": {
"type": "string",
"description": "Brief description of the role or project."
}
},
"required": [
"email"
],
"additionalProperties": true
},
"page": "/"
}