Skip to content

Instantly share code, notes, and snippets.

@alperefesahin
Created June 14, 2022 09:33
Show Gist options
  • Select an option

  • Save alperefesahin/92e644be412cfd6493b92ec8a17ca8db to your computer and use it in GitHub Desktop.

Select an option

Save alperefesahin/92e644be412cfd6493b92ec8a17ca8db to your computer and use it in GitHub Desktop.
import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:todo_list_riverpod/presentation/core/app_widget.dart';
void main() {
runApp(
const ProviderScope(
child: AppWidget(),
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment