💻
Flutter guru.
Known for delivering UI-perfect design implementations.
Professional grinder
Ask me about Golang and SwiftUI.
Ps: I don't have a beard.
Pinned Loading
-
-
-
-
A robust approach to handling app ty...
A robust approach to handling app typography using theme_extensions for large scale apps with SOLID principles. PS: Open to questions, suggestions and improvements. 1import 'package:flutter/material.dart';
23abstract class AppTypography {
4AppTypography({
5required this.name,
-
Flutter Hook implementation of a Sli...
Flutter Hook implementation of a Slidable widget that snaps to parentWidth / 2 and automatically closes on swipe. This was created because flutter_slidable's action buttons always fill the parent height, which is not always the intended behavior. 1import 'package:flutter/material.dart';
2import 'package:flutter_hooks/flutter_hooks.dart';
34class AppSlidable extends HookWidget {
5const AppSlidable({
-
Read More text with support for @men...
Read More text with support for @mention. To be extended to accept a map of indicators and corresponding textStyles 1class ReadMoreWithMention extends StatefulWidget {
2final String text;
3final TextStyle? textStyle;
4final String readMoreText;
5final TextStyle? readMoreTextStyle;
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.