Frameworks
Learn about supported Dart and Flutter frameworks on Globe, including Dart Frog, Shelf, Flutter Web, and Jaspr with automatic preset detection.
Globe is framework-agnostic and supports any Dart-based project that can be built without additional tooling. If your framework does not require extra setup or custom build steps, it will work on Globe by default.
For supported frameworks with specific build requirements, Globe applies preconfigured framework presets that automatically detect and run the necessary build commands. This includes support for tools like build_runner and melos.
You can also configure a custom build command for frameworks not yet supported by presets.
Supported frameworks
Globe currently includes presets for:
- Dart Shelf: Minimal HTTP server framework for Dart
- Dart Frog: File system-based routing framework for Dart
- Flutter Web: Frontend framework for building SPAs and web applications
- Jaspr: Modern web framework for building websites in Dart
- Monorepo: Deploy Dart applications from monorepos and workspaces managed by Melos or Pub Workspaces
More frameworks are in progress. To request support for a specific framework, submit a feature request.
Related Topics
- Build Settings - Configure framework presets and build commands
- Deployments - Understand how frameworks are deployed
- Globe CLI - Deploy frameworks using the command line
