Skip to content

Commit

Permalink
update flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
NeXTormer committed Jan 19, 2024
1 parent 935207e commit 44109f3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
android:icon="@mipmap/neverskip_icon"
android:roundIcon="@mipmap/neverskip_icon">

<!-- <meta-data-->
<!-- android:name="io.flutter.embedding.android.EnableImpeller"-->
<!-- android:value="true" />-->

<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.com.shekarmudaliyar.social_share"
Expand Down
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ class _FredericBaseState extends State<FredericBase> {
supportedLocales: context.supportedLocales,
localizationsDelegates: context.localizationDelegates,
theme: ThemeData(
useMaterial3: false,
primaryColor: theme.mainColor,
brightness: theme.isBright ? Brightness.light : Brightness.dark,
fontFamily: 'Montserrat',
Expand Down
8 changes: 4 additions & 4 deletions macos/Flutter/ephemeral/Flutter-Generated.xcconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// This is a generated file; do not edit or check into version control.
FLUTTER_ROOT=/home/felix/Dev/SDKs/flutter
FLUTTER_APPLICATION_PATH=/home/felix/Dev/Projects/frederic
FLUTTER_ROOT=/Users/felix/Developer/SDKs/flutter
FLUTTER_APPLICATION_PATH=/Users/felix/Developer/Projects/NeverSkip
COCOAPODS_PARALLEL_CODE_SIGN=true
FLUTTER_BUILD_DIR=build
FLUTTER_BUILD_NAME=1.0.5
FLUTTER_BUILD_NUMBER=23070201
FLUTTER_BUILD_NAME=1.1.0
FLUTTER_BUILD_NUMBER=23123102
DART_OBFUSCATION=false
TRACK_WIDGET_CREATION=true
TREE_SHAKE_ICONS=false
Expand Down
8 changes: 4 additions & 4 deletions macos/Flutter/ephemeral/flutter_export_environment.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=/home/felix/Dev/SDKs/flutter"
export "FLUTTER_APPLICATION_PATH=/home/felix/Dev/Projects/frederic"
export "FLUTTER_ROOT=/Users/felix/Developer/SDKs/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/felix/Developer/Projects/NeverSkip"
export "COCOAPODS_PARALLEL_CODE_SIGN=true"
export "FLUTTER_BUILD_DIR=build"
export "FLUTTER_BUILD_NAME=1.0.5"
export "FLUTTER_BUILD_NUMBER=23070201"
export "FLUTTER_BUILD_NAME=1.1.0"
export "FLUTTER_BUILD_NUMBER=23123102"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=true"
export "TREE_SHAKE_ICONS=false"
Expand Down

0 comments on commit 44109f3

Please sign in to comment.