softcore 0.2.0
softcore: ^0.2.0 copied to clipboard
flutter project clean core arch.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add softcoreThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
softcore: ^0.2.0Alternatively, 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:softcore/basebloc.dart';
import 'package:softcore/errorManager.dart';
import 'package:softcore/exception.dart';
import 'package:softcore/main_index.dart';
import 'package:softcore/softMaterials.dart';