File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
import 'package:flutter/material.dart' ;
2
2
import 'package:flutter/services.dart' ;
3
+ import 'package:flutter_animate/flutter_animate.dart' ;
3
4
import 'package:flutter_dotenv/flutter_dotenv.dart' ;
4
5
import 'package:hadithsearcher/utilities/show_navigation_drawer.dart' ;
5
6
import 'package:hadithsearcher/views/similar_hadith_view.dart' ;
@@ -430,7 +431,7 @@ class _FavouritesViewState extends State<FavouritesView> {
430
431
),
431
432
);
432
433
},
433
- ),
434
+ ). animate (). fade (duration : 200. ms) ,
434
435
),
435
436
],
436
437
),
Original file line number Diff line number Diff line change @@ -1191,9 +1191,9 @@ class _SearchViewState extends State<SearchView> {
1191
1191
),
1192
1192
],
1193
1193
),
1194
- ). animate (). fade (duration : 200. ms) ;
1194
+ );
1195
1195
},
1196
- ),
1196
+ ). animate (). fade (duration : 200. ms) ,
1197
1197
),
1198
1198
_isEmpty
1199
1199
? const Text ('' )
Original file line number Diff line number Diff line change 1
1
import 'package:flutter/material.dart' ;
2
+ import 'package:flutter_animate/flutter_animate.dart' ;
2
3
import 'package:flutter_dotenv/flutter_dotenv.dart' ;
3
4
import 'package:http/http.dart' as http;
4
5
import 'dart:async' ;
@@ -419,7 +420,7 @@ class _SimilarHadithViewState extends State<SimilarHadithView> {
419
420
),
420
421
);
421
422
},
422
- ),
423
+ ). animate (). fade (duration : 200. ms) ,
423
424
),
424
425
],
425
426
),
You can’t perform that action at this time.
0 commit comments