Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Wei committed Jul 30, 2021
1 parent ed672fd commit bae8d8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:flutter/material.dart';
// ignore_for_file: constant_identifier_names

// *Note*: when APP_VERSION is changed, remember to also update pubspec.yaml.
const APP_VERSION = 'v2.6.3';
const APP_VERSION = 'v3.0.0';
const APP_NAME = 'Flutter Catalog';
final kAppIcon =
Image.asset('res/images/launcher_icon.png', height: 64.0, width: 64.0);
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_catalog
description: An app showcasing Flutter components, with side-by-side source code view.

# *Note*: when version change, remember to also update constants.dart.
version: 2.6.3+74
version: 3.0.0+75

environment:
sdk: ">=2.13.0 <3.0.0"
Expand All @@ -23,7 +23,7 @@ dependencies:
animated_radial_menu: ^0.0.1
animated_text_kit: ^4.2.1
animations: ^2.0.1
async: ^2.8.1
async:
backdrop: ^0.6.2
badges: ^2.0.1
cached_network_image: ^3.1.0
Expand Down Expand Up @@ -86,7 +86,7 @@ dependencies:
transparent_image: ^2.0.0
tuple: ^2.0.0
url_launcher: ^6.0.9
video_player: ^2.0.0-nullsafety.9
video_player: ^2.1.12
widget_with_codeview: ^2.0.0-nullsafe

dev_dependencies:
Expand Down

0 comments on commit bae8d8c

Please sign in to comment.