pulse_x

Creator: coderz1093

Last updated:

0 purchases

pulse_x Image
pulse_x Images
Add to Cart

Description:

pulse x

Pulse-X State Management #



Why Pulse-X?
Documentation
Example
Installing Pulse-X
Features
Usage

Why Pulse-X? #
Pulse-X is a light weight state management solution for your Flutter project. #
๐Ÿน Pulse-X's 3 Main Targets
๐Ÿš€ PRODUCTIVITY | โš–๏ธ SCALABILITY | ๐Ÿงฉ MODULARITY #

๐ŸŽฏ PRODUCTIVITY
Pulse-X is aimed to help you make your productivity high. It's intuitive and it won't take you long to build MVVM structure. You can write cleaner, more structural and more maintainable code.


๐ŸŽฏ SCALABILITY
Pulse-X is here to make your program's architecture highly scalable. You can easily make layer based architecture or feature based architecture. You can add new features or remove old features without worrying much about code duplication and complexity.


๐ŸŽฏMODULARITY
Without Modules, you can get headache and will probably end up in writing spaghetti code. Modules are easily attachable, detachable and switchable. But making modules isn't an easy task. But don't worry! Pulse-X will reduce your burden a lot. Pulse-X has built-in service locator. Therefore, you can inject your view models on your need so that your code can become less coupling and more cohesive. Pretty easy, right? ๐Ÿ˜‰

Documentation #

For more complete documentation, you can read here๐Ÿ‘‰๐Ÿป Pulse-X Documentation

Example #

Source code of this example project can be found in example folder. More and more examples are coming....


Installing Pulse-X #
๐Ÿšง๐Ÿšง Currently, Pulse-X is under construction.
To use Pulse-X from Pub, #
Depend on it #
Run this command:
With Flutter:
$ flutter pub add pulse_x
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pulse_x: ^version
copied to clipboard
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:pulse_x/pulse_x.dart';
copied to clipboard
If you wanna manually use it from GitHub. Here's the guide.

In your project's pubspec.yaml file, under dependencies: section, use like this.

dependencies:
pulse_x:
git:
url: https://github.com/YeLwinOo-Steve/pulse_x.git
ref: master # master branch
copied to clipboard
Features #
Pulse-X is mainly composed of ( 5 ) features.

๐Ÿ’ก Simple Data Management
๐ŸŒŠ Stream Management
๐Ÿ”ฎ Future data Management
๐Ÿ’‰ Dependency Injection (DI)
๐Ÿงญ Navigator

Usage #
1. Simple data management #
๐ŸŽข Iterate-able data management

๐Ÿ“ƒ Documentation โ†’ https://ye-lwin-oo-1.gitbook.io/pulse-x-state-management/state-management/collection-data
๐Ÿ‘พ Example โ†’ https://github.com/YeLwinOo-Steve/rand_user

๐ŸŒŠ Stream data management

๐Ÿ“ƒ Documentation โ†’ https://ye-lwin-oo-1.gitbook.io/pulse-x-state-management/state-management/stream-data
๐Ÿ‘พ Example โ†’ https://github.com/YeLwinOo-Steve/stream_time

๐Ÿ”ฎ Future data management

๐Ÿ“ƒ Documentation โ†’ https://ye-lwin-oo-1.gitbook.io/pulse-x-state-management/state-management/future-data
๐Ÿ‘พ Example โ†’ https://github.com/YeLwinOo-Steve/posts

๐Ÿšง This documentation is under construction!! More are coming... #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.