salah 0.0.2 copy "salah: ^0.0.2" to clipboard
salah: ^0.0.2 copied to clipboard

A must-have Flutter package for developers looking to implement clean architecture. With easy-to-use generators, you can quickly create start projects, functions, views, view Models, and widgets, whil [...]

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate salah

Use it

The package has the following executables:

$ salah

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add salah

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

dependencies:
  salah: ^0.0.2

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:salah/create_function/create_function.dart';
import 'package:salah/create_view/create_view.dart';
import 'package:salah/create_viewmodel/create_viewmodel.dart';
import 'package:salah/create_widget/create_widget.dart';
import 'package:salah/exteions.dart';
import 'package:salah/shared.dart';
import 'package:salah/start_project/contents/constants.dart';
import 'package:salah/start_project/layers/assets.dart';
import 'package:salah/start_project/layers/config.dart';
import 'package:salah/start_project/layers/core.dart';
import 'package:salah/start_project/layers/data.dart';
import 'package:salah/start_project/layers/domain.dart';
import 'package:salah/start_project/layers/main.dart';
import 'package:salah/start_project/layers/models.dart';
import 'package:salah/start_project/layers/presentation.dart';
import 'package:salah/start_project/start_project.dart';
3
likes
120
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

A must-have Flutter package for developers looking to implement clean architecture. With easy-to-use generators, you can quickly create start projects, functions, views, view Models, and widgets, while also benefiting from a wide range of useful extensions. Streamline your workflow and build better apps with SALAH.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on salah