fores 1.0.5 copy "fores: ^1.0.5" to clipboard
fores: ^1.0.5 copied to clipboard

fores is a modular architecture library for Flutter that combines communication, routing, and configuration in larger projects.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fores

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

dependencies:
  fores: ^1.0.5

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:fores/fores.dart';
0
likes
125
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

fores is a modular architecture library for Flutter that combines communication, routing, and configuration in larger projects.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_bloc, flutter_screenutil, meta, yaml

More

Packages that depend on fores