如何使用Flutter以及Rails从零开始构建移动应用程序? [英] How to build a mobile app from scratch with Flutter and maybe Rails?

查看:62
本文介绍了如何使用Flutter以及Rails从零开始构建移动应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是Rails网站上的&前端开发人员,我想构建一个移动应用.一个简单的应用程序,其中包含产品,用户,地理定位以及可能的付款(带有Stripe等第三方).

I'm a Rails web back & front dev, and I want to build a Mobile app. A simple app, with products, users, geolocalisation and maybe payment (with a third-part like Stripe).

我认为Flutter框架是一个不错的选择,看起来非常简单.

I think Flutter framework is a good choice, looks verry simple.

但是我不知道Dart语言(或移动原生开发者)如何发展,也不知道从哪里开始.

But I don't know how a thing of the Dart language (or mobile native dev), and don't know where to start.

我想到的是这样的系统:

I thought of a system like :

  • 为产品和用户跟踪后端
  • 用于行动和地理定位的Flutter框架应用程序
  • 它们之间用于接收和发送数据的API

您对我有什么建议吗?从哪里开始,还有其他选择?

Do you have some advices for me ? Where to start, and alternatives ?

非常感谢!

推荐答案

您的问题绝对不应该如此广泛,因为对此没有正确的答案,但我会尽力的.几天后,我仅使用文档就学会了颤动.

Your question should should definitely not be so broad since there's no right answer to this but I'll try. I learned flutter in a a few days using the documentation only.

我学习了设置,安装并按照编写了我的第一个应用在文档中.

I learned the setup, installation and wrote my first app following this which is in the docs.

我通过查看此网站并仅阅读有关正在实施的特定体系结构的更多信息来学习体系结构.

I learned architecture through looking at this website and just reading more about the particular architecture that's being implemented.

为了更好地处理布局本身,这非常容易并且很好处理,我在

To get better at the layouts itself, which is super easy and nice to deal with, I had this old design challenge of mine on instagram and I implemented one UI every day for a few days using flutter. After about a week I could build any layout I wanted too.

我已经决定使用范围模型在大型应用中介绍和redux.太棒了.

I've settled on using scoped model as described here and redux in larger apps. It's pretty awesome.

这是我所使用的,然后每周我都会在Google的 developer上观看每周的小部件youtube页面就是这样.Flutter的中等社区非常活跃,应该是一个很好的信息来源,但是除非我需要学习新的知识,否则我几乎从不阅读那里的博客.

This is all I used, then weekly I would watch the widget of the week on google's developer youtube page and that's it. Flutter's medium community is very active and should be a good source of info, but I almost never read blogs on there unless I need to learn something new.

这篇关于如何使用Flutter以及Rails从零开始构建移动应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆