Flutter Note Listing App With Backend1.0.0 Beautifully designed Flutter Note Listing App built using Firebase with cross-platform support. Built with the aim to provide a quick and simple notepad editing experience to the user while writing notes, memos, e-mails, messages, shopping lists, and to...
一个flutter商城项目包含(首页、商品分类,商品列表、商品详情、购物车、确认订单、收货地址、个人中心、优惠券、登录)真实接口 - qiangzhouliang/flutter-shop
Flutter Shop 适用于 iOS 设备 安装 举报应用 关于Flutter Shop 大小 7 MB 更新时间 2023-06-17 版本 1.0.0(build 1) 证书类型 查看 Flutter Shop用户点评 4.9 Sara Lee 购物车管理和支付流程非常顺畅,只是期待未来能看到更多个性化的推荐。 第一次使用就爱上了Flutter Shop,简洁的界面让我感到舒适。虽然刚...
flutter_shop Getting Started flutter_shop 本项目是一个付费课程的练习项目,项目代码不完全按照课程的代码编写,加入自己对界面的理解,重新构造一些界面以及逻辑,需要项目原代码的请移步项目jspang_flutter_shop进行查看 对flutter 有兴趣可查看另一个实战项目flutter_weather,该项目使用fluro管理路由,rxdart实现 BLoC 并进...
MissYoung/Flutter_shopPublic NotificationsYou must be signed in to change notification settings Fork96 Star363 master BranchesTags Code Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time. ...
The Shop Flutter App brings our full social media experience and website to one shopping location. You will have direct access to our select clothing, jewelry,…
import'dart:convert';import'package:flutter/material.dart';import'package:flutter_easyrefresh/easy_refresh.dart';import'package:fluttershop/config/color.dart';import'package:fluttershop/config/string.dart';import'package:fluttershop/service/http_service.dart';classHomePageextendsStatefulWidget { ...
import 'package:fluttershop/model/category_model.dart'; //分类Provide class CategoryProvider with ChangeNotifier { List<SecondCategoryVO> secondCategoryList = []; //二级分类列表 int secondCategoryIndex = 0; //二级分类索引 int firstCategoryIndex = 0; //一级分类索引 ...
import'package:flutter/material.dart';import'package:fluttershop/model/category_model.dart';//分类ProvideclassCategoryProvider with ChangeNotifier { List<SecondCategoryVO> secondCategoryList = [];//二级分类列表intsecondCategoryIndex = 0;//二级分类索引intfirstCategoryIndex = 0;//一级分类索引String firs...
import 'package:fluttershop/config/string.dart'; class CategoryPage extends StatefulWidget { @override _CategoryPageState createState() => _CategoryPageState(); } class _CategoryPageState extends State<CategoryPage> { @override Widget build(BuildContext context) { ...