We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ad0a2 commit 3185aa0Copy full SHA for 3185aa0
lib/Pages/about_page.dart
@@ -179,7 +179,7 @@ class AboutPage extends StatelessWidget {
179
bottomNavigationBar: Padding(
180
padding: const EdgeInsets.only(bottom: 7),
181
child: Text(
182
- "Made By VikiMedia &️ DJ-Yacine",
+ "Made By VikramadityaDev &️ DJ-Yacine",
183
textAlign: TextAlign.center,
184
style: TextStyle(
185
fontSize: 11,
lib/Pages/home_page.dart
@@ -352,7 +352,7 @@ class _HomePageState extends State<HomePage> {
352
height: 300,
353
width: 300,
354
child: Padding(
355
- padding: const EdgeInsets.all(50),
+ padding: const EdgeInsets.all(100),
356
child: Lottie.asset(
357
'assets/animations/loading.json',
358
frameRate: FrameRate(120),
0 commit comments