yousoff92 / dart-crud

Sample base Dart project for CRUD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dart-crud

Introduction

  1. This a sample command-line project for Dart CRUD application.

Prequisite

  1. Installed Dart SDK 2.3.x
  2. Installed VS Code with Dart extension ( 3.1.x )
  3. Added dart to environment variable path, usually at ../flutter/bin/cache/dart-sdk/bin. Example :
export PATH="$PATH:/path/to/flutter/bin/cache/dart-sdk/bin"

Getting Started

cd to workspace and execute below command :

$ dart ./bin/main.dart

A sample command-line application.

Created from templates made available by Stagehand under a BSD-style license.

About

Sample base Dart project for CRUD


Languages

Language:Dart 100.0%