gskinner / dart_rndLinks
Extension methods & helpers for Random in Dart, and a globally accessible instance. Ex. rnd(10), rnd.getItem(list), rnd.getBit(0.8).
☆21Updated 3 years ago
Alternatives and similar repositories for dart_rnd
Users that are interested in dart_rnd are comparing it to the libraries listed below
Sorting:
- Makes it possible to safely execute and retry a Future inside a StatelessWidget☆28Updated last year
- Flutter Golden Layout☆51Updated 4 years ago
- Flutter package which provides locale code to name mappings for 563 locales☆18Updated 2 years ago
- A package for encrypted shared preferences☆26Updated 5 years ago
- ☆18Updated 4 years ago
- A package for creating superellipse shapes in flutter☆40Updated 4 years ago
- Flutter icons from SVG path data.☆49Updated 3 years ago
- Dart audio library for the modern web. Dart port of Howler.js (https://github.com/goldfire/howler.js)☆32Updated last month
- A way to compose your app's state and to expose your data across your entire Flutter application.☆47Updated 5 years ago
- Adds a didInitState() lifecycle method to stateful widgets where you can safely access inherited widgets.☆27Updated last year
- A Layout widget displaying a set of bricks (widgets with different shapes) as a vertical or horizontal list, like a wall...☆30Updated 9 months ago
- A widget that enables you to add a bouncing animation on a widget.☆43Updated 2 years ago
- Turtle graphics for Flutter. It simply uses a custom painter to draw graphics by a series of Logo-like commands.