brew install asdf
Add the following to ~/.zshrc
:
export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
defmodule PollaWeb.GroupsLive.Members do | |
use PollaWeb, :live_view | |
alias Polla.Groups | |
def mount(params, _session, socket) do | |
group = Groups.get_by_slug(params["slug"]) | |
socket = | |
assign(socket, group: group) |
We want to create a new mobile app that will replace our current Flutter app, the main reason is that we want to use the code that is in the current web app.
There are 2 options Svelte Native and Sveltekit & Capacitor both of these options would use svelte but in case of Svelte Native we would be using Native Script which brings new components that are similar to HTML.
Add the floowing so all can be a module in package.json
{
"type": "module",
...
Add all necessary packages to package.json
, for example:
resolve: (name) =>
# page
Module
default: clas Features
template: class Pages
pageLayout: class Pages
'''
Videos
import 'dart:async'; | |
void main() { | |
var duration = Duration(milliseconds: 500); | |
var t = Timer.periodic(duration, (Timer t) { | |
print('Update ${t}'); | |
}); | |
print(t.isActive); |
Course Resources
https://github.com/londonappbrewery/Flutter-Course-Resources
Course Syllabus
file:///Users/borisbarroso/Documents/Flutter+Dev+Syllabus.pdf