modified: .circleci/config.yml
This commit is contained in:
parent
91f2b69f05
commit
88d9aca89a
|
@ -19,6 +19,9 @@ jobs:
|
|||
- run:
|
||||
name: Build the Android version
|
||||
command: flutter build apk --split-per-abi --no-shrink
|
||||
-run:
|
||||
name: Build the Android bundle
|
||||
command: flutter build appbundle --no-shrink
|
||||
|
||||
- store_artifacts:
|
||||
path: build/app/outputs/apk/release/
|
||||
path: build/app/outputs/
|
|
@ -354,7 +354,6 @@ class _DismissibleContainerState extends State<DismissibleContainer> {
|
|||
});
|
||||
int index = await audio.delFromPlaylist(widget.episode);
|
||||
final episodeRemove = widget.episode;
|
||||
|
||||
Fluttertoast.showToast(
|
||||
msg: 'Removed From Playlist',
|
||||
gravity: ToastGravity.BOTTOM,
|
||||
|
|
Loading…
Reference in New Issue