Gradle SDK vers

This commit is contained in:
2024-05-11 16:11:19 +03:00
parent 0c11883b48
commit b4092837d2
3 changed files with 4 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ if (flutterVersionName == null) {
android { android {
namespace "com.example.flutter_application_1" namespace "com.example.flutter_application_1"
compileSdk flutter.compileSdkVersion compileSdk 34
ndkVersion flutter.ndkVersion ndkVersion flutter.ndkVersion
compileOptions { compileOptions {
@@ -45,7 +45,7 @@ android {
applicationId "com.example.flutter_application_1" applicationId "com.example.flutter_application_1"
// You can update the following values to match your application needs. // You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger() versionCode flutterVersionCode.toInteger()
versionName flutterVersionName versionName flutterVersionName

View File

@@ -6,7 +6,7 @@ import 'package:gymlink_module_web/theme.dart';
class MyAppStateMobile extends State<MyApp> { class MyAppStateMobile extends State<MyApp> {
bool _isLoading = true; bool _isLoading = true;
ThemeData theme = myTheme; ThemeData theme = myTheme;
bool black_theme = false; bool black_theme = true;
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {

View File

@@ -39,6 +39,7 @@ dependencies:
shared_preferences: ^2.2.3 shared_preferences: ^2.2.3
flutter_markdown: ^0.7.1 flutter_markdown: ^0.7.1
http: ^1.2.1 http: ^1.2.1
universal_html: ^2.2.4
dev_dependencies: dev_dependencies:
flutter_test: flutter_test: