LoginSignup
0
0

More than 1 year has passed since last update.

個人的によく使うDartのライブラリ群

Last updated at Posted at 2022-12-05

pubspec.yaml に記述

dependencies:
  just_audio: ^0.9.30           #オーディオ
  intl: ^0.17.0                 #時刻系
  shared_preferences: ^2.0.15   #設定保存・ロード系
  google_mobile_ads: ^0.13.2+1  #広告
  flutter_screenutil: ^5.3.1    #表示の統一
  firebase_core: ^1.13.1        #Firebase
  cloud_firestore: ^3.1.10      #Fire Storage
  bordered_text: ^2.0.0         #テキストの縁取り
//================================================================
//util.dart
//便利関数群
//================================================================
import 'dart:math';
import 'package:just_audio/just_audio.dart';
import 'package:audio_session/audio_session.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'package:intl/intl.dart';
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0