Skip to content

Commit

Permalink
#fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Wei committed Nov 14, 2020
1 parent 1c6a833 commit 3ae9895
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/my_app_routes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ const kMyAppRoutesBasic = <MyRouteGroup>[
MyRoute(
child: ConvexAppExample(),
sourceFilePath: 'lib/routes/appbar_convex_appbar_ex.dart',
title: 'Convext Appbar',
title: 'Convex Appbar',
description: 'Nicer-looking appbar (Flutter Favorite package).',
links: {'Pub.dev': 'https://pub.dev/packages/convex_bottom_bar'},
),
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies:
animations: 1.1.2
async: ^2.4.0
backdrop: 0.4.6
badges: ^1.1.4
cached_network_image: 2.3.3
charts_flutter: 0.9.0
cloud_firestore: 0.14.1+3
Expand Down Expand Up @@ -53,7 +54,7 @@ dependencies:
transparent_image: 1.0.0
url_launcher: ^5.7.10
video_player: ^0.11.1+2
widget_with_codeview: 1.0.4
widget_with_codeview: ^1.0.5

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 3ae9895

Please sign in to comment.