Skip to content

Instantly share code, notes, and snippets.

View Likilee's full-sized avatar
🎯
Focusing

Kihoon Lee (Kilee) Likilee

🎯
Focusing
View GitHub Profile
@Likilee
Likilee / main.dart
Created November 24, 2023 06:00
플러터챌린지 1일차 기본문제 - 이기훈
// 여기에 제출 코드를 작성해주세요 :)
@Likilee
Likilee / main.dart
Created November 24, 2023 01:36
Gist 테스트 :)
// Copyright (c) 2018, 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:flutter_riverpod/flutter_riverpod.dart';
// This is a reimplementation of the default Flutter application
// using riverpod.
void main() {