Our core framework
What is Fliplet Core?
Building apps is hard, hence why we have created a core library which is automatically included in all screens of your app. On the other hand, if you’re developing a component you will need to manually add fliplet-core
to the list of dependencies declared.
The core library enables you to read and write data in the device storage, navigate to different screens and access dozens of other different interactions and features on the device or browser.
Tip: Jump to the namespace you're looking for by using the sidebar on the left.
Features are arranged by namespace, e.g. “Screen” is the namespace which contains methods responsible for navigating between screens.
Dive in
Fliplet.Navigate
Learn how to navigate between different screens of your app or open a webpage.
Fliplet.Storage
Learn how to read and write persistent data locally on the device or web browser.
Fliplet.Profile
Learn how to read data from the profile of users that have logged in to the app.
Fliplet.Navigator
Learn how to interact with the device functionalities such as the user's location.