Codeaamy

July 2, 2023

Widget and Integration Test

This is the Fourth article in the “Master Testing In Flutter” series. The Previous articles were about Unit Testing the Http function to get all the […]
July 2, 2023

Unit Test the Change Notifier in Flutter

This is the Third article in the “Master Testing In Flutter” series. The Previous article was about Unit Testing the Http function to get all the […]
July 2, 2023

Unit Test In Flutter

This is the second article in the “Master Testing in Flutter” series. The first article was an introduction to Testing and different types of tests in […]
July 2, 2023

Master Testing in Flutter.

You guys have seen this screen multiple times in your app development journey. This is due to some code not working as it was supposed to. […]
May 31, 2023

How Apple is Killing the Billion Dollar Ad Industry.

Welcome to the latest iOS 14 and MacOS Big Sur Updates. Which has already sparked some flints in the Ad world. Not long ago, we could […]
May 31, 2023

Flutter: Translucent Screen Layout

TL;DR First Screen Navigate to Second Screen using import 'package:flutter/cupertino.dart';import 'second_screen.dart';showCupertinoModalPopup(context: context, builder: (context) => SecondScreen()); Second Screen import 'dart:ui';Scaffold( appBar: AppBar( backgroundColor: Colors.transparent, ), backgroundColor: […]
May 31, 2023

Why I Switched To Code From Storyboard

So there has been a lot of debate on the internet as well as in programmers about using Storyboard to design UI or designing the view Programmatically. Well if you […]
May 31, 2023

Setting Up iOS Development Environment

So you want to create your own app? Thats great. Creating an app is very fun and interesting. I still remember the time, when I started […]
May 31, 2023

How To Start Your Programming Career

So one day you get up and think “How great it would be to become a Developer, or I should build an App”. Hold on to […]