Skip to content

Commit

Permalink
Use tab alignment center
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Oct 3, 2023
1 parent 2b23fcf commit eb1fbff
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion FLUTTER_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
57ed724177
3.16.0-1.0.pre
1 change: 0 additions & 1 deletion app/lib/selections/utilities.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ class _UtilitiesViewState extends State<_UtilitiesView>
TabBar(
controller: _tabController,
isScrollable: true,
tabAlignment: TabAlignment.center,
tabs: <List<dynamic>>[
[PhosphorIconsLight.file, AppLocalizations.of(context).project],
[PhosphorIconsLight.book, AppLocalizations.of(context).page],
Expand Down
3 changes: 3 additions & 0 deletions app/lib/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ ThemeData getThemeData(String name, bool dark,
);
}
return theme.copyWith(
tabBarTheme: const TabBarTheme(
tabAlignment: TabAlignment.center,
),
dropdownMenuTheme: DropdownMenuThemeData(
inputDecorationTheme: defaultDropdownInputDecorationTheme(),
),
Expand Down
12 changes: 6 additions & 6 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ packages:
dependency: transitive
description:
name: build_resolvers
sha256: "0713a05b0386bd97f9e63e78108805a4feca5898a4b821d6610857f10c91e975"
sha256: "64e12b0521812d1684b1917bc80945625391cb9bdd4312536b1d69dcb6133ed8"
url: "https://pub.dev"
source: hosted
version: "2.4.0"
version: "2.4.1"
build_runner:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -180,10 +180,10 @@ packages:
dependency: transitive
description:
name: camera_avfoundation
sha256: dde42d19ad4cdf79287f9e410599db72beaec7e505787dc6abfd0ce5b526e9c0
sha256: "9495e633cda700717bbe299b0979e6c4a08cee45f298945973dc9cf3e4c1cba5"
url: "https://pub.dev"
source: hosted
version: "0.9.13+5"
version: "0.9.13+6"
camera_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -444,10 +444,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_native_splash
sha256: ecff62b3b893f2f665de7e4ad3de89f738941fcfcaaba8ee601e749efafa4698
sha256: "91004565166dbbc7a85e7e99b84124a287839830ca957cfe45004793fe6fe69f"
url: "https://pub.dev"
source: hosted
version: "2.3.2"
version: "2.3.3"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies:
popover: ^0.2.8+2
markdown: ^7.1.1
dev_dependencies:
flutter_native_splash: ^2.3.2
flutter_native_splash: ^2.3.3
#flutter_launcher_icons: ^0.11.0
flutter_lints: ^2.0.3
flutter_test:
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/73.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
* Add classic theme to theme selection
* Change secondary color of classic theme to red
* Use elements changed event for transformation
* Use center tab alignment
* Make spacer tool realtime
* Fix markdown newlines ([#501](https://github.com/LinwoodDev/Butterfly/issues/501))
* Update to flutter master (Fix windows issues)
Expand Down

1 comment on commit eb1fbff

@vercel
Copy link

@vercel vercel bot commented on eb1fbff Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.