1
Fork 0

dart(freeform-gradient): feat: implementation

Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
Matei Adriel 2021-08-05 16:25:35 +03:00 committed by prescientmoon
parent 5bbf425e2f
commit 8294895837
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
4 changed files with 198 additions and 163 deletions
dart/freeform-gradient/test

View file

@ -13,7 +13,7 @@ import 'package:hello_world/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(MyApp());
await tester.pumpWidget(Root());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);