Skip to content

Instantly share code, notes, and snippets.

View IsmailAlamKhan's full-sized avatar

Md Ismail Alam Khan IsmailAlamKhan

View GitHub Profile
@roipeker
roipeker / lerper.dart
Last active March 20, 2023 01:31
linear interpolation utils (+ easings)
/// Copyright 2022 roipeker
///
/// Licensed under the Apache License, Version 2.0 (the "License");
/// you may not use this file except in compliance with the License.
/// You may obtain a copy of the License at
///
/// http://www.apache.org/licenses/LICENSE-2.0
///
/// Unless required by applicable law or agreed to in writing, software
/// distributed under the License is distributed on an "AS IS" BASIS,
@roipeker
roipeker / demo_bismillah.dart
Last active December 2, 2020 23:03
graphx drawing sample (svg in arabic)
/// roipeker 2020
import 'package:graphx/graphx.dart';
import 'logo_drawer.dart';
import 'svg_data.dart';
class DemoBismillah extends Sprite {
LogoDrawerSprite bismillah;
@override