/flutter_ui_templates

Useful Flutter UI Templates

Primary LanguageDart

Flutter UI Templates

Useful Flutter UI Templates

Image of Flutter UI Templates Image of Sign In Image of Sign In
App Main Page Sign In Sign Up
Image of Splash Screen Image of Splash Screen Image of App Settings
Splash Screen Onboarding App Settings
Template Type Status
Sign In OK
Sign Up OK
Splash Screen OK
Onboarding OK
App Settings OK
User Profile Continues
Home Page TODO
Product Details TODO

Notes

  • Splash Screen
    • flutter_native_splash package was used for splash screen display. You can visit the website for details.
  • App Settings
    • settings_ui package was used for app settings. You can visit the website for details.

Bug or Requests

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket. Pull request are also welcome.

EXTRA - Getting Started For Flutter

This project is a starting point for a Flutter application.

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.

EXTRA - Contributing Guidelines

Steps

1. Fork this repository.

2. Clone the forked repository.

git clone --depth 1 https://github.com/<your-github-username>/flutter_ui_templates.git

3. Navigate to the project directory.

cd flutter_ui_templates

4. Create a new branch.

git checkout -b <your_branch_name>

5. Make changes in source code.

6. Commit your changes.

git commit -m "Message"

7. Push your local branch to the remote repository.

git push -u origin <your_branch_name>

8. Create a Pull Request!

Finally, go to your repository in the browser and click on compare and pull requests. Then add a title and description to your pull request that explains your precious effort.

click on Compare and Pull Request