O
O
Oleg Biryuk2020-03-20 23:54:40
Mobile development
Oleg Biryuk, 2020-03-20 23:54:40

How are things in flutter/react native with calling platform system functions?

Can I create an alarm clock app on flutter, for example? I read that some of the system functions of the platform can be called, but when connecting individual libraries (for example, push notifications), some of the functions cannot be called and one must resort to native development. So how do you still understand the limits of the possible? .. Is there any list of what can be done and what cannot?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
KnightForce, 2020-04-24
@OleG2e

You need to look at what is there.
If something is missing, you will have to write in native. Flutter makes this easier.
A couple of lines in Dart, a couple of lines in native - and the connection is ready, then write the logic.

A
Andrew Nodermann, 2020-03-23
@Lucian

Start from existing tasks and solve problems as they come, no need to try to solve something that does not exist yet.

M
Madi Pagani, 2021-07-23
@prince_pagani

Flutter seems to be more or less normal, but I won’t say anything about react

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question