modular_system_core 0.17.5
modular_system_core: ^0.17.5 copied to clipboard
Private use only.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add modular_system_coreThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
modular_system_core: ^0.17.5Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:modular_system_core/TODO.dart';
import 'package:modular_system_core/lorem_ipsum.dart';
import 'package:modular_system_core/mscore.dart';