Skip to content

dartpad workshop,改动了些东西,以便国内访问

Notifications You must be signed in to change notification settings

SOYLOO3/dartpad_workshop_China

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

改动

相比于原始的文件,用Bilibili视频替代了youtube视频,以便在国内可以访问。

此仓库国内访问地址 国内访问地址

DartPad Workshop Starter Pack

A starter project for DartPad workshops. Follow the quickstart below to create your own step-by-step workshop, similar to these workshops maintained by the Flutter team:

For more information on authoring a DartPad workshop, see the Workshop Authoring Guide on the DartPad wiki.

Quickstart (Firebase Hosting)

  1. Fork this repository

  2. Install the Firebase CLI

  3. Set the default project ID in .firebaserc:

{
  "projects": {
    "default": "<FIREBASE_PROJECT_ID>"
  }
}
  1. Edit the files in public/ to create your own step-by-step workshop. The meta.yaml to configures the metadata such as the project type (Dart or Flutter), number of steps, and title.

  2. Deploy to Firebase:

firebase deploy
  1. Load in DartPad using the following URL, replacing <FIREBASE_PROJECT_ID> with your project ID:
https://dartpad.dev/workshops.html?webserver=https://<FIREBASE_PROJECT_ID>.web.app

About

dartpad workshop,改动了些东西,以便国内访问

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%