basicdart1 1.0.0 copy "basicdart1: ^1.0.0" to clipboard
basicdart1: ^1.0.0 copied to clipboard

A sample code of some basic dart functions.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add basicdart1

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  basicdart1: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:basicdart1/debugging.dart';
import 'package:basicdart1/library.dart';
import 'package:basicdart1/library2.dart';
import 'package:basicdart1/package.dart';
import 'package:basicdart1/package2.dart';
1
likes
60
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

A sample code of some basic dart functions.

Documentation

API reference

License

MIT (license)

More

Packages that depend on basicdart1