simple_architecture 1.231220.1 copy "simple_architecture: ^1.231220.1" to clipboard
simple_architecture: ^1.231220.1 copied to clipboard

discontinuedreplaced by: streamline

Simple Architecture for Flutter apps with Dependency Injection, Mediator Pattern and Observable Streams

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_architecture

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

dependencies:
  simple_architecture: ^1.231220.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:simple_architecture/simple_architecture.dart';
6
likes
140
points
130
downloads

Publisher

verified publisherjc.kodel.com.br

Weekly Downloads

Simple Architecture for Flutter apps with Dependency Injection, Mediator Pattern and Observable Streams

Homepage
Repository (GitHub)

Documentation

API reference

License

LGPL-2.1 (license)

Dependencies

flutter, rxdart

More

Packages that depend on simple_architecture