In this tutorial, I will be showing you how to create simple login screen with adobe_xd to Flutter Plugin directly from Scratch in Flutter without using any library.
- Create and setup a new flutter project:
- In a terminal (console), create a new flutter project:
- flutter create [project_name] command
- Then, in pubspec.yaml, add adobe_xd dependency
- dependencies:adobe_xd: ^1.0.0+1
- Install (or update) ‘XD to Flutter’ plugin in the latest version of Adobe XD:
- Go to Plugins > Browse plugins…
- Install ‘XD to Flutter’ plugin
- Export all Widget and library into Your Project
Full Tutorial on Youtube https://www.youtube.com/watch?v=C0pQt4kqOlQ
Do ⭐ the repo it really motivates me to share more open source
- Recommend Me On LinkedIn - I will really Appreciate this
- Don't forget to star ⭐ the repo 😉, it's FREE.