DrawingBoard
A Free online drawing app built using flutter.
Features
- [x] Draw
- [x] Erase
- [x] Add new page
- [x] Select between Grid Page and Plane Page.
- [x] Change pen stroke, color.
- [x] Change Background Color.
- [ ] Login/SignUp
- [ ] Save Drawing Book
- [ ] Create Multiple Drawing Books
Screenshots
How To Use
To clone and run this application, you'll need Git and Flutter installed on your computer. From your command line:
# 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
Installation
Linux:
The Linux version of the app will be launched soon.
Windows:
The Windows version of the app will be launched soon.
Web:
DrawingBoard
Packages Used
- font_awesome_flutter
- fluttertoast
- flutter_material_color_picker
- provider
- firebase_core
- url_launcher
Directory Structure
The project directory structure is as follows:
├── android
├── asset
├── build
├── images
├── ios
├── lib
├── pubspec.lock
├── pubspec.yaml