Skip to content

Commit

Permalink
* Intl Version Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshvgts committed Jul 11, 2023
1 parent 5d63024 commit f8e4c8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions example/lib/res/styles.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class AppStyle {
static final ThemeData appTheme = ThemeData(
primaryColor: AppColor.primary,
primaryColorDark: AppColor.primaryDark,
accentColor: AppColor.accent,
dividerColor: AppColor.black10,
brightness: Brightness.light,
indicatorColor: AppColor.primaryDark,
Expand All @@ -24,7 +23,6 @@ class AppStyle {
),
appBarTheme: AppBarTheme().copyWith(
color: AppColor.white,
brightness: Brightness.dark,
),
backgroundColor: AppColor.background,
fontFamily: "GeneralSans",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
provider: ^6.0.0
image_picker: ^0.8.0+3
flutter_image_compress: ^1.0.0
intl: ^0.17.0
intl: ^0.18.1


dev_dependencies:
Expand Down

0 comments on commit f8e4c8a

Please sign in to comment.