csharp_annotations 0.0.3
csharp_annotations: ^0.0.3 copied to clipboard
Annotations to mark and configure business model classes for code generation of CSharp classes
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add csharp_annotationsWith Flutter:
$ flutter pub add csharp_annotationsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
csharp_annotations: ^0.0.3Alternatively, 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:csharp_annotations/csharp_annotations.dart';