- π§π· Brazilian
- π²πΉ Living in Malta
- π Iβm currently working on projects using Flutter in a high-level team
- π― Iβm looking to collaborate on projects that have social impact
π§π·
Building a better place
- Malta
-
13:18
(UTC +01:00) - https://www.linkedin.com/in/carloseandrade
Pinned Loading
-
This Dart function, colorFromWord, i...
This Dart function, colorFromWord, ingeniously generates unique colors for any given word. It's designed to produce a wide spectrum of vivid colors, with an optional parameter to force lighter shades. The algorithm combines the hash code of the word with values derived from the word's characters, ensuring distinct and vibrant colors for different words. Ideal for use in UIs where you need to assign specific colors to text elements (like tags or categories) for easy visual distinction. This approach guarantees that each word is consistently represented by the same color across your application. 1// Generates a color from a given word.
2Color colorFromWord(String word, {bool forceLight = false}) {
3// Lightness modifier, ensuring light colors if forceLight is true.
4final lightMod = forceLight ? 190 : 0;
5 -
flutter_tex
flutter_tex PublicForked from Shahxad-Akram/flutter_tex
A Flutter Package to render Mathematics, Physics and Chemistry Equations based on LaTeX
JavaScript
-
AnalyticsRouteObserver is a custom N...
AnalyticsRouteObserver is a custom NavigatorObserver that automatically tracks page navigation events in a Flutter application and sends these events to Firebase Analytics. It also provides functionality for manually logging specific routes. 1import 'package:flutter/material.dart';
23/// AnalyticsRouteObserver is a custom NavigatorObserver that
4/// automatically tracks page navigation events in a Flutter application
5/// and sends these events to Firebase Analytics.
-
android-architecture
android-architecture PublicForked from android/architecture-samples
A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
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.