Google Flutter website screenshot

Google Flutter

Google Flutter is an open-source UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase, with developer tools including the Pub.dev package API and Dart analysis APIs.

2 APIs 0 Features
Cross-PlatformDartGoogleMobile DevelopmentOpen SourceUI Framework

APIs

Pub.dev API

The Pub.dev API provides programmatic access to the official package repository for Dart and Flutter. Developers can search for packages, retrieve package metadata and version d...

Dart Analysis Server Protocol

The Dart Analysis Server provides a JSON-based protocol for IDE integration, enabling code analysis, completion, navigation, refactoring, and diagnostics for Dart and Flutter pr...

Collections

Pricing Plans

Rate Limits

Google Flutter Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Google Flutter Context

0 classes · 3 properties

JSON-LD

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
📦
SDKs
SDKs
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLD
JSONLD
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Flutter Pub.dev API
  version: '2'
items:
- info:
    name: Packages
    type: folder
  items:
  - info:
      name: Google Flutter Search packages
      type: http
    http:
      method: GET
      url: https://pub.dev/api/search
      params:
      - name: q
        value: ''
        type: query
        description: Search query string
      - name: page
        value: ''
        type: query
        description: Page number for pagination
    docs: Search for packages on pub.dev with optional query parameters.
  - info:
      name: Google Flutter Get package metadata
      type: http
    http:
      method: GET
      url: https://pub.dev/api/packages/:package
      params:
      - name: package
        value: ''
        type: path
        description: The package name
    docs: Retrieves metadata for a specific package including all versions.
  - info:
      name: Google Flutter Get package version
      type: http
    http:
      method: GET
      url: https://pub.dev/api/packages/:package/versions/:version
      params:
      - name: package
        value: ''
        type: path
        description: The package name
      - name: version
        value: ''
        type: path
        description: The package version
    docs: Retrieves information for a specific version of a package.
  - info:
      name: Google Flutter Get package score
      type: http
    http:
      method: GET
      url: https://pub.dev/api/packages/:package/score
      params:
      - name: package
        value: ''
        type: path
        description: The package name
    docs: Retrieves the pub score and metrics for a package.
- info:
    name: Documentation
    type: folder
  items:
  - info:
      name: Google Flutter Get package documentation
      type: http
    http:
      method: GET
      url: https://pub.dev/api/documentation/:package/latest/
      params:
      - name: package
        value: ''
        type: path
        description: The package name
    docs: Redirects to the latest API documentation for the package.
bundled: true