https://github.com/4lessandrodev/dart-sample
Studding dart
https://github.com/4lessandrodev/dart-sample
dart
Last synced: 10 months ago
JSON representation
Studding dart
- Host: GitHub
- URL: https://github.com/4lessandrodev/dart-sample
- Owner: 4lessandrodev
- Created: 2022-07-08T05:51:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T05:52:03.000Z (over 3 years ago)
- Last Synced: 2025-01-07T14:24:59.602Z (12 months ago)
- Topics: dart
- Language: Dart
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dart First Steps
Studding Dart Language [Doc](https://dart.dev/samples)
# How to install dart
```sh
$ sudo apt-get install dart
# OR
$ sudo snap install flutter --classic
$ flutter sdk-path
```
# How to run dart file
```sh
$ dart run file-name.dart
```