Skip to content

Commit

Permalink
Remove const from example
Browse files Browse the repository at this point in the history
  • Loading branch information
ueman committed Jan 26, 2022
1 parent 956ffa3 commit 6af6b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feedback/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void main() {
Colors.yellow,
],
),
localizationsDelegates: const [
localizationsDelegates: [
GlobalMaterialLocalizations.delegate,
GlobalCupertinoLocalizations.delegate,
GlobalWidgetsLocalizations.delegate,
Expand Down Expand Up @@ -213,7 +213,7 @@ void main() {
runApp(
BetterFeedback(
child: const MyApp(),
localizationsDelegates: const [
localizationsDelegates: [
GlobalMaterialLocalizations.delegate,
GlobalCupertinoLocalizations.delegate,
GlobalWidgetsLocalizations.delegate,
Expand Down

0 comments on commit 6af6b7f

Please sign in to comment.