defaultData property

Map get defaultData

return default data

Implementation

static Map get defaultData {
  return {
    "@type": "pubspec",
    "name": "database_universe",
    "description":
        "Database Universe Library for help you save any data in anywhere with high performance speed, easy feature and ready for scala business",
    "version": "0.0.12",
    "homepage": "https://youtube.com/@azkadev",
    "repository": "https://github.com/azkadev/database_universe.git",
    "issue_tracker": "https://t.me/DEVELOPER_GLOBAL_PUBLIC",
    "documentation": "https://youtube.com/@azkadev",
    "funding": [
      "https://github.com/sponsors/azkadev",
      "https://github.com/sponsors/generalfoss"
    ],
    "topics": [
      "database",
      "database-universe",
      "sqlite",
      "encryption",
      "storage"
    ],
    "environment": {"@type": "environment", "sdk": ">=3.6.0 <4.0.0"},
    "dependencies": {
      "@type": "dependencies",
      "analyzer": ">=7.1.0 <8.0.0",
      "build": "^2.4.2",
      "database_universe_flutter_libs": "0.0.12",
      "ffi": ">=2.1.3 <3.0.0",
      "flutter": {"sdk": "flutter"},
      "general_lib": "^0.0.52",
      "js": "^0.7.1",
      "meta": "^1.15.0",
      "source_gen": "^2.0.0"
    },
    "dev_dependencies": {
      "@type": "dev_dependencies",
      "build_test": "^2.2.3",
      "ffigen": "^12.0.0",
      "flutter_lints": "^5.0.0",
      "test": "any",
      "very_good_analysis": "^5.1.0"
    },
    "dependency_overrides": {
      "@type": "dependency_overrides",
      "mime": "^2.0.0",
      "pointycastle": "3.8.0"
    },
    "platforms": {
      "@type": "platforms",
      "android": null,
      "ios": null,
      "linux": null,
      "macos": null,
      "web": null,
      "windows": null
    }
  };
}