Tony Borchert

Results 4 comments of Tony Borchert

```dart import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_neumorphic/flutter_neumorphic.dart'; /// Taken and modified from https://github.com/Idean/Flutter-Neumorphic/blob/master/lib/src/widget/app_bar.dart class NeumorphicAppBar extends StatefulWidget implements PreferredSizeWidget { static const toolbarHeight = kToolbarHeight + 16 * 2; static...

@subzero911 You might want to look into this: https://docs.flutter.dev/perf/rendering/shader

The idea is definitely good, maybe I'll try to contribute, but at the moment i'm very busy.

Yeah, that would be great. Seems not much is happening on this repository anymore.