ideal_dart_annotations 1.0.3 copy "ideal_dart_annotations: ^1.0.3" to clipboard
ideal_dart_annotations: ^1.0.3 copied to clipboard

Annotations used in code that will be parsed by the Ideal Dart Code Handler

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ideal_dart_annotations

With Flutter:

 $ flutter pub add ideal_dart_annotations

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

dependencies:
  ideal_dart_annotations: ^1.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:ideal_dart_annotations/codelink_hidden.dart';
import 'package:ideal_dart_annotations/custom_codelink_path.dart';
import 'package:ideal_dart_annotations/inline_function.dart';
import 'package:ideal_dart_annotations/inside_function.dart';
0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Annotations used in code that will be parsed by the Ideal Dart Code Handler

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on ideal_dart_annotations