Avatar

Nikodem Bernat

I'm a passionate developer specializing in creating robust, visually stunning mobile applications using the latest technologies 📱

My goal is to turn ideas into reality by delivering high-quality, scalable apps that exceed everyone's expectations 🚀

me@nikodembernat.com

Articles

Implementing ads in Flutter: Monetize your app with AdMob

After finishing your awesome project the next logical step is to monetize it. Fortunately, When it comes to mobile apps there are many ways to do so. The most basic ones include: In-app purchases (including consumables, and non-consumables) Subscri...

Implementing ads in Flutter: Monetize your app with AdMob

Introduction to flutter_hooks: Get rid of your stateful boilerplate

You probably wrote at least one Flutter widget in your life. Writing them is straightforward - define a constructor, override a build method, and return whatever you want. import 'package:flutter/material.dart'; class HelloWorld extends StatelessWid...

Introduction to flutter_hooks: Get rid of your stateful boilerplate