pulse_x 1.0.1 copy "pulse_x: ^1.0.1" to clipboard
pulse_x: ^1.0.1 copied to clipboard

retracted

Pulse X is the mini state management for all of your needs. It has four features - state management, context-less routing, dependency injection & reaction (alternative name - side effects)

Pulse State Management #


Pulse Logo

Why Pulse? #

Pulse is a light weight state management solution for your Flutter project. #

๐Ÿน Pulse's 3 Main Targets

๐Ÿš€ PRODUCTIVITY | โš–๏ธ SCALABILITY | ๐Ÿงฉ MODULARITY #

๐ŸŽฏ PRODUCTIVITY

Pulse 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 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 will reduce your burden a lot. Pulse 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 Documentation

Example #

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

Pulse Example

Installing Pulse #

๐Ÿšง๐Ÿšง Currently, Pulse is under construction and is not available in pub so you'll have to manually use it from github. Here's the guide.

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

dependencies:
    pulse:
    git:
      url: https://github.com/YeLwinOo-Steve/pulse.git
      ref: master # master branch

Features #

Pulse is mainly composed of ( 5 ) features.

  1. ๐Ÿ’ก Simple Data Management
  2. ๐ŸŒŠ Stream Management
  3. ๐Ÿ”ฎ Future data Management
  4. ๐Ÿ’‰ Dependency Injection (DI)
  5. ๐Ÿงญ Navigator

Usage #

1. Simple data management #

๐ŸŽข Iteratable data management
๐ŸŒŠ Stream data management
๐Ÿ”ฎ Future data management

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

4
likes
0
pub points
23%
popularity

Publisher

verified publisheryl0.me

Pulse X is the mini state management for all of your needs. It has four features - state management, context-less routing, dependency injection & reaction (alternative name - side effects)

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, synchronized

More

Packages that depend on pulse_x