csharp_annotations 0.0.2 copy "csharp_annotations: ^0.0.2" to clipboard
csharp_annotations: ^0.0.2 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_annotations

With Flutter:

 $ flutter pub add csharp_annotations

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

dependencies:
  csharp_annotations: ^0.0.2

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:csharp_annotations/csharp_annotations.dart';
1
likes
130
pub points
28%
popularity

Publisher

verified publishersquarealfa.com

Annotations to mark and configure business model classes for code generation of CSharp classes

Homepage
Repository (GitLab)
View/report issues
Contributing

Documentation

API reference

License

MPL-2.0 (LICENSE)

Dependencies

json_annotation

More

Packages that depend on csharp_annotations