Skip to content

Instantly share code, notes, and snippets.

@jlzapata
jlzapata / main.dart
Created March 23, 2023 18:37
Flutter Badge bug
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
// This widget is the root of your application.
@jlzapata
jlzapata / TestJalaSoft.cs
Created July 28, 2022 00:07
JalaSoft Test
namespace TestJalaSoft
{
internal class Program
{
static void Main(string[] args)
{
string[] stringNumbers = new string[] { "13", "11", "9", "10", "12", "15" };
int[] numbers = new int[stringNumbers.Length];
for (int i = 0; i < numbers.Length; i++)