Best of SVG β€” May 2022

  1. 1
    Article
    Avatar of hashnodeHashnodeΒ·4y

    12 Awesome Shape Generators for Your Web Projects πŸ˜πŸš€

    In this article, I have compiled some of my favorite shape generators. I have further sorted them across the categories like blogs, waves, separators, and miscellaneous. I will provide a direct link, a short description, and a preview image, so you can get the initial impression of each generator and its features.

  2. 2
    Article
    Avatar of sitepointSitePointΒ·4y

    15 JavaScript Libraries for Creating Beautiful Charts

    Some of the best JavaScript libraries for graphs and charts. These libraries will help you create beautiful and customizable charts for your future projects. Most of the libraries are free and open source, some of them provide a paid version with additional features. Our top JS charting libraries: D3.js, Plotly.ly, ChartJS, Chartist.js and Google Charts.

  3. 3
    Article
    Avatar of itnextITNEXTΒ·4y

    Flutter Custom Error Message β€” Flash Message

    On Flutter, it is called a snack bar. Pretty handy to show error, success or any warning message to the user. To make it reusable, let’s extract snack bar content. I’m going to call it CustomSnackBarContent . Create a required parameter for error text, then pass it to CustomSnakBarContent.