Curtly Critchlow

Curtly Critchlow @curtlycritchlow

About: I am a flutter developer passionate about contributing to open source projects.

Location:
Georgetown Guyana
Joined:
May 12, 2021

Curtly Critchlow
articles - 32 total

A Step-by-Step Guide to Internationalizing Flutter App

Introduction Welcome to this comprehensive tutorial where we will delve into the key steps...

Learn More 2 0Sep 7 '24

How to Fix 'AssetManifest' is imported from both 'package:flutter...' and 'package:google_fonts...' error

Indroduction In this article I'll share with you how to fix'AssetManifest' is imported...

Learn More 13 0May 11 '23

How to fix An error occured when accessing the keychain when authenticating with firebase_auth

Introduction In this article we'll discuss the fix for An error occured when accessing the...

Learn More 0 0Apr 25 '23

How to fix network error (such as timeout, interrupted connection or unreachable host) has occured.

Introduction In this article we will show how to fix the network error (such as timeout,...

Learn More 0 0Apr 25 '23

How to fix core/duplicate-app] A Firebase App named "[DEFAULT]" already exists error

Introduction In this article we will cover the fix for [core/duplicate-app] A Firebase App...

Learn More 38 7Apr 24 '23

How to fix java.security.NoSuchAlgorithmException: Algorithm HmacPBESHA256 not available when building app bundle

Indroduction In this article I'll share with you how I fixed a failed flutter build app...

Learn More 5 1Apr 5 '23

How to fix Missing file libarclite_iphonesos.a(Xcode 14.3)

Introduction Have you updated Xcode to 14.3 and now you see missing file...

Learn More 0 0Apr 3 '23

How to Fix Failed Archive on Xcode 14.3 (rsync error: some files could not be transferred (code 23))

Introduction Have you updated Xcode to 14.3 and now your archive fails? If yes, you are...

Learn More 9 4Apr 3 '23

Using the Custom Paint widget to Create a Linear Gauge - Part 1

Introduction At the end of this tutorial series you will learn how to use the custom paint...

Learn More 5 0Oct 14 '22

Benefits of building a cli app in dart.

Introduction This is the first article in the series "Building a command line interface...

Learn More 0 0Sep 28 '22

Livestock Information System - 100DaysOfCode - Days 23, 24, 25, 26

Introduction This post is part of my 100DaysOfCode series. In this series, I write about...

Learn More 2 0Jul 27 '21

Why using form fields as descendants of a Listview is a bad idea - #100DaysOfCode - Day 22

Introduction This post is part of my 100DaysOfCode series. In this series, I write about...

Learn More 1 0Jul 23 '21

Crop Management System - #100DaysOfCode - Day 19,20,21

Introduction This post is part of my 100DaysOfCode series. In this series, I write about...

Learn More 2 0Jul 22 '21

How to Update Cloud Firestore Documents - #100DaysOfCode - Day 18

Introduction This post is part of my 100DaysOfCode series. In this series, I write about...

Learn More 3 0Jul 16 '21

How to reuse form field widget to add and update cloud firestore documents - #100DaysOfCode - Day 17

Introduction This post is part of my 100DaysOfCode series. In this series, I write about...

Learn More 5 2Jul 15 '21

How to combine enum and switch statements to reuse an entire screen widget in flutter- #100DaysOfCode - Day 16

Introduction This post is part of my 100DaysOfCode series. In this series, I write about...

Learn More 5 0Jul 13 '21

How to filter Documents in Cloud Firestore - #100DaysOfCode - Day 15

Introduction This post is part of my 100DaysOfCode series. In this series, I write about...

Learn More 3 0Jul 12 '21

Passing Data From Child To Parent in Flutter- #100DaysOfCode - Day 14

Introduction This post is part of my 100DaysOfCode series. In this series, I write about...

Learn More 3 0Jul 9 '21

Creating a Dynamic Dropdown Form Field in flutter - #100DaysOfCode - Day 13

Introduction This post is part of my 100DaysOfCode series. In this series, I write about...

Learn More 5 2Jul 8 '21

#100DaysOfCodeChallenge - Crop Management Information System - Day 12

Recap On Day 11 we built the farmer detail screen. Overview In this post, we...

Learn More 3 0Jul 7 '21

#100DaysOfCodeChallenge - Crop Management Information System - Day 11

Recap On Day 10 we retrieved real time data from cloud firestore and displayed it to the...

Learn More 6 0Jul 5 '21

#100DaysOfCodeChallenge - Crop Management Information System - Day 10

Recap On Day 9 we access the device camera and stored the photo in cloud storage. ...

Learn More 6 0Jul 5 '21

#100DaysOfCodeChallenge - Crop Management Information System - Day 9

Recap On Day 8 we solved the PlatformException (PlatformException(no_available_camera, No...

Learn More 5 0Jul 4 '21

#100DaysOfCodeChallenge - Crop Management Information System - Day 8

Recap On Day 7 we made an attempt to implement the camera functionality but the method...

Learn More 4 0Jun 30 '21

#100DaysOfCodeChallenge - Crop Management Information System - Day 7

Recap On Day 6 We received user input data via our Farmer form and save the form data in...

Learn More 1 0Jun 30 '21

#100DaysOfCodeChallenge - Crop Management Information System - Day 6

Recap On Day 5 we refactored the Farmer Registration form to improve the readability of...

Learn More 5 0Jun 29 '21

#100DaysOfCodeChallenge - Crop Management Information System - Day 5

Recap On day 4 we paused building the crop management information system and discussed...

Learn More 6 0Jun 28 '21

#100DaysOfCodeChallenge - Crop Management Information System - Day 4

Recap On Day 3 I created the Farmer registration form and highlighted the need for me to...

Learn More 6 0Jun 27 '21

#100DaysOfCodeChallenge -Crop Management Information System- Day 3

Recap On Day 2 I created the FarmerServce() class that is responsible for making network...

Learn More 7 0Jun 26 '21

#100DaysOfCodeChallenge -Crop Management Information System- Day 2

Recap On Day 1 I created the FarmerServiceModel that functions as the Dart Equivalent of...

Learn More 7 2Jun 24 '21