#dart
Read more stories on Hashnode
Articles with this tag
I was trying to figure out the most efficient way to trim or shorten a String in Dart(more speficially for a Flutter project) yesterday. There's...
The other day I decided I wanted to add a feature in one of my projects to share a graph and I was looking for ways to convert the graph into an...
Null safety has been supported for a few months now in Dart and Flutter. I've migrated pretty much all of my projects to null safety without any...
I wrote a couple of posts about linting this year, but this one is about excluding files from static analysis. After adding static analysis to most of...
If you're like me you probably like setting your project up to automatically run your tests when you create a Pull Request on GitHub. I wrote another...
A Dependabot alternative ยท Like with pretty much any other framework, keeping up with package upgrades in Flutter can get pretty tedious. I decided to...