Flutter application supports both Andorid and studio
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Put your images under images folder
- Go to lib/main.dart replace backgroundImage: AssetImage("images/karush.jpeg") to your images.
- Similarly replace Name, email and phone No
- Add images in pubspec.yaml folder as
assets:
- images/<user_image>
- flutter emulators --launch
- flutter run