Skip to main content
Glama

FastMCP Style Enforcer

by chinggu88
main.dart471 B
import 'package:flutter/material.dart'; import 'package:get/get.dart'; import 'app/routes/app_pages.dart'; import 'app/bindings/app_binding.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({super.key}); @override Widget build(BuildContext context) { return GetMaterialApp( title: 'Flutter Demo', initialBinding: AppBinding(), initialRoute: '/', getPages: AppPages.routes, ); } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chinggu88/flutter_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server