schemes top-level property

List<Map> schemes
getter/setter pair

Implementation

List<Map> schemes = [
  {
    "@type": "pubspecServerUniverse",
    "name": "example",
    "description": "A sample command-line application.",
    "version": "0.0.0",
    "publish_to": "none",
    "homepage": "https://youtube.com/@azkadev",
    "repository": "https://github.com/azkadev/packagex.git",
    "issue_tracker": "https://github.com/azkadev/server_universe/issues",
    "documentation":
        "https://github.com/azkadev/server_universe/tree/main/docs",
    "funding": ["https://github.com/sponsors/azkadev"],
    "platforms": {
      "@type": "pubspecServerUniversePlatforms",
      "android": null,
      "ios": null,
      "linux": null,
      "macos": null,
      "web": null,
      "windows": null,
    },
    "environment": {
      "@type": "pubspecServerUniverseEnvironment",
      "sdk": ">=2.18.5 <3.0.0",
    },
    "dependencies": {
      "@type": "pubspecServerUniverseDependencies",
      "flutter": {
        "@type": "pubspecServerUniverseDependenciesExtra",
        "sdk": "flutter",
      },
      "cupertino_icons": "^1.0.2"
    },
    "dev_dependencies": {
      "@type": "pubspecServerUniverseDevDependencies",
      "lints": "^2.0.0",
      "test": "^1.16.0",
      "packagex": {
        "@type": "pubspecServerUniverseDevDependenciesExtra",
        "path": "../",
      },
      "msix": "^1.0.6"
    },
    "server_universe": {
      "@type": "serverUniversePubspecConfig",
      "native": {
        "@type": "serverUniversePubspecNativeConfig",
        "input_file": "bin/example_server_universe.dart",
        "output_directory": "supabase/functions/example/",
      },
      "supabase": {
        "@type": "serverUniversePubspecSupabaseConfig",
        "input_file": "bin/example_server_universe_supabase.dart",
        "output_directory": "supabase/functions/example/",
      },
      "vercel": {
        "@type": "serverUniversePubspecVercelConfig",
        "input_file": "bin/example_server_universe_vercel.dart",
        "output_directory": "vercel/functions/example/",
      },
    },
  },
];