shady 0.0.3 copy "shady: ^0.0.3" to clipboard
shady: ^0.0.3 copied to clipboard

outdated

Trying to make it easier to work with GLSL shaders in Flutter.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:shady_example/gallery/shady_gallery.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Shady example',
      theme: ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: const Material(
        child: ShadyGallery(),
      ),
    );
  }
}
12
likes
0
points
17
downloads

Publisher

verified publisheropns.se

Weekly Downloads

Trying to make it easier to work with GLSL shaders in Flutter.

Repository

License

unknown (license)

Dependencies

flutter, vector_math

More

Packages that depend on shady