Skip to content

Introduction

Before you get started these all are guidelines for better development and maintenance experience.

For Installing flutter refer to flutter.dev

fvmrc Different project might have running on different flutter version, running all on the latest or old might not work because of dependences around that project.

Using fvmrc file in the project ensure, you’re running support version for project, not what is installed on your system.

FVM Documentation