Skip to content

Commit

Permalink
final wala final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Khattar committed Jan 18, 2024
1 parent 612994a commit f2c31f1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/components/yoga_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ class YogaCard extends StatelessWidget {
Positioned(
bottom: 0,
child: Container(
padding: const EdgeInsets.only(left: 16, right: 8, top: 16, bottom: 8),
padding:
const EdgeInsets.only(left: 16, right: 8, top: 16, bottom: 8),
width: width,
decoration: BoxDecoration(
color: Colors.white,
Expand Down Expand Up @@ -97,3 +98,4 @@ class YogaCard extends StatelessWidget {
),
);
}
}
2 changes: 2 additions & 0 deletions macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ import FlutterMacOS
import Foundation

import audioplayers_darwin
import flutter_tts
import path_provider_foundation
import shared_preferences_foundation

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AudioplayersDarwinPlugin.register(with: registry.registrar(forPlugin: "AudioplayersDarwinPlugin"))
FlutterTtsPlugin.register(with: registry.registrar(forPlugin: "FlutterTtsPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}
3 changes: 3 additions & 0 deletions windows/flutter/generated_plugin_registrant.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
#include "generated_plugin_registrant.h"

#include <audioplayers_windows/audioplayers_windows_plugin.h>
#include <flutter_tts/flutter_tts_plugin.h>

void RegisterPlugins(flutter::PluginRegistry* registry) {
AudioplayersWindowsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("AudioplayersWindowsPlugin"));
FlutterTtsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FlutterTtsPlugin"));
}
1 change: 1 addition & 0 deletions windows/flutter/generated_plugins.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

list(APPEND FLUTTER_PLUGIN_LIST
audioplayers_windows
flutter_tts
)

list(APPEND FLUTTER_FFI_PLUGIN_LIST
Expand Down

0 comments on commit f2c31f1

Please sign in to comment.