jaspr_class_scope 0.1.0
jaspr_class_scope: ^0.1.0 copied to clipboard
Locally scoped CSS class names for Jaspr components: a name written in one component cannot style another component's markup.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add jaspr_class_scopeWith Flutter:
$ flutter pub add jaspr_class_scopeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
jaspr_class_scope: ^0.1.0Alternatively, 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:jaspr_class_scope/jaspr_class_scope.dart';