Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.72 KB

README.md

File metadata and controls

60 lines (41 loc) · 1.72 KB

Xamarin Forms App Boilerplate

A Startup project template for creating a new xamarin forms app.

|

Introduction

This project include the followings out of the box !

  • Sqlite using Entity Framework with Migration Projct
  • MVVM Design Pattern
  • Dependency Injection Design Pattern
  • Forms Validation
  • Request Permission Handling
  • Svg Icons
  • Font Icons
  • Tabs
  • Portlet
  • Shell with Flyout
  • Theme and Style
  • Multi Languages
  • RTL Support
  • Modals
  • Button Icons
  • Custom Controls such as CheckBox and Switch

Getting Started

Requiremnts

  • .NET Core 3.1
  • Visual Studio 2019

Installation

To create a new project simply open your cmd or terminal and do the followings

  • git clone https://github.com/balbarak/xamarin-app-template.git

  • dotnet new -i (PathToSrcFolder)

    • Example:
    • dotnet new -i C:\Repos\C:\Repos\xamarin-app-template\src
  • dotnet new mobileApp -n (NameOfTheProject)

    • Example:
    • dotnet new mobileApp -n FirstApp

Acknowledgements

This project using the followings plugins