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
Asked
Active
Viewed 246 times
-3
-
What kind of rule engine, what for exactly? – Dabbel May 06 '22 at 21:34
-
im trying to make a rule engine to decide which pc parts that is suitable for the user so that the user can build that pc – user19050300 May 08 '22 at 16:27
1 Answers
-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.

fravolt
- 2,565
- 1
- 4
- 19