diff --git a/assets/banner1.jpg b/assets/banner1.jpg index 2f0919a..2342336 100644 Binary files a/assets/banner1.jpg and b/assets/banner1.jpg differ diff --git a/lib/routes/video/videoPage.dart b/lib/routes/video/videoPage.dart index 5fac697..8a073aa 100644 --- a/lib/routes/video/videoPage.dart +++ b/lib/routes/video/videoPage.dart @@ -18,7 +18,7 @@ class _VideoPageState extends State { Widget build(BuildContext context) { return DefaultTabController( length: 3, - initialIndex: 1, + initialIndex: 0, child: Scaffold( appBar: AppBar( leading: GestureDetector( diff --git a/pubspec.yaml b/pubspec.yaml index be8f33a..48c347f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.5.0+1 +version: 1.6.0+1 environment: sdk: '>=2.18.6 <3.0.0'