App Update 0.0.3

This commit is contained in:
Pawan Kumar
2018-04-03 22:17:43 +05:30
parent 5897a38f03
commit 7c8d1b4263
4 changed files with 17 additions and 9 deletions

View File

@ -30,8 +30,8 @@ android {
applicationId "com.mtechviral.fluttermusicplayer"
minSdkVersion 16
targetSdkVersion 27
versionCode 2
versionName "0.0.2"
versionCode 3
versionName "0.0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

View File

@ -1,8 +1,8 @@
import 'package:flute_example/data/song_data.dart';
import 'package:flute_example/pages/root_page.dart';
import 'package:flute_example/widgets/mp_inherited.dart';
import 'package:flutter/material.dart';
import 'package:flute_music_player/flute_music_player.dart';
import 'package:flutter/material.dart';
class MyApp extends StatefulWidget {
@override
@ -43,7 +43,7 @@ class _MyAppState extends State<MyApp> {
if (!mounted) return;
setState(() {
songData = new SongData(new List.from(songs));
songData = new SongData((songs));
_isLoading = false;
});
}

View File

@ -28,7 +28,7 @@ packages:
name: barback
url: "https://pub.dartlang.org"
source: hosted
version: "0.15.2+15"
version: "0.15.2+14"
boolean_selector:
dependency: transitive
description:
@ -86,12 +86,12 @@ packages:
source: hosted
version: "0.1.1"
flute_music_player:
dependency: "direct dev"
dependency: "direct main"
description:
name: flute_music_player
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.5"
version: "0.0.6"
flutter:
dependency: "direct main"
description: flutter
@ -200,6 +200,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.6"
mockito:
dependency: transitive
description:
name: mockito
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.3"
multi_server_socket:
dependency: transitive
description:
@ -351,7 +358,7 @@ packages:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.32+2"
version: "0.12.32+1"
typed_data:
dependency: transitive
description:

View File

@ -8,12 +8,13 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.0
flute_music_player: ^0.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flute_music_player: ^0.0.5
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec