Skip to content

Commit

Permalink
contributor: add fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
marfavi committed Feb 6, 2024
1 parent 485ebfc commit 0dc69df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/contributor/widgets/credits_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import 'package:coffeecard/service_locator.dart';
import 'package:flutter/material.dart';
import 'package:gap/gap.dart';

// FIXME: If this widget belongs here, then the feature should be renamed to
// "credits" and this feature should contain more than just the contributors.
class CreditsPage extends StatelessWidget {
static Route get route => MaterialPageRoute(builder: (_) => CreditsPage());

Expand Down

0 comments on commit 0dc69df

Please sign in to comment.