Skip to content

Instantly share code, notes, and snippets.

View MadFlasheroo7's full-sized avatar
🎯
Focusing

Jayesh Seth MadFlasheroo7

🎯
Focusing
View GitHub Profile
import 'package:flutter/widget.dart';
import 'package:flutter/materail.dart';
import 'package:flutter/cupertnio.dart';
void main() => runApp(const MyApp());
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
@halilozercan
halilozercan / TypingAnimation.kt
Last active November 13, 2024 12:04
TextField Typing Animation
package com.example.textfieldtypinganimation
import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
import androidx.activity.enableEdgeToEdge
import androidx.compose.animation.core.Animatable
import androidx.compose.animation.core.AnimationVector1D
import androidx.compose.animation.core.Spring
import androidx.compose.animation.core.spring