Commit db85b6f

derdilla <derdilla06@gmail.com>
2023-05-18 13:19:17
remove non-free assets
1 parent 0421038
Changed files (6)
android/app/build.gradle
@@ -54,8 +54,8 @@ android {
         // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
         minSdkVersion 19
         targetSdkVersion flutter.targetSdkVersion
-        versionCode 8
-        versionName "1.0.0"
+        versionCode 9
+        versionName "1.0.1"
     }
     signingConfigs {
        release {
assets/dark/github-mark.png
Binary file
assets/github-mark.png
Binary file
lib/screens/settings.dart
@@ -143,11 +143,7 @@ class SettingsPage extends StatelessWidget {
                   children: [
                     SettingsTile(
                       title: const Text('source code'),
-                      leading: SizedBox(
-                        width: 30,
-                          height: 30,
-                        child: Image.asset('assets/github-mark.png'),
-                      ),
+                      leading: const Icon(Icons.merge),
                       onPressed: (context) async {
                         var url = Uri.parse('https://github.com/NobodyForNothing/blood-pressure-monitor-fl');
                         if (await canLaunchUrl(url)) {
LICENCE
@@ -21,7 +21,4 @@ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.
 
-For more information, please refer to <https://unlicense.org>
-
-This licence does not apply to the files in the assets folder, please 
-refer to <https://github.com/logos>
+For more information, please refer to <https://unlicense.org>
\ No newline at end of file
pubspec.yaml
@@ -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
 # 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.
-version: 1.0.0
+version: 1.0.1
 
 environment:
   sdk: '>=2.19.6 <3.0.0'
@@ -68,9 +68,6 @@ flutter:
   # the material Icons class.
   uses-material-design: true
 
-  assets:
-    - assets/github-mark.png
-
   # To add custom fonts to your application, add a fonts section here,
   # in this "flutter" section. Each entry in this list should have a
   # "family" key with the font family name, and a "fonts" key with a