"My goal is to simplify complexity.
I just want to build stuff that really simplifies our base human interaction"
- Jack Dorsey
Highlights
- Pro
Pinned Loading
-
flutter_makefile
flutter_makefile 1.PHONY: help clean get upgrade clean_get lint format build_runner clean_ios clean_android clean_all gen watch build submit_ios submit_android_bundle submit_android_apk
23# help target: prints available targets
4help:
5@echo "Available targets:"
-
auto_flutter_project_clean_up.sh
auto_flutter_project_clean_up.sh 1#!/bin/bash
23# Function to display loading status
4function show_loading() {
5local description=$1
-
check_flutter_unused_assets.sh
check_flutter_unused_assets.sh 1## !/bin/bash
23# Location of the Assets class file
4ASSETS_CLASS="lib/generated/assets.dart"
5 -
check_flutter_unused_packages.sh
check_flutter_unused_packages.sh 1#!/bin/bash
23# Check if the current directory is a Flutter project by looking for the presence of "pubspec.yaml"
4if [ ! -f "pubspec.yaml" ]; then
5echo "No pubspec.yaml file found in the current directory. Please run this from within a Flutter project directory."
-
translate_arb.py for DeepL ARB Trans...
translate_arb.py for DeepL ARB Translation 1import json
2import os
3from deepl import Translator
4import re
5import string
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.