Best of GradleMay 2024

  1. 1
    Article
    Avatar of medium_jsMedium·2y

    What’s new in Flutter 3.22

    Flutter 3.22 introduces new features such as WebAssembly, graphics rendering enhancements, and more options for AI integration. The Impeller rendering engine has significant updates, including a feature complete Vulkan backend on Android. Other improvements include widget state properties, dynamic view sizing, improved form validation, and flavor-conditional asset bundling. The release also includes updates for Android, iOS, ecosystem, and DevTools.

  2. 2
    Article
    Avatar of hnHacker News·2y

    xmake-io/xmake: 🔥 A cross-platform build utility based on Lua

    Xmake is a cross-platform build utility based on the Lua scripting language. It is lightweight, has no dependencies outside of the standard library, and can be used to build source code or generate project source files. It also provides a built-in package management system to help integrate C/C++ dependencies. Xmake supports various platforms, cross-compilation toolchains, and has plugins available for integration with other tools and platforms.

  3. 3
    Article
    Avatar of microservicesioMicroservices.io·2y

    How do you structure your traditional (non-modular) monolith applications?

    This post explores different ways to structure traditional monolith applications, including using singular Maven/Gradle projects, Maven/Gradle multi-module projects with one module per layer, and Maven/Gradle multi-module projects with domain and feature modules.