supercharged 0.0.6 supercharged: ^0.0.6 copied to clipboard
Supercharged brings all the comfort features from languages like Kotlin to all Flutter developers.
⚡️ Supercharged #
Supercharged brings all the comfort features from languages like Kotlin to all Flutter developers.
- 💪 fully tested
- 📝 well documented
- 💼 enterprise-ready
⛏️ Getting started #
Add the dependency supercharged: ^1.0.0
to your project and start using Supercharged everywhere:
import 'package:supercharged/supercharged.dart';
For more details have a look at the install tab.
🌞 Highlights #
Insert hightlights here...
📑 APIs #
- double
- int
- Iterable / List / Set
- Iterable<double> / List<double> / Set<double>
- Iterable<int> / List<int> / Set<int>
- Iterable<MapEntry> / List<MapEntry> / Set<MapEntry>
- List
- Map
- String
📈 Improve #
You got an idea for a feature or anything to improve. Write an issue on GitHub.