DrawingBoard

一款使用 Flutter 构建的免费在线绘图应用。

特点

  • [x] 绘图
  • [x] 擦除
  • [x] 添加新页面
  • [x] 在网格页面和平面页面之间选择。
  • [x] 更改画笔粗细、颜色。
  • [x] 更改背景颜色。
  • [ ] 登录/注册
  • [ ] 保存绘画本
  • [ ] 创建多个绘画本

截图

scene

screenshot2--1-

screenshot3--1-

使用方法

要克隆并运行此应用程序,您需要在计算机上安装 GitFlutter。在您的命令行中

# Clone this repository
$ git clone https://github.com/mrmayurgithub/DrawingBoard.git

# Go into the repository
$ cd drawing_app

# Install dependencies
$ flutter packages get

# Run the app
$ flutter run

安装

Linux

The Linux version of the app will be launched soon.

Windows

The Windows version of the app will be launched soon.

Web
DrawingBoard

使用的包

  • font_awesome_flutter
  • fluttertoast
  • flutter_material_color_picker
  • provider
  • firebase_core
  • url_launcher

目录结构

项目目录结构如下

├── android
├── asset
├── build
├── images
├── ios
├── lib
├── pubspec.lock
├── pubspec.yaml