Skip to content

Commit

Permalink
fix #44
Browse files Browse the repository at this point in the history
  • Loading branch information
hungps committed Oct 24, 2021
1 parent 9b83788 commit bff90cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/ui/screens/home/widgets/pokemon_news.dart
Expand Up @@ -35,7 +35,7 @@ class _PokemonNews extends StatelessWidget {
@override
Widget build(BuildContext context) {
return ListView(
physics: BouncingScrollPhysics(),
physics: ClampingScrollPhysics(),
children: <Widget>[
_buildHeader(context),
ListView.separated(
Expand Down
3 changes: 1 addition & 2 deletions lib/ui/screens/pokemon_info/widgets/pokemon_basic_info.dart
@@ -1,6 +1,5 @@
import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/material.dart' hide AnimatedSlide;
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:pokedex/configs/durations.dart';
import 'package:pokedex/configs/images.dart';
Expand Down

0 comments on commit bff90cc

Please sign in to comment.