Skip to content

Instantly share code, notes, and snippets.

View leonino's full-sized avatar
🤩

Marcos Ribeiro leonino

🤩
  • Solutil Sistemas
  • Belém - Pará
View GitHub Profile
@leonino
leonino / main.dart
Last active October 12, 2023 15:24
Drawer Menu with Reatividade
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@leonino
leonino / main.dart
Last active October 12, 2023 16:08
Stepper Sample
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
@leonino
leonino / main.dart
Last active February 27, 2023 20:13
Draw Menu
// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {