dart_frog 1.2.0 copy "dart_frog: ^1.2.0" to clipboard
dart_frog: ^1.2.0 copied to clipboard

A fast, minimalistic backend framework for Dart built by Very Good Ventures.

Dart Frog #


ci coverage pub package style: very good analysis License: MIT

A fast, minimalistic backend framework for Dart 🎯

Developed with 💙 by Very Good Ventures 🦄

Documentation 📝 #

For official documentation, please visit dartfrog.vgv.dev.

Quick Start 🚀 #

Prerequisites 📝 #

In order to use Dart Frog you must have the Dart SDK installed on your machine.

Installing 🧑‍💻 #

# 📦 Install the dart_frog cli from source
dart pub global activate dart_frog_cli
copied to clipboard

Creating a Project ✨ #

Use the dart_frog create command to create a new project.

# 🚀 Create a new project called "my_project"
dart_frog create my_project
copied to clipboard

Start the Dev Server 🏁 #

Next, open the newly created project and start the dev server via:

# 🏁 Start the dev server
dart_frog dev
copied to clipboard

Create a Production Build 📦 #

Create a production build which includes a DockerFile so that you can deploy anywhere:

# 📦 Create a production build
dart_frog build
copied to clipboard

Documentation 📝 #

View the full documentation here.

779
likes
160
points
10.1k
downloads
screenshot

Publisher

verified publisherverygood.ventures

Weekly Downloads

2024.09.06 - 2025.03.21

A fast, minimalistic backend framework for Dart built by Very Good Ventures.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#server #backend #shelf #dart-frog

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

http_methods, http_parser, meta, mime, shelf, shelf_hotreload, shelf_static

More

Packages that depend on dart_frog