Skip to content

Instantly share code, notes, and snippets.

View sohailmahmud's full-sized avatar
🚀
building next-gen app

Sohail Mahmud sohailmahmud

🚀
building next-gen app
View GitHub Profile
@hawkkiller
hawkkiller / cool_animated_switcher.dart
Last active December 5, 2025 07:58
This is a cool sliding transition for widgets. It's inspired by the wolt_modal_sheet package, which has the same animation but is coupled with the Bottom Sheet/Pages API. This implementation should be also more performant and less fragile.
import 'package:flutter/material.dart';
/// A widget that transitions between two children using a fade and slide animation.
class PageTransitionSwitcher extends StatelessWidget {
const PageTransitionSwitcher({
required this.child,
this.isForwardMove = true,
super.key,
});
@darkain
darkain / darkain.github.md
Last active January 14, 2022 17:41
Vince's list of open-source software contributions

Hi, my name is Vince, and I'm a stong advocate of Open Source software. Over the years, I've contributed to the discussions, submitted bug reports, and where possible, submitted bug fixes to various open source projects. Over time, I lost track of where all I had contributed, so I've created this gist to help keep an organized list of what I've done for each of these projects.

Besides other's open source projects that I contribute to, there are also several that I personally manage as well. You can see all of these projects over at: https://github.com/darkain

Quick Reference: