Skip to content

Instantly share code, notes, and snippets.

View elhe26's full-sized avatar
❤️‍🔥
In the zone 🔥

Erick Heredia elhe26

❤️‍🔥
In the zone 🔥
View GitHub Profile
$ git remote rm origin
$ git remote add origin git@github.com:aplikacjainfo/proj1.git
$ git config master.remote origin
$ git config master.merge refs/heads/master
@elhe26
elhe26 / nextField.dart
Created May 12, 2020 20:17 — forked from escamoteur/nextField.dart
So easy is it now to implement a next field behavior for forms, meaning that the focus is moved as soon the user tabs the next button on the keyboard
class _MyHomePageState extends State<MyHomePage>
with SingleTickerProviderStateMixin {
TabController _tabController;
FocusScopeNode _node = FocusScopeNode(); /// <-----------------
@override
void initState() {
_tabController = TabController(length: 3, vsync: this);
@elhe26
elhe26 / cloudSettings
Created April 19, 2020 02:02
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-04-18T20:51:18.488Z","extensionVersion":"v3.4.3"}