File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11arb-dir : lib/common/localization/l10n
22template-arb-file : app_en.arb
3- output-localization-file : app_localizations.dart
4- synthetic-package : false
3+ output-localization-file : app_localizations.dart
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import 'dart:async';
22
33import 'package:flutter_riverpod/flutter_riverpod.dart'
44 show ConsumerState, ConsumerStatefulWidget;
5- import 'package:google_fonts/google_fonts.dart' ;
5+
66import 'package:flutter/material.dart' ;
77import 'package:flutter_redux/flutter_redux.dart' ;
88import 'package:gsy_github_app_flutter/common/repositories/user_repository.dart' ;
@@ -84,7 +84,7 @@ class _WelcomePageState extends ConsumerState<WelcomePage> {
8484 alignment: const Alignment (0.0 , 0.3 ),
8585 child: DiffScaleText (
8686 text: text,
87- textStyle: GoogleFonts . akronim ( ).copyWith (
87+ textStyle: const TextStyle (fontFamily : 'Akronim' ).copyWith (
8888 color: GSYColors .primaryDarkValue,
8989 fontSize: fontSize,
9090 ),
You can’t perform that action at this time.
0 commit comments