Skip to main content
Glama
chinggu88

FastMCP Style Enforcer

by chinggu88
app_controller.dart388 B
import 'package:flutter/material.dart'; import 'package:get/get.dart'; class AppController extends GetxController { static AppController to = Get.find(); final _bottomindex = 0.obs; ///바텀네비게이션 인덱스 int get bottomIndex => _bottomindex.value; set bottomIndex(int value) => _bottomindex.value = value; @override void onInit() { super.onInit(); } }

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