tool_arch 0.0.17 copy "tool_arch: ^0.0.17" to clipboard
tool_arch: ^0.0.17 copied to clipboard

Contains common arch components

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tool_arch

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

dependencies:
  tool_arch: ^0.0.17

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:tool_arch/arch.dart';
import 'package:tool_arch/core/bloc/base_bloc.dart';
import 'package:tool_arch/core/bloc/base_feature_bloc.dart';
import 'package:tool_arch/core/bloc/bloc_concurrency.dart';
import 'package:tool_arch/core/bloc/bloc_concurrency_utils.dart';
import 'package:tool_arch/core/bloc/bloc_contract.dart';
import 'package:tool_arch/core/bloc/bloc_initializer_handler.dart';
import 'package:tool_arch/core/bloc/cubit/base_cubit.dart';
import 'package:tool_arch/core/bloc/cubit/base_feature_cubit.dart';
import 'package:tool_arch/core/bloc/cubit/delegate/base_cubit_delegate.dart';
import 'package:tool_arch/core/bloc/delegate.dart';
import 'package:tool_arch/core/bloc/delegate/base_bloc_delegate.dart';
import 'package:tool_arch/core/bloc/delegate/bloc_delegate_event.dart';
import 'package:tool_arch/core/bloc/subscriptions_handler_bloc.dart';
import 'package:tool_arch/core/environment/build_environment.dart';
import 'package:tool_arch/core/environment/build_flavors.dart';
import 'package:tool_arch/core/environment/build_params_mappers.dart';
import 'package:tool_arch/core/environment/data/providers/widgets_binding_provider.dart';
import 'package:tool_arch/data/models/previous_event_model.dart';
import 'package:tool_arch/data/models/previous_event_model.freezed.dart';
import 'package:tool_arch/declaration.dart';
import 'package:tool_arch/declaration/di_component.dart';
import 'package:tool_arch/declaration/logger_initializer.dart';
import 'package:tool_arch/declaration/tool_arch_di.dart';
import 'package:tool_arch/env.dart';