softcore 0.0.1 copy "softcore: ^0.0.1" to clipboard
softcore: ^0.0.1 copied to clipboard

outdated

flutter project clean core arch.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add softcore

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

dependencies:
  softcore: ^0.0.1

Alternatively, 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/network.dart';
import 'package:softcore/softMaterials.dart';
import 'package:softcore/textfield.dart';