Skip to content

Instantly share code, notes, and snippets.

View TekExplorer's full-sized avatar
👀
Looking for work

Omar Kamel TekExplorer

👀
Looking for work
  • USA
View GitHub Profile
@clragon
clragon / main.dart
Last active November 6, 2023 17:41
Character Swapping Animation
import 'dart:math';
import 'package:flutter/material.dart';
void main() => runApp(const App());
class App extends StatelessWidget {
const App({super.key});
@override
@TekExplorer
TekExplorer / featherdactyl.md
Last active August 20, 2023 08:40
Featherdactyl Info and Discussion/Brainstorming

Featherdactyl

What is Featherdactyl?

Featherdactyl is intended to be an app for Pterodactyl Panel made in Flutter. More than that, its intended to add features to any panel without modifications, and for those features that need modifications; it will be done sanely.

Current ideas

  • How should logging in to Feather work?
    • url + api key? url + user + pass?
  • save session as api key or cookies?