FlutApp is a Flutter project that showcases a simple user interface design. Explore and experiment with Flutter widgets.
- Minimalistic user interface design
- Responsive layout for various screen sizes
- Easy-to-understand codebase for beginners
- Integration of basic Flutter widgets
- Clone the project:
git clone https://github.com/sentugce/flutApp.git
- Navigate to the project directory:
cd flutApp
- Install Dependencies:
flutter pub get
-
Ensure Flutter is installed on your system. If not, follow the official installation guide.
-
Run on Chrome (Desktop):
flutter run -d chrome
- Run on Emulator:
flutter run
Ensure that an emulator or physical device is connected to your system.
- Explore the app's user interface.
- Experiment with different Flutter widgets.
- Customize the code to add new features or modify existing ones.
- Fork this repository.
- Create a new branch: git checkout -b feature/feature-name
- Commit your changes: git commit -m 'Add new feature'
- Push your branch: git push origin feature/feature-name
- Create a pull request.
This project is licensed under the MIT License.