Ivy Walobwa

  https://ivywalobwa.medium.com Ivy is a Flutter developer and technical writer who is interested in creating awesome developer experiences. She is currently a Program Assistant for the Google Africa Developer Scholarship (GADS), where she helps facilitate the learning of students across Africa.

   



9 Stories by Ivy Walobwa

How to make an idle timer for your React app

Improve your React app's security with an idle timer, which automatically logs users out after a period of inactivity.
0 5 min read

Getting started with WebAssembly in Flutter Web

Flutter is built with Skia, a 2D graphics library written in C++. The Skia C++ API can run on the web browser through WebAssembly.
0 5 min read

Flutter layouts guide: Margins and padding

In this tutorial, we introduce Flutter’s box model and show how to implement margin and padding to lay out widgets in your Flutter app's...
3 6 min read

Enhance your mobile apps with Flutter BoxShadow

This tutorial covers how to apply box shadows to a container in a Flutter app, including how to adjust the color, spread radius, and...
0 5 min read

Internationalizing your app with Flutter’s easy_localization

Internationalize your mobile app and reach a larger audience with Flutter's easy_localization package. Learn how to adapt your app and display locale-specific content.
0 5 min read

Implementing the InkWell class in Flutter

Learn how to implement Flutter’s InkWell class. InkWell offers visual feedback in response to user touch events.
0 5 min read

Creating a responsive mobile menu with CSS without JavaScript

This tutorial reviews how to create a mobile-first responsive menu using only HTML and CSS, without one single line of JavaScript.
11 8 min read

Using FlutterGen code generator in Flutter

Use FlutterGen, a Flutter code generator for your assets that help remove all string-based APIs in your app, for your next Flutter project.
0 5 min read

Handling gestures in Flutter

Learn to handle gestures like long press, tap, and pinch in Flutter with the GestureDetector widget, and see their practical application.
0 6 min read