Skip to content

Instantly share code, notes, and snippets.

View nicknaddaf's full-sized avatar

Nick Naddaf nicknaddaf

View GitHub Profile
## Run this command to add this package as a library:
## --> flutter pub add shared_preferences
import 'package:flutter/material.dart';
import 'package:shared_preferences/shared_preferences.dart';
Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
final SharedPreferences prefs = await SharedPreferences.getInstance();