iisyos / playground

0 stars 0 forks source link

marvelのapi #4

Open iisyos opened 2 years ago

iisyos commented 2 years ago

river_podの勉強

参考 https://github.com/rrousselGit/river_pod/tree/master/examples/marvel

iisyos commented 2 years ago

A Flutter app that displays the list of comics from https://developer.marvel.com/

Goal of this example

This example demonstrates how to:

Installation

To run this example, you will need to create a configurations.json placed in the assets folder:

example/
  pubspec.yaml
  README.md << This readme
  assets/
    configurations.json  << Where to place the file
  lib/

The content of this file looks like this:

{
  "public_key": "1234",
  "private_key": "5678"
}

Where public_key and private_key are obtained from https://developer.marvel.com/account

Since this project uses freezed for code generation, be sure to run the generator with the following command before attempting to build/run the application:

flutter pub run build_runner build
iisyos commented 2 years ago

便利パッケージ

  1. Portal flutter_portal ボタンを押した時のアニメーション