A Flutter musical app built with nodejs and firebase.
Bungee is the first music app build with Flutter. With a nice interface you can play punjabi music ,create playlists and share them with others. You can also search for particular artist or song.There is also switching of dark theme. Pagination is also used. Thank you
To use features of firebase in app you will have to paste your own keys at android/app/src
google-services.json
Following is list of libraries used in app.
Following is list of important wigdets used in app.(Can't list all
This project is licensed under the MIT License - see the LICENSE.md file for details
Yes! We are available for hire. Visit our homepage or simply leave us a note to contact@ocg.technology. We will be happy to work with you!
import 'package:flutter/material.dart'; import './pages/home_page.dart'; import './pages/book_page.dart'; import 'package:bottom_nav_bar_test/pages/movie_page.dart'; import 'package:bottom_nav_bar_te
两种方法 1,如果flutter作为module依赖,则原生也需要处理退出app,由原生来退出整个app SystemNavigator.pop() 2,直接退出app,无需关注原生项目 exit(0)
一.环境搭建 在集成Flutter之前,我们需要做一些准备工作,搭建好Flutter的运行环境。 准备工作 1.下载Flutter sdk,下载完成后,解压到自定义的路径下;FlutterSDK下载地址 2.配置环境变量; 我的电脑–>属性–>高级系统设置–>环境变量。编辑path,将FlutterSDK的路径添加进去(到bin文件) 添加两个系统变量 PUB_HOSTED_URL:https:/
检查App Manifest 检查构建配置 添加启动图标 以上几个步骤详细可以查看官方文档 发布Android版APP,文档写的很详细,这里不累述。 App 签名 创建keystore 在 Android Studio 的Terminal 下运行: flutter doctor -v 找到 Java binary at:所在的路径, 然后 进入该目录 运行命令: keytool -genkey -
Views Flutter和Android中的View 在Flutter中,View相当于是Widget。然而,与View相比,Widget有一些不同之处。 首先,Widget仅支持一帧,并且在每一帧上,Flutter的框架都会创建一个Widget实例树(译者语:相当于一次性绘制整个界面)。 相比之下,在Android上View绘制结束后,就不会重绘,直到调用invalidate时才会重绘。 与A
记个笔记,该界面在main.dart中。 import 'package:flutter/material.dart'; void main() { runApp(MyApp()); // if (Platform.isAndroid) { // //设置Android头部的导航栏透明 // SystemUiOverlayStyle systemUiOverlayStyle
Flutter Music Player First Open Source Flutter based Beautiful Material Design Music Player(Online Radio will be added soon.) Demo App Play Store BETA Features Android (iOS Coming Soon) Fetch local so
Quiet 仿网易云音乐。 Imitation of NeteaseMusic. How to start (如何开始) clone project to local git clone https://github.com/boyan01/flutter-netease-music.git install Flutter require latest flutter stable channel
Unlock Music 用于在浏览器中解锁加密的音乐文件。 特性 支持的格式 QQ 音乐 (.qmc0/.qmc2/.qmc3/.qmcflac/.qmcogg/.tkm) Moo 音乐格式 (.bkcmp3/.bkcflac) QQ 音乐 Tm 格式 (.tm0/.tm2/.tm3/.tm6) QQ 音乐新格式 (.mflac/.mgg) QQ 音乐海外版JOOX Music (.)
VUE3-MUSIC 是一个基于 VUE3+TS 开发的音乐播放器,界面模仿 QQ 音乐 mac 客户端。 VUE3默认版本了,搞个项目熟悉一下,以备不时之需 在线体验:https://smallruraldog.github.io/vue3-music github:https://github.com/SmallRuralDog/vue3-music 将浏览器大小设置成1050*670,体验效
基于Taro与网易云音乐api开发,技术栈主要是:typescript+taro+taro-ui+redux,目前主要是着重小程序端的展示,主要也是借此项目强化下上述几个技术栈的使用,通过这个项目也可以帮助你快速使用Taro开发一个属于你自己的小程序~ 功能列表
music-website 项目说明 本音乐网站的客户端和管理端使用 VUE 框架来实现,服务端使用 Spring Boot + MyBatis 来实现,数据库使用了 MySQL。实现思路可以看这里;项目启动方法看文章末尾。 项目预览 前台截图预览 后台截图预览 项目功能 音乐播放 用户登录注册 用户信息编辑、头像修改 歌曲、歌单搜索 歌单打分 歌单、歌曲评论 歌单列表、歌手列表分页显示 歌词同步