Vasil
Vasil
Hello, thanks for the great work! I have an issue when I use PerfectXML with Swift Package Manager. When I build the project with "swift build" everything compiles perfect. When...
Flutter for web matches the names of the routes to the URL in the browser. I didn't find any information how to use named routes in Momentum. Does it support...
Hello, the implementation of the method `isDevMode*()` has a bug: ``` private fun isDevMode(): Boolean { return Settings.Secure.getInt( context.contentResolver, Settings.Global.DEVELOPMENT_SETTINGS_ENABLED, 0 ) != 0 } ``` should be: ``` private...