Skip to content

Instantly share code, notes, and snippets.

View mnvr's full-sized avatar
☀️

Manav Rathi mnvr

☀️
View GitHub Profile
@mnvr
mnvr / main.dart
Last active January 2, 2023 02:22
Minimal example demonstrating Flutter InheritedWidgets with mutable state
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return const MaterialApp(
home: MyWidget(),
);
@mnvr
mnvr / Finnish.md
Last active June 23, 2019 16:27
Online content I found useful when learning Finnish