Update README and change bundle identifier.

This commit is contained in:
Raktbastr 2025-02-06 21:30:49 -06:00
parent fc2e26d606
commit 0504040374
5 changed files with 18 additions and 9 deletions

View file

@ -1,6 +1,16 @@
![Laser Scouter](https://laserrobotics.org/wp-content/uploads/2025/02/laserscouterlogo.png) ![Laser Scouter](https://laserrobotics.org/wp-content/uploads/2025/02/laserscouterlogo.png)
A FRC scouting and statistics app. Developed by Laser Robotics. A simple FRC scouting app. Developed by Laser Robotics.
# What is planned
* Breakdowns of match statistics
* Stat comparisons
* Ability to export data
# Some extra notes
This is a side project by a few of our members and is our first Flutter project. Please leave suggestions and tips about what we could do better!
# How to contribute # How to contribute
@ -14,4 +24,3 @@ A FRC scouting and statistics app. Developed by Laser Robotics.
2. Open the app in your desired platform. 2. Open the app in your desired platform.
* If you plan to test on an iPhone, you must have a Apple Developer account and a MacOS device with Xcode. I reccomend [this guide](https://www.geeksforgeeks.org/how-to-install-flutter-app-on-ios/) * If you plan to test on an iPhone, you must have a Apple Developer account and a MacOS device with Xcode. I reccomend [this guide](https://www.geeksforgeeks.org/how-to-install-flutter-app-on-ios/)

View file

@ -18,7 +18,7 @@ pluginManagement {
plugins { plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0" id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.1.0" apply false id "com.android.application" version "8.2.2" apply false
id "org.jetbrains.kotlin.android" version "1.8.22" apply false id "org.jetbrains.kotlin.android" version "1.8.22" apply false
} }

View file

@ -9,11 +9,11 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string> <string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> <string>org.laserrobotics.LaserScouter</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>laserscouter</string> <string>Laser Scouter</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>

View file

@ -1,5 +1,5 @@
name: laserscouter name: laserscouter
description: "A FRC scouting and statistics app. Developed by Laser Robotics" description: "A FRC scouting app. Developed by Laser Robotics"
# The following line prevents the package from being accidentally published to # The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages. # pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev publish_to: 'none' # Remove this line if you wish to publish to pub.dev
@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts # In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix. # of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+1 version: 1.0.0
environment: environment:
sdk: ^3.6.1 sdk: ^3.6.1