dart(freeform-gradient): feat: implementation
Signed-off-by: prescientmoon <git@moonythm.dev>
This commit is contained in:
parent
5bbf425e2f
commit
8294895837
4 changed files with 198 additions and 163 deletions
dart/freeform-gradient/test
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue