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 download and run this application, you’ll need git and flutter installed on your computer. from your command line:
# buy this source
$ 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
Comments are closed.