Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s committed Dec 30, 2024
1 parent 366c828 commit c547e99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/lib/utils/extension.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'package:flutter/cupertino.dart';

extension StringExtension on String {
String capitalize() {
return "${this[0].toUpperCase()}${substring(1)}";
Expand Down

0 comments on commit c547e99

Please sign in to comment.