'Have anyone tried using rule engine for dart?
I'm still new in developing mobile apps so I'm struggling to understand how to use it since there's no examples of people using it. I want to use a rule engine for mobile application
Solution 1:[1]
Looking on pub.dev, I see the rule_engine package. But this was uploaded 3 years ago, and will definitely have some compatibility issues with newer versions of Flutter (Null safety for one, but other changes in the language too). I'd suggest looking through pub to see if there are packages that are A) more actively maintained and B) have more 'likes' (and is thus more popular). For splitting business logic and UI code, flutter_bloc is a very popular choice, but have a look around yourself too.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | fravolt |