Author name: John Byron Canuel

How to Enable multidex for Flutter apps with over 64K methods

About the 64K reference limit Android app (APK) files contain executable bytecode files in the form of Dalvik Executable (DEX) files, which contain the compiled code used to run your app. The Dalvik Executable specification limits the total number of methods that can be referenced within a single DEX file to 65,536—including Android framework methods, library methods, […]

How to Enable multidex for Flutter apps with over 64K methods Read More »

Admins of Facebook Groups Can Now Automatically Reject Postings That have been Discredited by Fact-checkers

Facebook’s main company, Meta, has introduced new capabilities for Groups targeted at reducing the amount of misinformation spread among group members. One of the choices allows Group admins to auto-decline postings that have been identified by third-party fact-checkers to include misleading information, preventing the post from being seen by other members of the Group. This

Admins of Facebook Groups Can Now Automatically Reject Postings That have been Discredited by Fact-checkers Read More »

How to set Grey Google Map Style in Flutter

Version 0.5.16 of the google_maps_flutter plugin has arrived and it includes the ability to add a custom style to your map! This article will describe an easy way to style your Google Map in Flutter. The new plugin version adds the setMapStyle method to the GoogleMapController class. This method takes the String representation of your custom style as input. To create

How to set Grey Google Map Style in Flutter Read More »

How to Access Microsoft Edge’s Secret Skiing Game

To access the game, type edge://surf into Edge’s address bar and press Enter. It will load immediately. The “edge://” part of the address signifies this is an internal page that’s built into the Microsoft Edge application itself. You’ll see the character select screen. Use the left and right arrow keys and space bar to select a character

How to Access Microsoft Edge’s Secret Skiing Game Read More »