Skip to content

Fluttery-Template/Settings

Repository files navigation

Settings

A flutter ui design of the Settings for iOS and Android.

Usage

To set your publishable key set:

import 'package:settings/components/CustomShowDialog.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
SettingsState createState() => new SettingsState();

from somewhere in your code, e.g. your main.dart file.

To open the dialog:

 _MyFormState createState() => new _MyFormState(); //this is the Language Dialog
});

Android

Please be aware that your main activity must extend from FlutterFragmentActivity. Otherwise the Android dialog would've looked very nasty.

TODO

  • better error handling
  • internationalization
  • more stripe library implementations?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages