Skip to content

Conversation

@Nisarg-18
Copy link
Collaborator

@Nisarg-18 Nisarg-18 commented Apr 11, 2025

This PR includes:

  1. Converted FLTBetterPlayerPlugin to Swift
  2. Made a few changes in the example app for simple testing

The main file to look at is "FLTBetterPlayerPlugin.swift".

@Nisarg-18 Nisarg-18 self-assigned this Apr 11, 2025
@Nisarg-18 Nisarg-18 requested a review from NicholasNagy April 11, 2025 02:04
Copy link
Owner

@NicholasNagy NicholasNagy left a comment

Choose a reason for hiding this comment

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

I had a small comment about some example code, which is not a big deal tbh.

Great job on the swift rewrite, lots of comments explaining stuff is going to be helpful too. Thanks :)

Comment on lines 127 to 151

// import 'package:flutter/material.dart';

// void main() => runApp(App());

// class App extends StatelessWidget {
// const App({Key? key}) : super(key: key);

// @override
// Widget build(BuildContext context) {
// return Container(
// color: Colors.black,
// child: MaterialApp(
// home: Scaffold(
// body: Center(
// child: Text(
// "Hello World",
// style: TextStyle(color: Colors.black),
// ),
// ),
// ),
// ),
// );
// }
// }
Copy link
Owner

Choose a reason for hiding this comment

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

delete?

@Nisarg-18 Nisarg-18 merged commit ca74605 into master Apr 17, 2025
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants