From 666042f681abc62d3efb7f156de9fabd96923f24 Mon Sep 17 00:00:00 2001 From: Bitrise CI Date: Tue, 4 Jun 2024 14:01:55 +0300 Subject: [PATCH] Fix memory pressure issue --- lib/countries.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/countries.dart b/lib/countries.dart index 73bc8d4e..94b1452f 100644 --- a/lib/countries.dart +++ b/lib/countries.dart @@ -1,7 +1,7 @@ // see: https://en.wikipedia.org/wiki/List_of_country_calling_codes // for list of country/calling codes -const List countries = [ +List get countries => const [ Country( name: "Afghanistan", nameTranslations: {