FlutterGameDev

FlutterGameDev

Follow
homeAbout
Tag

package

#package

More content

Read more stories on Hashnode


Articles with this tag

Handling consumer mistakes

Aug 22, 202210 min read

When a consumer of our package makes a mistake we have to inform them about it so they can handle the mistake in their code. In this article I will...

Handling consumer mistakes

Defining a public API for your Dart package

Jun 27, 202210 min read

When building a Dart package you'll have to think about which information and functionality you want to expose to the consumer. You don't want to...

Defining a public API for your Dart package

Preparing for development

Jun 26, 20222 min read

Whenever I start a new project I like to really think about what it is I'm going to be building. In this article I will show you what that process...

Preparing for development