basic setup (layout + icons)
25
flutter/.vscode/launch.json
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
// Use IntelliSense to learn about possible attributes.
|
||||||
|
// Hover to view descriptions of existing attributes.
|
||||||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "flutter",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "dart"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "flutter (profile mode)",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "dart",
|
||||||
|
"flutterMode": "profile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "flutter (release mode)",
|
||||||
|
"request": "launch",
|
||||||
|
"type": "dart",
|
||||||
|
"flutterMode": "release"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
38
flutter/deps/font_awesome_flutter/.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**To Reproduce**
|
||||||
|
Steps to reproduce the behavior:
|
||||||
|
1. Go to '...'
|
||||||
|
2. Click on '....'
|
||||||
|
3. Scroll down to '....'
|
||||||
|
4. See error
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Desktop (please complete the following information):**
|
||||||
|
- OS: [e.g. iOS]
|
||||||
|
- Browser [e.g. chrome, safari]
|
||||||
|
- Version [e.g. 22]
|
||||||
|
|
||||||
|
**Smartphone (please complete the following information):**
|
||||||
|
- Device: [e.g. iPhone6]
|
||||||
|
- OS: [e.g. iOS8.1]
|
||||||
|
- Browser [e.g. stock browser, safari]
|
||||||
|
- Version [e.g. 22]
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
20
flutter/deps/font_awesome_flutter/.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Is your feature request related to a problem? Please describe.**
|
||||||
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
|
**Describe the solution you'd like**
|
||||||
|
A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
|
**Describe alternatives you've considered**
|
||||||
|
A clear and concise description of any alternative solutions or features you've considered.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context or screenshots about the feature request here.
|
12
flutter/deps/font_awesome_flutter/.github/ISSUE_TEMPLATE/missing-icon.md
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
name: Missing Icon
|
||||||
|
about: Handles Requests for Missing Icons
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Before submitting this issue, please double-check if the icon is a pro icon on the Font Awesome website. It will say something like "Start using this pro icon."
|
||||||
|
|
||||||
|
This package only includes the free icons by default. To use pro icons, you must purchase a license and follow the instructions found in the README.md file.
|
12
flutter/deps/font_awesome_flutter/.gitignore
vendored
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
.DS_Store
|
||||||
|
.atom/
|
||||||
|
.idea
|
||||||
|
.packages
|
||||||
|
.dart_tool/
|
||||||
|
.pub/
|
||||||
|
build/
|
||||||
|
ios/.generated/
|
||||||
|
packages
|
||||||
|
pubspec.lock
|
||||||
|
.flutter-plugins
|
||||||
|
local.properties
|
175
flutter/deps/font_awesome_flutter/CHANGELOG.md
Normal file
@ -0,0 +1,175 @@
|
|||||||
|
## 10.7.0
|
||||||
|
* Upgrade to Font Awesome 6.5.1
|
||||||
|
|
||||||
|
## 10.6.0
|
||||||
|
* Upgrade to Font Awesome 6.4.2
|
||||||
|
* Add @staticIconProvider annotation
|
||||||
|
* Add `shadows` property to FaIcon - thanks @RomainFranceschini!
|
||||||
|
|
||||||
|
## 10.5.1
|
||||||
|
* Hotfix #244 - regular font still used
|
||||||
|
* Update package description icon count
|
||||||
|
|
||||||
|
## 10.5.0
|
||||||
|
* Fix #244 - dynamic icon retrieval requires regular font
|
||||||
|
* BREAKING: getIconFromCss now returns null if no matching icon is found
|
||||||
|
* Upgrade to Font Awesome 6.4.0
|
||||||
|
* Migrate to Flutter 3 - thanks @jinosh05
|
||||||
|
|
||||||
|
## 10.4.0
|
||||||
|
* Upgrade to Font Awesome 6.3.0
|
||||||
|
* Fix: doc misspells function - thanks @ulrikkold !
|
||||||
|
|
||||||
|
## 10.3.0
|
||||||
|
* Upgrade to Font Awesome 6.2.1
|
||||||
|
* Fix #227: fix deprecated isAlwaysShown property
|
||||||
|
|
||||||
|
## 10.2.1
|
||||||
|
* Update font awesome version in readme
|
||||||
|
|
||||||
|
## 10.2.0
|
||||||
|
* Remove duotone generator functionality from configurator
|
||||||
|
* Upgrade to Font Awesome 6.2.0
|
||||||
|
|
||||||
|
## 10.1.0
|
||||||
|
* Upgrade to Font Awesome 6.1.1
|
||||||
|
* Perform automatic update check on configurator run
|
||||||
|
|
||||||
|
## 10.0.0
|
||||||
|
* Upgrade to Font Awesome icons 6.1.0
|
||||||
|
* Update the configurator to work with version 6
|
||||||
|
* Add alias support
|
||||||
|
(Aliases may be old names of renamed icons.
|
||||||
|
Since it is unclear if they are about to stay,
|
||||||
|
aliases are marked as @Deprecated with a message containing the new icon name.)
|
||||||
|
* Update FaIcon with the latest changes to flutter's default Icon
|
||||||
|
* DEPRECATE duotone icon support for pro users
|
||||||
|
* Fix linter warnings - thanks to @gslender!
|
||||||
|
|
||||||
|
## 9.2.0
|
||||||
|
* Upgrade to Font Awesome icons 5.15.4
|
||||||
|
* Equalize windows and linux tool scripts
|
||||||
|
* Reworked updater tool into a full-fledged configurator
|
||||||
|
* Added support for ignoring styles
|
||||||
|
* Added optional support for dynamic icon retrieval by name (thanks to @Mythar)
|
||||||
|
* Fonts get enabled/disabled automatically based on availability and exclude list
|
||||||
|
|
||||||
|
## 9.1.0
|
||||||
|
* Add support for fa6's 360-degrees icon
|
||||||
|
* Fix #154 FaDuotoneIcon explicitly requires IconDataDuotone
|
||||||
|
* Use `dart format` instead of deprecated `dartfmt` in the updater
|
||||||
|
* Automatically enable duotone icons in the example if possible
|
||||||
|
* Upgrade to Font Awesome icons 5.15.3
|
||||||
|
|
||||||
|
Thanks to @amkuchta for his work and input
|
||||||
|
|
||||||
|
## 9.0.0
|
||||||
|
* Add support for null-safety
|
||||||
|
|
||||||
|
## 8.12.0
|
||||||
|
* Upgrade to Font Awesome icons 5.15.2
|
||||||
|
* Add support for font awesome 6's number icons
|
||||||
|
|
||||||
|
## 8.11.0
|
||||||
|
* Add support for font awesome 6's thin icons
|
||||||
|
|
||||||
|
## 8.10.2
|
||||||
|
* Fix missing keys in FaDuotoneIcon
|
||||||
|
* Fix icon tree shaking build error for duotone icons
|
||||||
|
|
||||||
|
## 8.10.1
|
||||||
|
* Update license file with MIT header
|
||||||
|
* Update readme links
|
||||||
|
|
||||||
|
## 8.10.0
|
||||||
|
* Fix #119: Inverted colors for duotone icons
|
||||||
|
* Fix #122: Build failure due to missing glyphs in web fonts
|
||||||
|
* Upgrade to Font Awesome icons 5.15.1
|
||||||
|
|
||||||
|
## 8.9.0
|
||||||
|
* Upgrade to Font Awesome icons 5.15
|
||||||
|
|
||||||
|
## 8.8.1
|
||||||
|
* Fix icon_data.dart not being accessible
|
||||||
|
|
||||||
|
## 8.8.0
|
||||||
|
* Upgrade to Font Awesome Icons 5.13
|
||||||
|
|
||||||
|
## 8.7.0
|
||||||
|
|
||||||
|
* Add `FaIcon` widget for Font Awesome Icons
|
||||||
|
* Update `README` with FAQ
|
||||||
|
|
||||||
|
## 8.6.0
|
||||||
|
* Move package to FlutterCommunity
|
||||||
|
* Upgrade to Font Awesome Icons 5.12.1
|
||||||
|
* Directions to support pro icons if you've purchased them (thanks @michaelspiss!)
|
||||||
|
|
||||||
|
## 8.5.0
|
||||||
|
* Upgrade to Font Awesome Icons 5.9
|
||||||
|
|
||||||
|
## 8.4.0
|
||||||
|
|
||||||
|
* FIX BAD BUILD - 8.3.0 had a problem with the update Script, please do not use!
|
||||||
|
* Upgrade to Font Awesome Icons 5.7
|
||||||
|
|
||||||
|
## 8.3.0
|
||||||
|
|
||||||
|
* Upgrade to Font Awesome Icons 5.7
|
||||||
|
|
||||||
|
## 8.2.0
|
||||||
|
|
||||||
|
* Upgrade to Font Awesome Icons 5.5
|
||||||
|
|
||||||
|
## 8.1.0
|
||||||
|
|
||||||
|
* Upgrade to Font Awesome Icons 5.3.1
|
||||||
|
|
||||||
|
## 8.0.1
|
||||||
|
|
||||||
|
* Fix documentation
|
||||||
|
|
||||||
|
## 8.0.0
|
||||||
|
|
||||||
|
* Upgrade environment version constraint for Dart 2
|
||||||
|
* Upgrade to font awesome icons 5.2.0
|
||||||
|
|
||||||
|
## 7.1.0
|
||||||
|
|
||||||
|
* Upgrade to font awesome icons 5.1.0
|
||||||
|
|
||||||
|
## 7.0.0
|
||||||
|
|
||||||
|
* Renames:
|
||||||
|
- All icons that end with capital-O (for outline) have been renamed. E.g. `addressBookO` has been renamed `addressBook`
|
||||||
|
- All solid icons have been renamed to `solidIconName`. E.g. `addressBook` renamed `solidAddressBook`
|
||||||
|
* Generate Icon pack based on JSON definition from source. Much easier upgrades / maintenance / consistency going forward! Big thanks to @pplante on Github for the contribution :)
|
||||||
|
* Move fonts into the `lib` folder.
|
||||||
|
|
||||||
|
## 6.0.0
|
||||||
|
|
||||||
|
* Update to Font Awesome Icons 5.0.2, which includes tons of new Icons!
|
||||||
|
|
||||||
|
## 5.0.0
|
||||||
|
|
||||||
|
* semver mistake: 4.7.3 should have been a major bump as it involves breaking changes.
|
||||||
|
|
||||||
|
## 4.7.3
|
||||||
|
|
||||||
|
* Simpler Install: Remove the need to specify the font in your own pubspec.yaml
|
||||||
|
|
||||||
|
## 4.7.2
|
||||||
|
|
||||||
|
* MOAR README updates
|
||||||
|
|
||||||
|
## 4.7.1
|
||||||
|
|
||||||
|
* README fix
|
||||||
|
|
||||||
|
## 4.7.0
|
||||||
|
|
||||||
|
* Expose Font Awesome 4.7.0 `woff` font asset. This was the smallest version of the font file that worked with Flutter.
|
||||||
|
* Created `FontAwesomeIcons` class, which provides static access to all Font Awesome 4.7.0 Icons as `IconData`, similar to Flutter's built-in `Icons` class.
|
||||||
|
* Created a Gallery App that can be used to view all provided icons
|
||||||
|
* Created README with installation instructions
|
||||||
|
* Added LICENSE.md file
|
24
flutter/deps/font_awesome_flutter/LICENSE
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2017 Brian Egan
|
||||||
|
Copyright (c) 2020 Michael Spiss
|
||||||
|
Font Awesome Icons by @fontawesome - https://fontawesome.com
|
||||||
|
License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1)
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
204
flutter/deps/font_awesome_flutter/README.md
Executable file
@ -0,0 +1,204 @@
|
|||||||
|
# font_awesome_flutter
|
||||||
|
|
||||||
|
[![Flutter Community: font_awesome_flutter](https://fluttercommunity.dev/_github/header/font_awesome_flutter)](https://github.com/fluttercommunity/community)
|
||||||
|
|
||||||
|
[![Pub](https://img.shields.io/pub/v/font_awesome_flutter.svg)](https://pub.dartlang.org/packages/font_awesome_flutter)
|
||||||
|
|
||||||
|
The *free* [Font Awesome](https://fontawesome.com/icons) Icon pack available
|
||||||
|
as set of Flutter Icons - based on font awesome version 6.5.1.
|
||||||
|
|
||||||
|
This icon pack includes only the *free* icons offered by Font Awesome out-of-the-box.
|
||||||
|
If you have purchased the pro icons and want to enable support for them, please see the instructions below.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
In the `dependencies:` section of your `pubspec.yaml`, add the following line:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
dependencies:
|
||||||
|
font_awesome_flutter: <latest_version>
|
||||||
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```dart
|
||||||
|
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
|
||||||
|
|
||||||
|
class MyWidget extends StatelessWidget {
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return IconButton(
|
||||||
|
// Use the FaIcon Widget + FontAwesomeIcons class for the IconData
|
||||||
|
icon: FaIcon(FontAwesomeIcons.gamepad),
|
||||||
|
onPressed: () { print("Pressed"); }
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
### Icon names
|
||||||
|
|
||||||
|
Icon names equal those on the [official website](https://fontawesome.com/icons), but are written in lower camel case. If more than one icon style is available for an icon, the style name is used as prefix, except for "regular".
|
||||||
|
Due to restrictions in dart, icons starting with numbers have those numbers written out.
|
||||||
|
|
||||||
|
#### Examples:
|
||||||
|
| Icon name | Code | Style|
|
||||||
|
|---------------------------------------------------------------------------------------| --- | ---|
|
||||||
|
| [angle-double-up](https://fontawesome.com/icons/angle-double-up?style=solid) | `FontAwesomeIcons.angleDoubleUp` | solid _(this icon does not have other free styles)_ |
|
||||||
|
| [arrow-alt-circle-up](https://fontawesome.com/icons/arrow-alt-circle-up?style=regular) | `FontAwesomeIcons.arrowAltCircleUp` | regular |
|
||||||
|
| [arrow-alt-circle-up](https://fontawesome.com/icons/arrow-alt-circle-up?style=solid) | `FontAwesomeIcons.solidArrowAltCircleUp` | solid |
|
||||||
|
| [1](https://fontawesome.com/icons/1?style=solid) | `FontAwesomeIcons.solidOne` | solid |
|
||||||
|
|
||||||
|
## Example App
|
||||||
|
|
||||||
|
View the Flutter app in the `example` directory to see all the available `FontAwesomeIcons`.
|
||||||
|
|
||||||
|
## Customizing font awesome flutter
|
||||||
|
|
||||||
|
We supply a configurator tool to assist you with common customizations to this package.
|
||||||
|
All options are interoperable.
|
||||||
|
By default, if run without arguments and no `icons.json` in `lib/fonts` exists, it updates all icons to the
|
||||||
|
newest free version of font awesome.
|
||||||
|
|
||||||
|
### Setup
|
||||||
|
To use your custom version, you must first clone [this repository](https://github.com/fluttercommunity/font_awesome_flutter.git)
|
||||||
|
to a location of your choice and run `flutter pub get` inside. This installs all dependencies.
|
||||||
|
|
||||||
|
The configurator is located in the `util` folder and can be started by running `configurator.bat` on Windows, or
|
||||||
|
`./configurator.sh` on linux and mac. All following examples use the `.sh` version, but work same for `.bat`.
|
||||||
|
(If on windows, omit the `./` or replace it with `.\`.)
|
||||||
|
An overview of available options can be viewed with `./configurator.sh --help`.
|
||||||
|
|
||||||
|
To use your customized version in an app, go to the app's `pubspec.yaml` and add a dependency for
|
||||||
|
`font_awesome_flutter: '>= 4.7.0'`. Then override the dependency's location:
|
||||||
|
```yaml
|
||||||
|
dependencies:
|
||||||
|
font_awesome_flutter: '>= 4.7.0'
|
||||||
|
...
|
||||||
|
|
||||||
|
dependency_overrides:
|
||||||
|
font_awesome_flutter:
|
||||||
|
path: path/to/your/font_awesome_flutter
|
||||||
|
...
|
||||||
|
```
|
||||||
|
|
||||||
|
### Enable pro icons
|
||||||
|
:exclamation: By importing pro icons you acknowledge that it is your obligation
|
||||||
|
to keep these files private. This includes **not** uploading your package to
|
||||||
|
a public github repository or other public file sharing services.
|
||||||
|
|
||||||
|
* Go to the location of your custom font_awesome_flutter version (see [setup](#setup))
|
||||||
|
* Download the web version of font awesome pro and open it
|
||||||
|
* Move **all** `.ttf` files from the `webfonts` directory and `icons.json` from `metadata` to
|
||||||
|
`path/to/your/font_awesome_flutter/lib/fonts`. Replace existing files.
|
||||||
|
* Run the configurator. It should say "Custom icons.json found"
|
||||||
|
|
||||||
|
It may be required to run `flutter clean` in apps who use this version for changes to appear.
|
||||||
|
|
||||||
|
### Excluding styles
|
||||||
|
One or more styles can be excluded from all generation processes by passing them with the `--exclude` option:
|
||||||
|
```
|
||||||
|
$ ./configurator.sh --exclude solid
|
||||||
|
$ ./configurator.sh --exclude solid,brands
|
||||||
|
```
|
||||||
|
|
||||||
|
See the [optimizations](#what-about-file-size-and-ram-usage) and [dynamic icon retrieval by name](#retrieve-icons-dynamically-by-their-name-or-css-class)
|
||||||
|
sections for more information as to why it makes sense for your app.
|
||||||
|
|
||||||
|
### Retrieve icons dynamically by their name or css class
|
||||||
|
Probably the most requested feature after support for pro icons is the ability to retrieve an icon by their name.
|
||||||
|
This was previously not possible, because a mapping from name to icon would break all
|
||||||
|
[discussed optimizations](#what-about-file-size-and-ram-usage). Please bear in mind that this is still the case.
|
||||||
|
As all icons could theoretically be requested, none can be removed by flutter. It is strongly advised to only use this
|
||||||
|
option in conjunction with [a limited set of styles](#excluding-styles) and with as few of them as possible. You may
|
||||||
|
need to build your app with the `--no-tree-shake-icons` flag for it to succeed.
|
||||||
|
|
||||||
|
Using the new configurator tool, this is now an optional feature. Run the tool with the `--dynamic` flag to generate...
|
||||||
|
```
|
||||||
|
$ ./configurator.sh --dynamic
|
||||||
|
```
|
||||||
|
...and the following import to use the map. For normal icons, use `faIconNameMapping` with a key of this format:
|
||||||
|
'style icon-name'.
|
||||||
|
```dart
|
||||||
|
import 'package:font_awesome_flutter/name_icon_mapping.dart';
|
||||||
|
|
||||||
|
...
|
||||||
|
FaIcon(faIconNameMapping['solid abacus']);
|
||||||
|
...
|
||||||
|
```
|
||||||
|
|
||||||
|
To exclude unused styles combine the configurator options:
|
||||||
|
```
|
||||||
|
$ ./configurator.sh --dynamic --exclude solid
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
A common use case also includes fetching css classes from a server. The utility function `getIconFromCss()` takes a
|
||||||
|
string of classes and returns the icon which would be shown by a browser:
|
||||||
|
```dart
|
||||||
|
getIconFromCss('far custom-class fa-abacus'); // returns the abacus icon in regular style. custom-class is ignored
|
||||||
|
```
|
||||||
|
|
||||||
|
## Duotone icons
|
||||||
|
|
||||||
|
Duotone support has been discontinued after font awesome changed the way they lay out the icon glyphs inside the font's
|
||||||
|
file. The new way using ligatures is not supported by flutter at the moment.
|
||||||
|
|
||||||
|
For more information on why duotone icon support was discontinued, see
|
||||||
|
[this comment](https://github.com/fluttercommunity/font_awesome_flutter/issues/192#issuecomment-1073003668).
|
||||||
|
|
||||||
|
## FAQ
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><h3>Why aren't the icons aligned properly or why are the icons being cut off?</h3></summary>
|
||||||
|
Please use the `FaIcon` widget provided by the library instead of the `Icon`
|
||||||
|
widget provided by Flutter. The `Icon` widget assumes all icons are square, but
|
||||||
|
many Font Awesome Icons are not.
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><h3>What about file size and ram usage</h3></summary>
|
||||||
|
This package has been written in a way so that it only uses the minimum amount of resources required.
|
||||||
|
|
||||||
|
All links (eg. `FontAwesomeIcons.abacus`) to unused icons will be removed automatically, which means only required icon
|
||||||
|
definitions are loaded into ram.
|
||||||
|
|
||||||
|
Flutter 1.22 added icon tree shaking. This means unused icon "images" will be removed as well. However, this only
|
||||||
|
applies to styles of which at least one icon has been used. Assuming only icons of style "regular" are being used,
|
||||||
|
"regular" will be minified to only include the used icons and "solid" and "brands" will stay in their raw, complete
|
||||||
|
form. This issue is being [tracked over in the flutter repository](https://github.com/flutter/flutter/issues/64106).
|
||||||
|
|
||||||
|
However, using the configurator, you can easily exclude styles from the package. For more information, see
|
||||||
|
[customizing font awesome flutter](#customizing-font-awesome-flutter)
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><h3>Why aren't the icons showing up on Mobile devices?</h3></summary>
|
||||||
|
If you're not seeing any icons at all, sometimes it means that Flutter has a cached version of the app on device and
|
||||||
|
hasn't pushed the new fonts. I've run into that as well a few times...
|
||||||
|
|
||||||
|
Please try:
|
||||||
|
|
||||||
|
1. Stopping the app
|
||||||
|
2. Running `flutter clean` in your app directory
|
||||||
|
3. Deleting the app from your simulator / emulator / device
|
||||||
|
4. Rebuild & Deploy the app.
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><h3>Why aren't the icons showing up on Web?</h3></summary>
|
||||||
|
Most likely, the fonts were not correctly added to the `FontManifest.json`.
|
||||||
|
Note: older versions of Flutter did not properly package non-Material fonts
|
||||||
|
in the `FontManifest.json` during the build step, but that issue has been
|
||||||
|
resolved and this shouldn't be much of a problem these days.
|
||||||
|
|
||||||
|
Please ensure you are using `Flutter 1.14.6 beta` or newer!
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><h3>Why does mac/linux not run the configurator?</h3></summary>
|
||||||
|
This is most probably due to missing file permissions. Downloaded scripts cannot be executed by default.
|
||||||
|
|
||||||
|
Either give the execute permission to `util/configurator.sh` with `$ chmod +x configurator.sh` or run the commands by prepending an `sh`:
|
||||||
|
|
||||||
|
`$ sh ./configurator.sh`
|
||||||
|
</details>
|
29
flutter/deps/font_awesome_flutter/analysis_options.yaml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# This file configures the analyzer, which statically analyzes Dart code to
|
||||||
|
# check for errors, warnings, and lints.
|
||||||
|
#
|
||||||
|
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
|
||||||
|
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
|
||||||
|
# invoked from the command line by running `flutter analyze`.
|
||||||
|
|
||||||
|
# The following line activates a set of recommended lints for Flutter apps,
|
||||||
|
# packages, and plugins designed to encourage good coding practices.
|
||||||
|
include: package:flutter_lints/flutter.yaml
|
||||||
|
|
||||||
|
linter:
|
||||||
|
# The lint rules applied to this project can be customized in the
|
||||||
|
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
|
||||||
|
# included above or to enable additional rules. A list of all available lints
|
||||||
|
# and their documentation is published at
|
||||||
|
# https://dart-lang.github.io/linter/lints/index.html.
|
||||||
|
#
|
||||||
|
# Instead of disabling a lint rule for the entire project in the
|
||||||
|
# section below, it can also be suppressed for a single line of code
|
||||||
|
# or a specific dart file by using the `// ignore: name_of_lint` and
|
||||||
|
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
|
||||||
|
# producing the lint.
|
||||||
|
rules:
|
||||||
|
# avoid_print: false # Uncomment to disable the `avoid_print` rule
|
||||||
|
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
|
||||||
|
|
||||||
|
# Additional information about this file can be found at
|
||||||
|
# https://dart.dev/guides/language/analysis-options
|
10
flutter/deps/font_awesome_flutter/example/.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
.DS_Store
|
||||||
|
.atom/
|
||||||
|
.idea
|
||||||
|
.packages
|
||||||
|
.pub/
|
||||||
|
build/
|
||||||
|
ios/.generated/
|
||||||
|
packages
|
||||||
|
pubspec.lock
|
||||||
|
.flutter-plugins
|
10
flutter/deps/font_awesome_flutter/example/.metadata
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# This file tracks properties of this Flutter project.
|
||||||
|
# Used by Flutter tool to assess capabilities and perform upgrades etc.
|
||||||
|
#
|
||||||
|
# This file should be version controlled and should not be manually edited.
|
||||||
|
|
||||||
|
version:
|
||||||
|
revision: fabeb2a16f1d008ab8230f450c49141d35669798
|
||||||
|
channel: beta
|
||||||
|
|
||||||
|
project_type: app
|
1
flutter/deps/font_awesome_flutter/example/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
This package includes an example flutter project. To view it, please go to https://github.com/brianegan/font_awesome_flutter/tree/master/example
|
7
flutter/deps/font_awesome_flutter/example/android/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
gradle-wrapper.jar
|
||||||
|
/.gradle
|
||||||
|
/captures/
|
||||||
|
/gradlew
|
||||||
|
/gradlew.bat
|
||||||
|
/local.properties
|
||||||
|
GeneratedPluginRegistrant.java
|
@ -0,0 +1,67 @@
|
|||||||
|
def localProperties = new Properties()
|
||||||
|
def localPropertiesFile = rootProject.file('local.properties')
|
||||||
|
if (localPropertiesFile.exists()) {
|
||||||
|
localPropertiesFile.withReader('UTF-8') { reader ->
|
||||||
|
localProperties.load(reader)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
def flutterRoot = localProperties.getProperty('flutter.sdk')
|
||||||
|
if (flutterRoot == null) {
|
||||||
|
throw new GradleException("Flutter SDK not found. Define location with flutter.sdk in the local.properties file.")
|
||||||
|
}
|
||||||
|
|
||||||
|
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
|
||||||
|
if (flutterVersionCode == null) {
|
||||||
|
flutterVersionCode = '1'
|
||||||
|
}
|
||||||
|
|
||||||
|
def flutterVersionName = localProperties.getProperty('flutter.versionName')
|
||||||
|
if (flutterVersionName == null) {
|
||||||
|
flutterVersionName = '1.0'
|
||||||
|
}
|
||||||
|
|
||||||
|
apply plugin: 'com.android.application'
|
||||||
|
apply plugin: 'kotlin-android'
|
||||||
|
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
|
||||||
|
|
||||||
|
android {
|
||||||
|
compileSdkVersion 28
|
||||||
|
|
||||||
|
sourceSets {
|
||||||
|
main.java.srcDirs += 'src/main/kotlin'
|
||||||
|
}
|
||||||
|
|
||||||
|
lintOptions {
|
||||||
|
disable 'InvalidPackage'
|
||||||
|
}
|
||||||
|
|
||||||
|
defaultConfig {
|
||||||
|
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
|
||||||
|
applicationId "com.example.example"
|
||||||
|
minSdkVersion 16
|
||||||
|
targetSdkVersion 28
|
||||||
|
versionCode flutterVersionCode.toInteger()
|
||||||
|
versionName flutterVersionName
|
||||||
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
}
|
||||||
|
|
||||||
|
buildTypes {
|
||||||
|
release {
|
||||||
|
// TODO: Add your own signing config for the release build.
|
||||||
|
// Signing with the debug keys for now, so `flutter run --release` works.
|
||||||
|
signingConfig signingConfigs.debug
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
flutter {
|
||||||
|
source '../..'
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||||
|
testImplementation 'junit:junit:4.12'
|
||||||
|
androidTestImplementation 'androidx.test:runner:1.1.1'
|
||||||
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
|
||||||
|
}
|
@ -0,0 +1,7 @@
|
|||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
package="com.example.example">
|
||||||
|
<!-- Flutter needs it to communicate with the running application
|
||||||
|
to allow setting breakpoints, to provide hot reload, etc.
|
||||||
|
-->
|
||||||
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
|
</manifest>
|
@ -0,0 +1,47 @@
|
|||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
package="com.example.example">
|
||||||
|
<!-- io.flutter.app.FlutterApplication is an android.app.Application that
|
||||||
|
calls FlutterMain.startInitialization(this); in its onCreate method.
|
||||||
|
In most cases you can leave this as-is, but you if you want to provide
|
||||||
|
additional functionality it is fine to subclass or reimplement
|
||||||
|
FlutterApplication and put your custom class here. -->
|
||||||
|
<application
|
||||||
|
android:name="${applicationName}"
|
||||||
|
android:label="example"
|
||||||
|
android:icon="@mipmap/ic_launcher">
|
||||||
|
<activity
|
||||||
|
android:name="io.flutter.embedding.android.FlutterActivity"
|
||||||
|
android:launchMode="singleTop"
|
||||||
|
android:theme="@style/LaunchTheme"
|
||||||
|
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
|
||||||
|
android:hardwareAccelerated="true"
|
||||||
|
android:windowSoftInputMode="adjustResize">
|
||||||
|
<!-- Specifies an Android theme to apply to this Activity as soon as
|
||||||
|
the Android process has started. This theme is visible to the user
|
||||||
|
while the Flutter UI initializes. After that, this theme continues
|
||||||
|
to determine the Window background behind the Flutter UI. -->
|
||||||
|
<meta-data
|
||||||
|
android:name="io.flutter.embedding.android.NormalTheme"
|
||||||
|
android:resource="@style/NormalTheme"
|
||||||
|
/>
|
||||||
|
<!-- Displays an Android View that continues showing the launch screen
|
||||||
|
Drawable until Flutter paints its first frame, then this splash
|
||||||
|
screen fades out. A splash screen is useful to avoid any visual
|
||||||
|
gap between the end of Android's launch screen and the painting of
|
||||||
|
Flutter's first frame. -->
|
||||||
|
<meta-data
|
||||||
|
android:name="io.flutter.embedding.android.SplashScreenDrawable"
|
||||||
|
android:resource="@drawable/launch_background"
|
||||||
|
/>
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="android.intent.action.MAIN"/>
|
||||||
|
<category android:name="android.intent.category.LAUNCHER"/>
|
||||||
|
</intent-filter>
|
||||||
|
</activity>
|
||||||
|
<!-- Don't delete the meta-data below.
|
||||||
|
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
|
||||||
|
<meta-data
|
||||||
|
android:name="flutterEmbedding"
|
||||||
|
android:value="2" />
|
||||||
|
</application>
|
||||||
|
</manifest>
|
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Modify this file to customize your launch splash screen -->
|
||||||
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<item android:drawable="@android:color/white" />
|
||||||
|
|
||||||
|
<!-- You can insert your own image assets here -->
|
||||||
|
<!-- <item>
|
||||||
|
<bitmap
|
||||||
|
android:gravity="center"
|
||||||
|
android:src="@mipmap/launch_image" />
|
||||||
|
</item> -->
|
||||||
|
</layer-list>
|
After Width: | Height: | Size: 544 B |
After Width: | Height: | Size: 442 B |
After Width: | Height: | Size: 721 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.4 KiB |
@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<!-- Theme applied to the Android Window while the process is starting -->
|
||||||
|
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||||
|
<!-- Show a splash screen on the activity. Automatically removed when
|
||||||
|
Flutter draws its first frame -->
|
||||||
|
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||||
|
</style>
|
||||||
|
<!-- Theme applied to the Android Window as soon as the process has started.
|
||||||
|
This theme determines the color of the Android Window while your
|
||||||
|
Flutter UI initializes, as well as behind your Flutter UI while its
|
||||||
|
running.
|
||||||
|
|
||||||
|
This Theme is only used starting with V2 of Flutter's Android embedding. -->
|
||||||
|
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
|
||||||
|
<item name="android:windowBackground">@android:color/white</item>
|
||||||
|
</style>
|
||||||
|
</resources>
|
@ -0,0 +1,7 @@
|
|||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
package="com.example.example">
|
||||||
|
<!-- Flutter needs it to communicate with the running application
|
||||||
|
to allow setting breakpoints, to provide hot reload, etc.
|
||||||
|
-->
|
||||||
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
|
</manifest>
|
@ -0,0 +1,31 @@
|
|||||||
|
buildscript {
|
||||||
|
ext.kotlin_version = '1.3.50'
|
||||||
|
repositories {
|
||||||
|
google()
|
||||||
|
jcenter()
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
classpath 'com.android.tools.build:gradle:3.5.0'
|
||||||
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
allprojects {
|
||||||
|
repositories {
|
||||||
|
google()
|
||||||
|
jcenter()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
rootProject.buildDir = '../build'
|
||||||
|
subprojects {
|
||||||
|
project.buildDir = "${rootProject.buildDir}/${project.name}"
|
||||||
|
}
|
||||||
|
subprojects {
|
||||||
|
project.evaluationDependsOn(':app')
|
||||||
|
}
|
||||||
|
|
||||||
|
task clean(type: Delete) {
|
||||||
|
delete rootProject.buildDir
|
||||||
|
}
|
@ -0,0 +1,4 @@
|
|||||||
|
org.gradle.jvmargs=-Xmx1536M
|
||||||
|
android.enableR8=true
|
||||||
|
android.useAndroidX=true
|
||||||
|
android.enableJetifier=true
|
6
flutter/deps/font_awesome_flutter/example/android/gradle/wrapper/gradle-wrapper.properties
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#Fri Jun 23 08:50:38 CEST 2017
|
||||||
|
distributionBase=GRADLE_USER_HOME
|
||||||
|
distributionPath=wrapper/dists
|
||||||
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
zipStorePath=wrapper/dists
|
||||||
|
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
|
@ -0,0 +1,15 @@
|
|||||||
|
include ':app'
|
||||||
|
|
||||||
|
def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
|
||||||
|
|
||||||
|
def plugins = new Properties()
|
||||||
|
def pluginsFile = new File(flutterProjectRoot.toFile(), '.flutter-plugins')
|
||||||
|
if (pluginsFile.exists()) {
|
||||||
|
pluginsFile.withReader('UTF-8') { reader -> plugins.load(reader) }
|
||||||
|
}
|
||||||
|
|
||||||
|
plugins.each { name, path ->
|
||||||
|
def pluginDirectory = flutterProjectRoot.resolve(path).resolve('android').toFile()
|
||||||
|
include ":$name"
|
||||||
|
project(":$name").projectDir = pluginDirectory
|
||||||
|
}
|
32
flutter/deps/font_awesome_flutter/example/ios/.gitignore
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
*.mode1v3
|
||||||
|
*.mode2v3
|
||||||
|
*.moved-aside
|
||||||
|
*.pbxuser
|
||||||
|
*.perspectivev3
|
||||||
|
**/*sync/
|
||||||
|
.sconsign.dblite
|
||||||
|
.tags*
|
||||||
|
**/.vagrant/
|
||||||
|
**/DerivedData/
|
||||||
|
Icon?
|
||||||
|
**/Pods/
|
||||||
|
**/.symlinks/
|
||||||
|
profile
|
||||||
|
xcuserdata
|
||||||
|
**/.generated/
|
||||||
|
Flutter/App.framework
|
||||||
|
Flutter/Flutter.framework
|
||||||
|
Flutter/Flutter.podspec
|
||||||
|
Flutter/Generated.xcconfig
|
||||||
|
Flutter/app.flx
|
||||||
|
Flutter/app.zip
|
||||||
|
Flutter/flutter_assets/
|
||||||
|
Flutter/flutter_export_environment.sh
|
||||||
|
ServiceDefinitions.json
|
||||||
|
Runner/GeneratedPluginRegistrant.*
|
||||||
|
|
||||||
|
# Exceptions to above rules.
|
||||||
|
!default.mode1v3
|
||||||
|
!default.mode2v3
|
||||||
|
!default.pbxuser
|
||||||
|
!default.perspectivev3
|
@ -0,0 +1,26 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>App</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>io.flutter.flutter.app</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>App</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>FMWK</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>????</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>1.0</string>
|
||||||
|
<key>MinimumOSVersion</key>
|
||||||
|
<string>8.0</string>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
@ -0,0 +1 @@
|
|||||||
|
#include "Generated.xcconfig"
|
@ -0,0 +1 @@
|
|||||||
|
#include "Generated.xcconfig"
|
@ -0,0 +1,518 @@
|
|||||||
|
// !$*UTF8*$!
|
||||||
|
{
|
||||||
|
archiveVersion = 1;
|
||||||
|
classes = {
|
||||||
|
};
|
||||||
|
objectVersion = 46;
|
||||||
|
objects = {
|
||||||
|
|
||||||
|
/* Begin PBXBuildFile section */
|
||||||
|
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
|
||||||
|
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
|
||||||
|
3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
|
||||||
|
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
||||||
|
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
|
||||||
|
9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; };
|
||||||
|
9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 9740EEBA1CF902C7004384FC /* Flutter.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
||||||
|
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
|
||||||
|
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
||||||
|
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
|
||||||
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
|
/* Begin PBXCopyFilesBuildPhase section */
|
||||||
|
9705A1C41CF9048500538489 /* Embed Frameworks */ = {
|
||||||
|
isa = PBXCopyFilesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
dstPath = "";
|
||||||
|
dstSubfolderSpec = 10;
|
||||||
|
files = (
|
||||||
|
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */,
|
||||||
|
9705A1C71CF904A300538489 /* Flutter.framework in Embed Frameworks */,
|
||||||
|
);
|
||||||
|
name = "Embed Frameworks";
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXCopyFilesBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXFileReference section */
|
||||||
|
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
|
||||||
|
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
|
||||||
|
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
|
||||||
|
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
|
||||||
|
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
|
||||||
|
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||||
|
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
||||||
|
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
|
||||||
|
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
|
||||||
|
9740EEBA1CF902C7004384FC /* Flutter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Flutter.framework; path = Flutter/Flutter.framework; sourceTree = "<group>"; };
|
||||||
|
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||||
|
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
||||||
|
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||||
|
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||||
|
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||||
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
|
/* Begin PBXFrameworksBuildPhase section */
|
||||||
|
97C146EB1CF9000F007C117D /* Frameworks */ = {
|
||||||
|
isa = PBXFrameworksBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
9705A1C61CF904A100538489 /* Flutter.framework in Frameworks */,
|
||||||
|
3B80C3941E831B6300D905FE /* App.framework in Frameworks */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXFrameworksBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXGroup section */
|
||||||
|
9740EEB11CF90186004384FC /* Flutter */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
3B80C3931E831B6300D905FE /* App.framework */,
|
||||||
|
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
|
||||||
|
9740EEBA1CF902C7004384FC /* Flutter.framework */,
|
||||||
|
9740EEB21CF90195004384FC /* Debug.xcconfig */,
|
||||||
|
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
|
||||||
|
9740EEB31CF90195004384FC /* Generated.xcconfig */,
|
||||||
|
);
|
||||||
|
name = Flutter;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
97C146E51CF9000F007C117D = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
9740EEB11CF90186004384FC /* Flutter */,
|
||||||
|
97C146F01CF9000F007C117D /* Runner */,
|
||||||
|
97C146EF1CF9000F007C117D /* Products */,
|
||||||
|
);
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
97C146EF1CF9000F007C117D /* Products */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
97C146EE1CF9000F007C117D /* Runner.app */,
|
||||||
|
);
|
||||||
|
name = Products;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
97C146F01CF9000F007C117D /* Runner */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
97C146FA1CF9000F007C117D /* Main.storyboard */,
|
||||||
|
97C146FD1CF9000F007C117D /* Assets.xcassets */,
|
||||||
|
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
|
||||||
|
97C147021CF9000F007C117D /* Info.plist */,
|
||||||
|
97C146F11CF9000F007C117D /* Supporting Files */,
|
||||||
|
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
|
||||||
|
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
|
||||||
|
74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
|
||||||
|
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
|
||||||
|
);
|
||||||
|
path = Runner;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
97C146F11CF9000F007C117D /* Supporting Files */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
);
|
||||||
|
name = "Supporting Files";
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
/* End PBXGroup section */
|
||||||
|
|
||||||
|
/* Begin PBXNativeTarget section */
|
||||||
|
97C146ED1CF9000F007C117D /* Runner */ = {
|
||||||
|
isa = PBXNativeTarget;
|
||||||
|
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
|
||||||
|
buildPhases = (
|
||||||
|
9740EEB61CF901F6004384FC /* Run Script */,
|
||||||
|
97C146EA1CF9000F007C117D /* Sources */,
|
||||||
|
97C146EB1CF9000F007C117D /* Frameworks */,
|
||||||
|
97C146EC1CF9000F007C117D /* Resources */,
|
||||||
|
9705A1C41CF9048500538489 /* Embed Frameworks */,
|
||||||
|
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
|
||||||
|
);
|
||||||
|
buildRules = (
|
||||||
|
);
|
||||||
|
dependencies = (
|
||||||
|
);
|
||||||
|
name = Runner;
|
||||||
|
productName = Runner;
|
||||||
|
productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
|
||||||
|
productType = "com.apple.product-type.application";
|
||||||
|
};
|
||||||
|
/* End PBXNativeTarget section */
|
||||||
|
|
||||||
|
/* Begin PBXProject section */
|
||||||
|
97C146E61CF9000F007C117D /* Project object */ = {
|
||||||
|
isa = PBXProject;
|
||||||
|
attributes = {
|
||||||
|
LastUpgradeCheck = 1020;
|
||||||
|
ORGANIZATIONNAME = "";
|
||||||
|
TargetAttributes = {
|
||||||
|
97C146ED1CF9000F007C117D = {
|
||||||
|
CreatedOnToolsVersion = 7.3.1;
|
||||||
|
LastSwiftMigration = 1100;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
|
||||||
|
compatibilityVersion = "Xcode 3.2";
|
||||||
|
developmentRegion = en;
|
||||||
|
hasScannedForEncodings = 0;
|
||||||
|
knownRegions = (
|
||||||
|
en,
|
||||||
|
Base,
|
||||||
|
);
|
||||||
|
mainGroup = 97C146E51CF9000F007C117D;
|
||||||
|
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
|
||||||
|
projectDirPath = "";
|
||||||
|
projectRoot = "";
|
||||||
|
targets = (
|
||||||
|
97C146ED1CF9000F007C117D /* Runner */,
|
||||||
|
);
|
||||||
|
};
|
||||||
|
/* End PBXProject section */
|
||||||
|
|
||||||
|
/* Begin PBXResourcesBuildPhase section */
|
||||||
|
97C146EC1CF9000F007C117D /* Resources */ = {
|
||||||
|
isa = PBXResourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
|
||||||
|
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
|
||||||
|
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
|
||||||
|
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXResourcesBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXShellScriptBuildPhase section */
|
||||||
|
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
|
||||||
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
inputPaths = (
|
||||||
|
);
|
||||||
|
name = "Thin Binary";
|
||||||
|
outputPaths = (
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
shellPath = /bin/sh;
|
||||||
|
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" thin";
|
||||||
|
};
|
||||||
|
9740EEB61CF901F6004384FC /* Run Script */ = {
|
||||||
|
isa = PBXShellScriptBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
);
|
||||||
|
inputPaths = (
|
||||||
|
);
|
||||||
|
name = "Run Script";
|
||||||
|
outputPaths = (
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
shellPath = /bin/sh;
|
||||||
|
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
|
||||||
|
};
|
||||||
|
/* End PBXShellScriptBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXSourcesBuildPhase section */
|
||||||
|
97C146EA1CF9000F007C117D /* Sources */ = {
|
||||||
|
isa = PBXSourcesBuildPhase;
|
||||||
|
buildActionMask = 2147483647;
|
||||||
|
files = (
|
||||||
|
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
|
||||||
|
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
|
||||||
|
);
|
||||||
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
};
|
||||||
|
/* End PBXSourcesBuildPhase section */
|
||||||
|
|
||||||
|
/* Begin PBXVariantGroup section */
|
||||||
|
97C146FA1CF9000F007C117D /* Main.storyboard */ = {
|
||||||
|
isa = PBXVariantGroup;
|
||||||
|
children = (
|
||||||
|
97C146FB1CF9000F007C117D /* Base */,
|
||||||
|
);
|
||||||
|
name = Main.storyboard;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
|
||||||
|
isa = PBXVariantGroup;
|
||||||
|
children = (
|
||||||
|
97C147001CF9000F007C117D /* Base */,
|
||||||
|
);
|
||||||
|
name = LaunchScreen.storyboard;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
/* End PBXVariantGroup section */
|
||||||
|
|
||||||
|
/* Begin XCBuildConfiguration section */
|
||||||
|
249021D3217E4FDB00AE95B9 /* Profile */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
|
||||||
|
buildSettings = {
|
||||||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||||
|
CLANG_ANALYZER_NONNULL = YES;
|
||||||
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||||
|
CLANG_CXX_LIBRARY = "libc++";
|
||||||
|
CLANG_ENABLE_MODULES = YES;
|
||||||
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||||||
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_COMMA = YES;
|
||||||
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||||
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
||||||
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
||||||
|
CLANG_WARN_EMPTY_BODY = YES;
|
||||||
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||||
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
||||||
|
CLANG_WARN_INT_CONVERSION = YES;
|
||||||
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
||||||
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
||||||
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
||||||
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
||||||
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||||||
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||||
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||||
|
COPY_PHASE_STRIP = NO;
|
||||||
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
|
ENABLE_NS_ASSERTIONS = NO;
|
||||||
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||||
|
GCC_NO_COMMON_BLOCKS = YES;
|
||||||
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||||
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
||||||
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
||||||
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||||
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||||||
|
SDKROOT = iphoneos;
|
||||||
|
SUPPORTED_PLATFORMS = iphoneos;
|
||||||
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
|
VALIDATE_PRODUCT = YES;
|
||||||
|
};
|
||||||
|
name = Profile;
|
||||||
|
};
|
||||||
|
249021D4217E4FDB00AE95B9 /* Profile */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
|
||||||
|
buildSettings = {
|
||||||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
|
CLANG_ENABLE_MODULES = YES;
|
||||||
|
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
||||||
|
ENABLE_BITCODE = NO;
|
||||||
|
FRAMEWORK_SEARCH_PATHS = (
|
||||||
|
"$(inherited)",
|
||||||
|
"$(PROJECT_DIR)/Flutter",
|
||||||
|
);
|
||||||
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||||
|
LIBRARY_SEARCH_PATHS = (
|
||||||
|
"$(inherited)",
|
||||||
|
"$(PROJECT_DIR)/Flutter",
|
||||||
|
);
|
||||||
|
PRODUCT_BUNDLE_IDENTIFIER = com.example.example;
|
||||||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||||
|
SWIFT_VERSION = 5.0;
|
||||||
|
VERSIONING_SYSTEM = "apple-generic";
|
||||||
|
};
|
||||||
|
name = Profile;
|
||||||
|
};
|
||||||
|
97C147031CF9000F007C117D /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
|
||||||
|
buildSettings = {
|
||||||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||||
|
CLANG_ANALYZER_NONNULL = YES;
|
||||||
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||||
|
CLANG_CXX_LIBRARY = "libc++";
|
||||||
|
CLANG_ENABLE_MODULES = YES;
|
||||||
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||||||
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_COMMA = YES;
|
||||||
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||||
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
||||||
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
||||||
|
CLANG_WARN_EMPTY_BODY = YES;
|
||||||
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||||
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
||||||
|
CLANG_WARN_INT_CONVERSION = YES;
|
||||||
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
||||||
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
||||||
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
||||||
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
||||||
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||||||
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||||
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||||
|
COPY_PHASE_STRIP = NO;
|
||||||
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||||
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
|
ENABLE_TESTABILITY = YES;
|
||||||
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||||
|
GCC_DYNAMIC_NO_PIC = NO;
|
||||||
|
GCC_NO_COMMON_BLOCKS = YES;
|
||||||
|
GCC_OPTIMIZATION_LEVEL = 0;
|
||||||
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||||
|
"DEBUG=1",
|
||||||
|
"$(inherited)",
|
||||||
|
);
|
||||||
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||||
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
||||||
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
||||||
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||||
|
MTL_ENABLE_DEBUG_INFO = YES;
|
||||||
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
|
SDKROOT = iphoneos;
|
||||||
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
97C147041CF9000F007C117D /* Release */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
|
||||||
|
buildSettings = {
|
||||||
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||||
|
CLANG_ANALYZER_NONNULL = YES;
|
||||||
|
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
||||||
|
CLANG_CXX_LIBRARY = "libc++";
|
||||||
|
CLANG_ENABLE_MODULES = YES;
|
||||||
|
CLANG_ENABLE_OBJC_ARC = YES;
|
||||||
|
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
|
||||||
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_COMMA = YES;
|
||||||
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
||||||
|
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
|
||||||
|
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
||||||
|
CLANG_WARN_EMPTY_BODY = YES;
|
||||||
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
||||||
|
CLANG_WARN_INFINITE_RECURSION = YES;
|
||||||
|
CLANG_WARN_INT_CONVERSION = YES;
|
||||||
|
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
||||||
|
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
||||||
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
||||||
|
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
||||||
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
||||||
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
||||||
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||||
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||||
|
COPY_PHASE_STRIP = NO;
|
||||||
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
|
ENABLE_NS_ASSERTIONS = NO;
|
||||||
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||||
|
GCC_NO_COMMON_BLOCKS = YES;
|
||||||
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
||||||
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
||||||
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
||||||
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||||
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||||||
|
SDKROOT = iphoneos;
|
||||||
|
SUPPORTED_PLATFORMS = iphoneos;
|
||||||
|
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
||||||
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
|
VALIDATE_PRODUCT = YES;
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
|
97C147061CF9000F007C117D /* Debug */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
|
||||||
|
buildSettings = {
|
||||||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
|
CLANG_ENABLE_MODULES = YES;
|
||||||
|
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
||||||
|
ENABLE_BITCODE = NO;
|
||||||
|
FRAMEWORK_SEARCH_PATHS = (
|
||||||
|
"$(inherited)",
|
||||||
|
"$(PROJECT_DIR)/Flutter",
|
||||||
|
);
|
||||||
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||||
|
LIBRARY_SEARCH_PATHS = (
|
||||||
|
"$(inherited)",
|
||||||
|
"$(PROJECT_DIR)/Flutter",
|
||||||
|
);
|
||||||
|
PRODUCT_BUNDLE_IDENTIFIER = com.example.example;
|
||||||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||||
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||||
|
SWIFT_VERSION = 5.0;
|
||||||
|
VERSIONING_SYSTEM = "apple-generic";
|
||||||
|
};
|
||||||
|
name = Debug;
|
||||||
|
};
|
||||||
|
97C147071CF9000F007C117D /* Release */ = {
|
||||||
|
isa = XCBuildConfiguration;
|
||||||
|
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
|
||||||
|
buildSettings = {
|
||||||
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
|
CLANG_ENABLE_MODULES = YES;
|
||||||
|
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
|
||||||
|
ENABLE_BITCODE = NO;
|
||||||
|
FRAMEWORK_SEARCH_PATHS = (
|
||||||
|
"$(inherited)",
|
||||||
|
"$(PROJECT_DIR)/Flutter",
|
||||||
|
);
|
||||||
|
INFOPLIST_FILE = Runner/Info.plist;
|
||||||
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||||
|
LIBRARY_SEARCH_PATHS = (
|
||||||
|
"$(inherited)",
|
||||||
|
"$(PROJECT_DIR)/Flutter",
|
||||||
|
);
|
||||||
|
PRODUCT_BUNDLE_IDENTIFIER = com.example.example;
|
||||||
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
|
||||||
|
SWIFT_VERSION = 5.0;
|
||||||
|
VERSIONING_SYSTEM = "apple-generic";
|
||||||
|
};
|
||||||
|
name = Release;
|
||||||
|
};
|
||||||
|
/* End XCBuildConfiguration section */
|
||||||
|
|
||||||
|
/* Begin XCConfigurationList section */
|
||||||
|
97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
97C147031CF9000F007C117D /* Debug */,
|
||||||
|
97C147041CF9000F007C117D /* Release */,
|
||||||
|
249021D3217E4FDB00AE95B9 /* Profile */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
|
};
|
||||||
|
97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
|
||||||
|
isa = XCConfigurationList;
|
||||||
|
buildConfigurations = (
|
||||||
|
97C147061CF9000F007C117D /* Debug */,
|
||||||
|
97C147071CF9000F007C117D /* Release */,
|
||||||
|
249021D4217E4FDB00AE95B9 /* Profile */,
|
||||||
|
);
|
||||||
|
defaultConfigurationIsVisible = 0;
|
||||||
|
defaultConfigurationName = Release;
|
||||||
|
};
|
||||||
|
/* End XCConfigurationList section */
|
||||||
|
};
|
||||||
|
rootObject = 97C146E61CF9000F007C117D /* Project object */;
|
||||||
|
}
|
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Workspace
|
||||||
|
version = "1.0">
|
||||||
|
<FileRef
|
||||||
|
location = "group:Runner.xcodeproj">
|
||||||
|
</FileRef>
|
||||||
|
</Workspace>
|
@ -0,0 +1,91 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Scheme
|
||||||
|
LastUpgradeVersion = "1020"
|
||||||
|
version = "1.3">
|
||||||
|
<BuildAction
|
||||||
|
parallelizeBuildables = "YES"
|
||||||
|
buildImplicitDependencies = "YES">
|
||||||
|
<BuildActionEntries>
|
||||||
|
<BuildActionEntry
|
||||||
|
buildForTesting = "YES"
|
||||||
|
buildForRunning = "YES"
|
||||||
|
buildForProfiling = "YES"
|
||||||
|
buildForArchiving = "YES"
|
||||||
|
buildForAnalyzing = "YES">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
|
||||||
|
BuildableName = "Runner.app"
|
||||||
|
BlueprintName = "Runner"
|
||||||
|
ReferencedContainer = "container:Runner.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildActionEntry>
|
||||||
|
</BuildActionEntries>
|
||||||
|
</BuildAction>
|
||||||
|
<TestAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||||
|
<Testables>
|
||||||
|
</Testables>
|
||||||
|
<MacroExpansion>
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
|
||||||
|
BuildableName = "Runner.app"
|
||||||
|
BlueprintName = "Runner"
|
||||||
|
ReferencedContainer = "container:Runner.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</MacroExpansion>
|
||||||
|
<AdditionalOptions>
|
||||||
|
</AdditionalOptions>
|
||||||
|
</TestAction>
|
||||||
|
<LaunchAction
|
||||||
|
buildConfiguration = "Debug"
|
||||||
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
|
launchStyle = "0"
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
ignoresPersistentStateOnLaunch = "NO"
|
||||||
|
debugDocumentVersioning = "YES"
|
||||||
|
debugServiceExtension = "internal"
|
||||||
|
allowLocationSimulation = "YES">
|
||||||
|
<BuildableProductRunnable
|
||||||
|
runnableDebuggingMode = "0">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
|
||||||
|
BuildableName = "Runner.app"
|
||||||
|
BlueprintName = "Runner"
|
||||||
|
ReferencedContainer = "container:Runner.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildableProductRunnable>
|
||||||
|
<AdditionalOptions>
|
||||||
|
</AdditionalOptions>
|
||||||
|
</LaunchAction>
|
||||||
|
<ProfileAction
|
||||||
|
buildConfiguration = "Profile"
|
||||||
|
shouldUseLaunchSchemeArgsEnv = "YES"
|
||||||
|
savedToolIdentifier = ""
|
||||||
|
useCustomWorkingDirectory = "NO"
|
||||||
|
debugDocumentVersioning = "YES">
|
||||||
|
<BuildableProductRunnable
|
||||||
|
runnableDebuggingMode = "0">
|
||||||
|
<BuildableReference
|
||||||
|
BuildableIdentifier = "primary"
|
||||||
|
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
|
||||||
|
BuildableName = "Runner.app"
|
||||||
|
BlueprintName = "Runner"
|
||||||
|
ReferencedContainer = "container:Runner.xcodeproj">
|
||||||
|
</BuildableReference>
|
||||||
|
</BuildableProductRunnable>
|
||||||
|
</ProfileAction>
|
||||||
|
<AnalyzeAction
|
||||||
|
buildConfiguration = "Debug">
|
||||||
|
</AnalyzeAction>
|
||||||
|
<ArchiveAction
|
||||||
|
buildConfiguration = "Release"
|
||||||
|
revealArchiveInOrganizer = "YES">
|
||||||
|
</ArchiveAction>
|
||||||
|
</Scheme>
|
7
flutter/deps/font_awesome_flutter/example/ios/Runner.xcworkspace/contents.xcworkspacedata
generated
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Workspace
|
||||||
|
version = "1.0">
|
||||||
|
<FileRef
|
||||||
|
location = "group:Runner.xcodeproj">
|
||||||
|
</FileRef>
|
||||||
|
</Workspace>
|
@ -0,0 +1,13 @@
|
|||||||
|
import UIKit
|
||||||
|
import Flutter
|
||||||
|
|
||||||
|
@UIApplicationMain
|
||||||
|
@objc class AppDelegate: FlutterAppDelegate {
|
||||||
|
override func application(
|
||||||
|
_ application: UIApplication,
|
||||||
|
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
|
||||||
|
) -> Bool {
|
||||||
|
GeneratedPluginRegistrant.register(with: self)
|
||||||
|
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,122 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"size" : "20x20",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-20x20@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "20x20",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-20x20@3x.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "29x29",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-29x29@1x.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "29x29",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-29x29@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "29x29",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-29x29@3x.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "40x40",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-40x40@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "40x40",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-40x40@3x.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "60x60",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-60x60@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "60x60",
|
||||||
|
"idiom" : "iphone",
|
||||||
|
"filename" : "Icon-App-60x60@3x.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "20x20",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-20x20@1x.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "20x20",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-20x20@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "29x29",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-29x29@1x.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "29x29",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-29x29@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "40x40",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-40x40@1x.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "40x40",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-40x40@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "76x76",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-76x76@1x.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "76x76",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-76x76@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "83.5x83.5",
|
||||||
|
"idiom" : "ipad",
|
||||||
|
"filename" : "Icon-App-83.5x83.5@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"size" : "1024x1024",
|
||||||
|
"idiom" : "ios-marketing",
|
||||||
|
"filename" : "Icon-App-1024x1024@1x.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 564 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 3.5 KiB |
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"images" : [
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"filename" : "LaunchImage.png",
|
||||||
|
"scale" : "1x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"filename" : "LaunchImage@2x.png",
|
||||||
|
"scale" : "2x"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"idiom" : "universal",
|
||||||
|
"filename" : "LaunchImage@3x.png",
|
||||||
|
"scale" : "3x"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"info" : {
|
||||||
|
"version" : 1,
|
||||||
|
"author" : "xcode"
|
||||||
|
}
|
||||||
|
}
|
After Width: | Height: | Size: 68 B |
After Width: | Height: | Size: 68 B |
After Width: | Height: | Size: 68 B |
@ -0,0 +1,5 @@
|
|||||||
|
# Launch Screen Assets
|
||||||
|
|
||||||
|
You can customize the launch screen with your own desired assets by replacing the image files in this directory.
|
||||||
|
|
||||||
|
You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images.
|
@ -0,0 +1,37 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
||||||
|
<dependencies>
|
||||||
|
<deployment identifier="iOS"/>
|
||||||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
|
||||||
|
</dependencies>
|
||||||
|
<scenes>
|
||||||
|
<!--View Controller-->
|
||||||
|
<scene sceneID="EHf-IW-A2E">
|
||||||
|
<objects>
|
||||||
|
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
|
||||||
|
<layoutGuides>
|
||||||
|
<viewControllerLayoutGuide type="top" id="Ydg-fD-yQy"/>
|
||||||
|
<viewControllerLayoutGuide type="bottom" id="xbc-2k-c8Z"/>
|
||||||
|
</layoutGuides>
|
||||||
|
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
||||||
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
|
<subviews>
|
||||||
|
<imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4">
|
||||||
|
</imageView>
|
||||||
|
</subviews>
|
||||||
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||||
|
<constraints>
|
||||||
|
<constraint firstItem="YRO-k0-Ey4" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="1a2-6s-vTC"/>
|
||||||
|
<constraint firstItem="YRO-k0-Ey4" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="4X2-HB-R7a"/>
|
||||||
|
</constraints>
|
||||||
|
</view>
|
||||||
|
</viewController>
|
||||||
|
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
||||||
|
</objects>
|
||||||
|
<point key="canvasLocation" x="53" y="375"/>
|
||||||
|
</scene>
|
||||||
|
</scenes>
|
||||||
|
<resources>
|
||||||
|
<image name="LaunchImage" width="168" height="185"/>
|
||||||
|
</resources>
|
||||||
|
</document>
|
@ -0,0 +1,26 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
|
||||||
|
<dependencies>
|
||||||
|
<deployment identifier="iOS"/>
|
||||||
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
|
||||||
|
</dependencies>
|
||||||
|
<scenes>
|
||||||
|
<!--Flutter View Controller-->
|
||||||
|
<scene sceneID="tne-QT-ifu">
|
||||||
|
<objects>
|
||||||
|
<viewController id="BYZ-38-t0r" customClass="FlutterViewController" sceneMemberID="viewController">
|
||||||
|
<layoutGuides>
|
||||||
|
<viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
|
||||||
|
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
|
||||||
|
</layoutGuides>
|
||||||
|
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
|
||||||
|
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
|
||||||
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||||
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
||||||
|
</view>
|
||||||
|
</viewController>
|
||||||
|
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
|
||||||
|
</objects>
|
||||||
|
</scene>
|
||||||
|
</scenes>
|
||||||
|
</document>
|
@ -0,0 +1,45 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||||
|
<key>CFBundleExecutable</key>
|
||||||
|
<string>$(EXECUTABLE_NAME)</string>
|
||||||
|
<key>CFBundleIdentifier</key>
|
||||||
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||||||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
|
<string>6.0</string>
|
||||||
|
<key>CFBundleName</key>
|
||||||
|
<string>example</string>
|
||||||
|
<key>CFBundlePackageType</key>
|
||||||
|
<string>APPL</string>
|
||||||
|
<key>CFBundleShortVersionString</key>
|
||||||
|
<string>$(FLUTTER_BUILD_NAME)</string>
|
||||||
|
<key>CFBundleSignature</key>
|
||||||
|
<string>????</string>
|
||||||
|
<key>CFBundleVersion</key>
|
||||||
|
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
||||||
|
<key>LSRequiresIPhoneOS</key>
|
||||||
|
<true/>
|
||||||
|
<key>UILaunchStoryboardName</key>
|
||||||
|
<string>LaunchScreen</string>
|
||||||
|
<key>UIMainStoryboardFile</key>
|
||||||
|
<string>Main</string>
|
||||||
|
<key>UISupportedInterfaceOrientations</key>
|
||||||
|
<array>
|
||||||
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||||
|
</array>
|
||||||
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
||||||
|
<array>
|
||||||
|
<string>UIInterfaceOrientationPortrait</string>
|
||||||
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||||
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||||
|
</array>
|
||||||
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||||
|
<false/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
@ -0,0 +1 @@
|
|||||||
|
#import "GeneratedPluginRegistrant.h"
|
@ -0,0 +1,25 @@
|
|||||||
|
import 'package:flutter/widgets.dart';
|
||||||
|
|
||||||
|
class ExampleIcon implements Comparable {
|
||||||
|
final IconData iconData;
|
||||||
|
final String title;
|
||||||
|
|
||||||
|
ExampleIcon(this.iconData, this.title);
|
||||||
|
|
||||||
|
@override
|
||||||
|
String toString() => 'IconDefinition{iconData: $iconData, title: $title}';
|
||||||
|
|
||||||
|
@override
|
||||||
|
bool operator ==(Object other) =>
|
||||||
|
identical(this, other) ||
|
||||||
|
other is ExampleIcon &&
|
||||||
|
runtimeType == other.runtimeType &&
|
||||||
|
iconData == other.iconData &&
|
||||||
|
title == other.title;
|
||||||
|
|
||||||
|
@override
|
||||||
|
int get hashCode => iconData.hashCode ^ title.hashCode;
|
||||||
|
|
||||||
|
@override
|
||||||
|
int compareTo(other) => title.compareTo(other.title);
|
||||||
|
}
|
14664
flutter/deps/font_awesome_flutter/example/lib/icons.dart
Normal file
150
flutter/deps/font_awesome_flutter/example/lib/main.dart
Normal file
@ -0,0 +1,150 @@
|
|||||||
|
import 'package:flutter/foundation.dart';
|
||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
|
||||||
|
import 'package:font_awesome_flutter_example/icons.dart';
|
||||||
|
|
||||||
|
void main() {
|
||||||
|
runApp(const FontAwesomeGalleryApp());
|
||||||
|
}
|
||||||
|
|
||||||
|
class FontAwesomeGalleryApp extends StatelessWidget {
|
||||||
|
const FontAwesomeGalleryApp({Key? key}) : super(key: key);
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return MaterialApp(
|
||||||
|
title: 'Font Awesome Flutter Gallery',
|
||||||
|
theme: ThemeData.light().copyWith(
|
||||||
|
iconTheme: const IconThemeData(size: 36.0, color: Colors.black87),
|
||||||
|
textTheme: const TextTheme(
|
||||||
|
bodyMedium: TextStyle(fontSize: 16.0, color: Colors.black87),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
home: const FontAwesomeGalleryHome(),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class FontAwesomeGalleryHome extends StatefulWidget {
|
||||||
|
const FontAwesomeGalleryHome({Key? key}) : super(key: key);
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<StatefulWidget> createState() => FontAwesomeGalleryHomeState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class FontAwesomeGalleryHomeState extends State<FontAwesomeGalleryHome> {
|
||||||
|
var _searchTerm = "";
|
||||||
|
var _isSearching = false;
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
final filteredIcons = icons
|
||||||
|
.where((icon) =>
|
||||||
|
_searchTerm.isEmpty ||
|
||||||
|
icon.title.toLowerCase().contains(_searchTerm.toLowerCase()))
|
||||||
|
.toList();
|
||||||
|
|
||||||
|
return Scaffold(
|
||||||
|
appBar: _isSearching ? _searchBar(context) : _titleBar(),
|
||||||
|
body: Scrollbar(
|
||||||
|
thumbVisibility: kIsWeb,
|
||||||
|
child: GridView.builder(
|
||||||
|
itemCount: filteredIcons.length,
|
||||||
|
gridDelegate: const SliverGridDelegateWithMaxCrossAxisExtent(
|
||||||
|
maxCrossAxisExtent: 300,
|
||||||
|
),
|
||||||
|
itemBuilder: (context, index) {
|
||||||
|
final icon = filteredIcons[index];
|
||||||
|
|
||||||
|
return InkWell(
|
||||||
|
onTap: () {
|
||||||
|
Navigator.push(
|
||||||
|
context,
|
||||||
|
MaterialPageRoute<void>(
|
||||||
|
builder: (BuildContext context) {
|
||||||
|
return GestureDetector(
|
||||||
|
onTap: () {
|
||||||
|
Navigator.of(context).pop();
|
||||||
|
},
|
||||||
|
child: Container(
|
||||||
|
color: Colors.white,
|
||||||
|
alignment: Alignment.center,
|
||||||
|
child: Hero(
|
||||||
|
tag: icon,
|
||||||
|
child: FaIcon(
|
||||||
|
icon.iconData,
|
||||||
|
size: 100,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
child: Column(
|
||||||
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
children: <Widget>[
|
||||||
|
Hero(tag: icon, child: FaIcon(icon.iconData)),
|
||||||
|
Container(
|
||||||
|
padding: const EdgeInsets.only(top: 16.0),
|
||||||
|
child: Text(icon.title),
|
||||||
|
)
|
||||||
|
],
|
||||||
|
),
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
AppBar _titleBar() {
|
||||||
|
return AppBar(
|
||||||
|
title: const Text("Font Awesome Flutter Gallery"),
|
||||||
|
actions: [
|
||||||
|
IconButton(
|
||||||
|
icon: const FaIcon(FontAwesomeIcons.magnifyingGlass),
|
||||||
|
onPressed: () {
|
||||||
|
ModalRoute.of(context)?.addLocalHistoryEntry(
|
||||||
|
LocalHistoryEntry(
|
||||||
|
onRemove: () {
|
||||||
|
setState(() {
|
||||||
|
_searchTerm = "";
|
||||||
|
_isSearching = false;
|
||||||
|
});
|
||||||
|
},
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
setState(() {
|
||||||
|
_isSearching = true;
|
||||||
|
});
|
||||||
|
})
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
AppBar _searchBar(BuildContext context) {
|
||||||
|
return AppBar(
|
||||||
|
leading: IconButton(
|
||||||
|
icon: const FaIcon(FontAwesomeIcons.arrowLeft),
|
||||||
|
onPressed: () {
|
||||||
|
setState(
|
||||||
|
() {
|
||||||
|
Navigator.pop(context);
|
||||||
|
_isSearching = false;
|
||||||
|
_searchTerm = "";
|
||||||
|
},
|
||||||
|
);
|
||||||
|
},
|
||||||
|
),
|
||||||
|
title: TextField(
|
||||||
|
onChanged: (text) => setState(() => _searchTerm = text),
|
||||||
|
autofocus: true,
|
||||||
|
style: const TextStyle(fontSize: 18.0),
|
||||||
|
decoration: const InputDecoration(border: InputBorder.none),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
17
flutter/deps/font_awesome_flutter/example/pubspec.yaml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: font_awesome_flutter_example
|
||||||
|
description: The Font Awesome Flutter Gallery
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
flutter:
|
||||||
|
sdk: flutter
|
||||||
|
font_awesome_flutter:
|
||||||
|
path: ../
|
||||||
|
|
||||||
|
dev_dependencies:
|
||||||
|
flutter_lints: ^2.0.1
|
||||||
|
|
||||||
|
environment:
|
||||||
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|
||||||
|
flutter:
|
||||||
|
uses-material-design: true
|
BIN
flutter/deps/font_awesome_flutter/example/web/icons/Icon-192.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
flutter/deps/font_awesome_flutter/example/web/icons/Icon-512.png
Normal file
After Width: | Height: | Size: 8.1 KiB |
30
flutter/deps/font_awesome_flutter/example/web/index.html
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
||||||
|
<meta name="description" content="A new Flutter project.">
|
||||||
|
|
||||||
|
<!-- iOS meta tags & icons -->
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="apple-mobile-web-status-bar-style" content="black">
|
||||||
|
<meta name="apple-mobile-web-app-title" content="example">
|
||||||
|
<link rel="apple-touch-icon" href="/icons/Icon-192.png">
|
||||||
|
|
||||||
|
<title>example</title>
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<!-- This script installs service_worker.js to provide PWA functionality to
|
||||||
|
application. For more information, see:
|
||||||
|
https://developers.google.com/web/fundamentals/primers/service-workers -->
|
||||||
|
<script>
|
||||||
|
if ('serviceWorker' in navigator) {
|
||||||
|
window.addEventListener('load', function () {
|
||||||
|
navigator.serviceWorker.register('/flutter_service_worker.js');
|
||||||
|
});
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<script src="main.dart.js" type="application/javascript"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
23
flutter/deps/font_awesome_flutter/example/web/manifest.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"name": "example",
|
||||||
|
"short_name": "example",
|
||||||
|
"start_url": ".",
|
||||||
|
"display": "minimal-ui",
|
||||||
|
"background_color": "#0175C2",
|
||||||
|
"theme_color": "#0175C2",
|
||||||
|
"description": "A new Flutter project.",
|
||||||
|
"orientation": "portrait-primary",
|
||||||
|
"prefer_related_applications": false,
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "icons/Icon-192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "icons/Icon-512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
97210
flutter/deps/font_awesome_flutter/lib/font_awesome_flutter.dart
Normal file
BIN
flutter/deps/font_awesome_flutter/lib/fonts/fa-brands-400.ttf
Normal file
BIN
flutter/deps/font_awesome_flutter/lib/fonts/fa-duotone-900.ttf
Normal file
BIN
flutter/deps/font_awesome_flutter/lib/fonts/fa-light-300.ttf
Normal file
BIN
flutter/deps/font_awesome_flutter/lib/fonts/fa-regular-400.ttf
Normal file
BIN
flutter/deps/font_awesome_flutter/lib/fonts/fa-solid-900.ttf
Normal file
BIN
flutter/deps/font_awesome_flutter/lib/fonts/fa-thin-100.ttf
Normal file
375174
flutter/deps/font_awesome_flutter/lib/fonts/icons.json
Normal file
193
flutter/deps/font_awesome_flutter/lib/src/fa_icon.dart
Normal file
@ -0,0 +1,193 @@
|
|||||||
|
// Copyright 2014 The Flutter Authors. All rights reserved.
|
||||||
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
|
// found in the LICENSE file.
|
||||||
|
|
||||||
|
import 'package:flutter/foundation.dart';
|
||||||
|
import 'package:flutter/rendering.dart';
|
||||||
|
import 'package:flutter/widgets.dart';
|
||||||
|
|
||||||
|
/// Creates an Icon Widget that works for non-material Icons, such as the
|
||||||
|
/// Font Awesome Icons.
|
||||||
|
///
|
||||||
|
/// The default `Icon` Widget from the Material package assumes all Icons are
|
||||||
|
/// square in size and wraps all Icons in a square SizedBox Widget. Icons from
|
||||||
|
/// the FontAwesome package are often wider than they are tall, which causes
|
||||||
|
/// alignment and cutoff issues.
|
||||||
|
///
|
||||||
|
/// This Widget does not wrap the icons in a fixed square box, which allows the
|
||||||
|
/// icons to render based on their size.
|
||||||
|
class FaIcon extends StatelessWidget {
|
||||||
|
/// Creates an icon.
|
||||||
|
///
|
||||||
|
/// The [size] and [color] default to the value given by the current [IconTheme].
|
||||||
|
const FaIcon(
|
||||||
|
this.icon, {
|
||||||
|
Key? key,
|
||||||
|
this.size,
|
||||||
|
this.color,
|
||||||
|
this.semanticLabel,
|
||||||
|
this.textDirection,
|
||||||
|
this.shadows,
|
||||||
|
}) : super(key: key);
|
||||||
|
|
||||||
|
/// The icon to display. Available icons are listed in [FontAwesomeIcons].
|
||||||
|
///
|
||||||
|
/// The icon can be null, in which case the widget will render as an empty
|
||||||
|
/// space of the specified [size].
|
||||||
|
final IconData? icon;
|
||||||
|
|
||||||
|
/// The size of the icon in logical pixels.
|
||||||
|
///
|
||||||
|
/// Icons occupy a square with width and height equal to size.
|
||||||
|
///
|
||||||
|
/// Defaults to the current [IconTheme] size, if any. If there is no
|
||||||
|
/// [IconTheme], or it does not specify an explicit size, then it defaults to
|
||||||
|
/// 24.0.
|
||||||
|
///
|
||||||
|
/// If this [Icon] is being placed inside an [IconButton], then use
|
||||||
|
/// [IconButton.iconSize] instead, so that the [IconButton] can make the splash
|
||||||
|
/// area the appropriate size as well. The [IconButton] uses an [IconTheme] to
|
||||||
|
/// pass down the size to the [FaIcon].
|
||||||
|
final double? size;
|
||||||
|
|
||||||
|
/// The color to use when drawing the icon.
|
||||||
|
///
|
||||||
|
/// Defaults to the current [IconTheme] color, if any.
|
||||||
|
///
|
||||||
|
/// The color (whether specified explicitly here or obtained from the
|
||||||
|
/// [IconTheme]) will be further adjusted by the opacity of the current
|
||||||
|
/// [IconTheme], if any.
|
||||||
|
///
|
||||||
|
/// In material apps, if there is a [Theme] without any [IconTheme]s
|
||||||
|
/// specified, icon colors default to white if the theme is dark
|
||||||
|
/// and black if the theme is light.
|
||||||
|
///
|
||||||
|
/// If no [IconTheme] and no [Theme] is specified, icons will default to
|
||||||
|
/// black.
|
||||||
|
///
|
||||||
|
/// See [Theme] to set the current theme and [ThemeData.brightness]
|
||||||
|
/// for setting the current theme's brightness.
|
||||||
|
///
|
||||||
|
/// {@tool snippet}
|
||||||
|
/// Typically, a Material Design color will be used, as follows:
|
||||||
|
///
|
||||||
|
/// ```dart
|
||||||
|
/// Icon(
|
||||||
|
/// Icons.widgets,
|
||||||
|
/// color: Colors.blue.shade400,
|
||||||
|
/// )
|
||||||
|
/// ```
|
||||||
|
/// {@end-tool}
|
||||||
|
final Color? color;
|
||||||
|
|
||||||
|
/// Semantic label for the icon.
|
||||||
|
///
|
||||||
|
/// Announced in accessibility modes (e.g TalkBack/VoiceOver).
|
||||||
|
/// This label does not show in the UI.
|
||||||
|
///
|
||||||
|
/// * [SemanticsProperties.label], which is set to [semanticLabel] in the
|
||||||
|
/// underlying [Semantics] widget.
|
||||||
|
final String? semanticLabel;
|
||||||
|
|
||||||
|
/// The text direction to use for rendering the icon.
|
||||||
|
///
|
||||||
|
/// If this is null, the ambient [Directionality] is used instead.
|
||||||
|
///
|
||||||
|
/// Some icons follow the reading direction. For example, "back" buttons point
|
||||||
|
/// left in left-to-right environments and right in right-to-left
|
||||||
|
/// environments. Such icons have their [IconData.matchTextDirection] field
|
||||||
|
/// set to true, and the [Icon] widget uses the [textDirection] to determine
|
||||||
|
/// the orientation in which to draw the icon.
|
||||||
|
///
|
||||||
|
/// This property has no effect if the [icon]'s [IconData.matchTextDirection]
|
||||||
|
/// field is false, but for consistency a text direction value must always be
|
||||||
|
/// specified, either directly using this property or using [Directionality].
|
||||||
|
final TextDirection? textDirection;
|
||||||
|
|
||||||
|
/// A list of [Shadow]s that will be painted underneath the icon.
|
||||||
|
///
|
||||||
|
/// Multiple shadows are supported to replicate lighting from multiple light
|
||||||
|
/// sources.
|
||||||
|
///
|
||||||
|
/// Shadows must be in the same order for [Icon] to be considered as
|
||||||
|
/// equivalent as order produces differing transparency.
|
||||||
|
///
|
||||||
|
/// Defaults to the nearest [IconTheme]'s [IconThemeData.shadows].
|
||||||
|
final List<Shadow>? shadows;
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
assert(this.textDirection != null || debugCheckHasDirectionality(context));
|
||||||
|
final TextDirection textDirection =
|
||||||
|
this.textDirection ?? Directionality.of(context);
|
||||||
|
|
||||||
|
final IconThemeData iconTheme = IconTheme.of(context);
|
||||||
|
|
||||||
|
final double? iconSize = size ?? iconTheme.size;
|
||||||
|
final List<Shadow>? iconShadows = shadows ?? iconTheme.shadows;
|
||||||
|
|
||||||
|
if (icon == null) {
|
||||||
|
return Semantics(
|
||||||
|
label: semanticLabel,
|
||||||
|
child: SizedBox(width: iconSize, height: iconSize),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
final double iconOpacity = iconTheme.opacity ?? 1.0;
|
||||||
|
Color iconColor = color ?? iconTheme.color!;
|
||||||
|
if (iconOpacity != 1.0) {
|
||||||
|
iconColor = iconColor.withOpacity(iconColor.opacity * iconOpacity);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget iconWidget = RichText(
|
||||||
|
overflow: TextOverflow.visible,
|
||||||
|
// Never clip.
|
||||||
|
textDirection: textDirection,
|
||||||
|
// Since we already fetched it for the assert...
|
||||||
|
text: TextSpan(
|
||||||
|
text: String.fromCharCode(icon!.codePoint),
|
||||||
|
style: TextStyle(
|
||||||
|
inherit: false,
|
||||||
|
color: iconColor,
|
||||||
|
fontSize: iconSize,
|
||||||
|
fontFamily: icon!.fontFamily,
|
||||||
|
package: icon!.fontPackage,
|
||||||
|
shadows: iconShadows,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
if (icon!.matchTextDirection) {
|
||||||
|
switch (textDirection) {
|
||||||
|
case TextDirection.rtl:
|
||||||
|
iconWidget = Transform(
|
||||||
|
transform: Matrix4.identity()..scale(-1.0, 1.0, 1.0),
|
||||||
|
alignment: Alignment.center,
|
||||||
|
transformHitTests: false,
|
||||||
|
child: iconWidget,
|
||||||
|
);
|
||||||
|
break;
|
||||||
|
case TextDirection.ltr:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return Semantics(
|
||||||
|
label: semanticLabel,
|
||||||
|
child: ExcludeSemantics(
|
||||||
|
child: iconWidget,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void debugFillProperties(DiagnosticPropertiesBuilder properties) {
|
||||||
|
super.debugFillProperties(properties);
|
||||||
|
properties.add(
|
||||||
|
IconDataProperty('icon', icon, ifNull: '<empty>', showName: false));
|
||||||
|
properties.add(DoubleProperty('size', size, defaultValue: null));
|
||||||
|
properties.add(ColorProperty('color', color, defaultValue: null));
|
||||||
|
properties
|
||||||
|
.add(IterableProperty<Shadow>('shadows', shadows, defaultValue: null));
|
||||||
|
}
|
||||||
|
}
|
85
flutter/deps/font_awesome_flutter/lib/src/icon_data.dart
Normal file
@ -0,0 +1,85 @@
|
|||||||
|
library font_awesome_flutter;
|
||||||
|
|
||||||
|
import 'package:flutter/widgets.dart';
|
||||||
|
|
||||||
|
/// [IconData] for a font awesome brand icon from a code point
|
||||||
|
///
|
||||||
|
/// Code points can be obtained from fontawesome.com
|
||||||
|
class IconDataBrands extends IconData {
|
||||||
|
const IconDataBrands(int codePoint)
|
||||||
|
: super(
|
||||||
|
codePoint,
|
||||||
|
fontFamily: 'FontAwesomeBrands',
|
||||||
|
fontPackage: 'font_awesome_flutter',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// [IconData] for a font awesome solid icon from a code point
|
||||||
|
///
|
||||||
|
/// Code points can be obtained from fontawesome.com
|
||||||
|
class IconDataSolid extends IconData {
|
||||||
|
const IconDataSolid(int codePoint)
|
||||||
|
: super(
|
||||||
|
codePoint,
|
||||||
|
fontFamily: 'FontAwesomeSolid',
|
||||||
|
fontPackage: 'font_awesome_flutter',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// [IconData] for a font awesome regular icon from a code point
|
||||||
|
///
|
||||||
|
/// Code points can be obtained from fontawesome.com
|
||||||
|
class IconDataRegular extends IconData {
|
||||||
|
const IconDataRegular(int codePoint)
|
||||||
|
: super(
|
||||||
|
codePoint,
|
||||||
|
fontFamily: 'FontAwesomeRegular',
|
||||||
|
fontPackage: 'font_awesome_flutter',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// [IconData] for a font awesome light icon from a code point. Only works if
|
||||||
|
/// light icons (font awesome pro) have been installed.
|
||||||
|
///
|
||||||
|
/// Code points can be obtained from fontawesome.com
|
||||||
|
class IconDataLight extends IconData {
|
||||||
|
const IconDataLight(int codePoint)
|
||||||
|
: super(
|
||||||
|
codePoint,
|
||||||
|
fontFamily: 'FontAwesomeLight',
|
||||||
|
fontPackage: 'font_awesome_flutter',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// [IconData] for a font awesome duotone icon from a code point. Only works if
|
||||||
|
/// duotone icons (font awesome pro) have been installed.
|
||||||
|
///
|
||||||
|
/// Code points can be obtained from fontawesome.com. Each duotone icon consists
|
||||||
|
/// of a primary [codePoint] and a [secondary].
|
||||||
|
class IconDataDuotone extends IconData {
|
||||||
|
/// Secondary glyph of the duotone icon
|
||||||
|
///
|
||||||
|
/// Due to tree-shaking restraints [secondary] cannot be the codepoint itself,
|
||||||
|
/// but has to be an [IconData] object.
|
||||||
|
final IconData? secondary;
|
||||||
|
|
||||||
|
const IconDataDuotone(int codePoint, {this.secondary})
|
||||||
|
: super(
|
||||||
|
codePoint,
|
||||||
|
fontFamily: 'FontAwesomeDuotone',
|
||||||
|
fontPackage: 'font_awesome_flutter',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// [IconData] for a font awesome thin icon from a code point. Only works if
|
||||||
|
/// thin icons (font awesome pro, v6+) have been installed.
|
||||||
|
///
|
||||||
|
/// Code points can be obtained from fontawesome.com
|
||||||
|
class IconDataThin extends IconData {
|
||||||
|
const IconDataThin(int codePoint)
|
||||||
|
: super(
|
||||||
|
codePoint,
|
||||||
|
fontFamily: 'FontAwesomeThin',
|
||||||
|
fontPackage: 'font_awesome_flutter',
|
||||||
|
);
|
||||||
|
}
|
46
flutter/deps/font_awesome_flutter/pubspec.yaml
Executable file
@ -0,0 +1,46 @@
|
|||||||
|
name: font_awesome_flutter
|
||||||
|
description: The Font Awesome Icon pack available as Flutter Icons. Provides 2000 additional icons to use in your apps.
|
||||||
|
maintainer: Michael Spiss (@michaelspiss)
|
||||||
|
repository: https://github.com/fluttercommunity/font_awesome_flutter
|
||||||
|
issue_tracker: https://github.com/fluttercommunity/font_awesome_flutter/issues
|
||||||
|
version: 10.7.0
|
||||||
|
|
||||||
|
environment:
|
||||||
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
flutter:
|
||||||
|
sdk: flutter
|
||||||
|
|
||||||
|
dev_dependencies:
|
||||||
|
recase: ^4.1.0
|
||||||
|
args: ^2.4.1
|
||||||
|
flutter_test:
|
||||||
|
sdk: flutter
|
||||||
|
version: ^3.0.2
|
||||||
|
ansicolor: ^2.0.1
|
||||||
|
flutter_lints: ^2.0.1
|
||||||
|
pub_semver: ^2.1.4
|
||||||
|
|
||||||
|
flutter:
|
||||||
|
fonts:
|
||||||
|
- family: FontAwesomeBrands
|
||||||
|
fonts:
|
||||||
|
- asset: lib/fonts/fa-brands-400.ttf
|
||||||
|
weight: 400
|
||||||
|
- family: FontAwesomeRegular
|
||||||
|
fonts:
|
||||||
|
- asset: lib/fonts/fa-regular-400.ttf
|
||||||
|
weight: 400
|
||||||
|
- family: FontAwesomeSolid
|
||||||
|
fonts:
|
||||||
|
- asset: lib/fonts/fa-solid-900.ttf
|
||||||
|
weight: 900
|
||||||
|
- family: FontAwesomeLight
|
||||||
|
fonts:
|
||||||
|
- asset: lib/fonts/fa-light-300.ttf
|
||||||
|
weight: 300
|
||||||
|
- family: FontAwesomeThin
|
||||||
|
fonts:
|
||||||
|
- asset: lib/fonts/fa-thin-100.ttf
|
||||||
|
weight: 100
|
147
flutter/deps/font_awesome_flutter/test/fa_icon_test.dart
Normal file
@ -0,0 +1,147 @@
|
|||||||
|
// Tests adapted from https://github.com/flutter/flutter/blob/master/packages/flutter/test/widgets/icon_test.dart
|
||||||
|
// Copyright 2014 The Flutter Authors. All rights reserved.
|
||||||
|
|
||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
|
import 'package:flutter/widgets.dart';
|
||||||
|
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
|
||||||
|
|
||||||
|
void main() {
|
||||||
|
testWidgets('Can set opacity for an Icon', (WidgetTester tester) async {
|
||||||
|
await tester.pumpWidget(
|
||||||
|
const Directionality(
|
||||||
|
textDirection: TextDirection.ltr,
|
||||||
|
child: IconTheme(
|
||||||
|
data: IconThemeData(
|
||||||
|
color: Color(0xFF666666),
|
||||||
|
opacity: 0.5,
|
||||||
|
),
|
||||||
|
child: FaIcon(FontAwesomeIcons.accessibleIcon),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
final RichText text = tester.widget(find.byType(RichText));
|
||||||
|
expect(text.text.style!.color, const Color(0xFF666666).withOpacity(0.5));
|
||||||
|
});
|
||||||
|
|
||||||
|
testWidgets('Icon sizing - no theme, default size',
|
||||||
|
(WidgetTester tester) async {
|
||||||
|
await tester.pumpWidget(
|
||||||
|
const Directionality(
|
||||||
|
textDirection: TextDirection.ltr,
|
||||||
|
child: Center(
|
||||||
|
child: FaIcon(FontAwesomeIcons.accessibleIcon),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
final RenderBox renderObject = tester.renderObject(find.byType(FaIcon));
|
||||||
|
expect(renderObject.size, equals(const Size.square(24.0)));
|
||||||
|
});
|
||||||
|
|
||||||
|
testWidgets('Icon sizing - no theme, explicit size',
|
||||||
|
(WidgetTester tester) async {
|
||||||
|
await tester.pumpWidget(
|
||||||
|
const Directionality(
|
||||||
|
textDirection: TextDirection.ltr,
|
||||||
|
child: Center(
|
||||||
|
child: FaIcon(
|
||||||
|
FontAwesomeIcons.accessibleIcon,
|
||||||
|
size: 96.0,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
final RenderBox renderObject = tester.renderObject(find.byType(FaIcon));
|
||||||
|
expect(renderObject.size, equals(const Size.square(96.0)));
|
||||||
|
});
|
||||||
|
|
||||||
|
testWidgets('Icon sizing - sized theme', (WidgetTester tester) async {
|
||||||
|
await tester.pumpWidget(
|
||||||
|
const Directionality(
|
||||||
|
textDirection: TextDirection.ltr,
|
||||||
|
child: Center(
|
||||||
|
child: IconTheme(
|
||||||
|
data: IconThemeData(size: 36.0),
|
||||||
|
child: FaIcon(FontAwesomeIcons.accessibleIcon),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
final RenderBox renderObject = tester.renderObject(find.byType(FaIcon));
|
||||||
|
expect(renderObject.size, equals(const Size.square(36.0)));
|
||||||
|
});
|
||||||
|
|
||||||
|
testWidgets('Icon sizing - sized theme, explicit size',
|
||||||
|
(WidgetTester tester) async {
|
||||||
|
await tester.pumpWidget(
|
||||||
|
const Directionality(
|
||||||
|
textDirection: TextDirection.ltr,
|
||||||
|
child: Center(
|
||||||
|
child: IconTheme(
|
||||||
|
data: IconThemeData(size: 36.0),
|
||||||
|
child: FaIcon(
|
||||||
|
FontAwesomeIcons.accessibleIcon,
|
||||||
|
size: 48.0,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
final RenderBox renderObject = tester.renderObject(find.byType(FaIcon));
|
||||||
|
expect(renderObject.size, equals(const Size.square(48.0)));
|
||||||
|
});
|
||||||
|
|
||||||
|
testWidgets('Icon sizing - sizeless theme, default size',
|
||||||
|
(WidgetTester tester) async {
|
||||||
|
await tester.pumpWidget(
|
||||||
|
const Directionality(
|
||||||
|
textDirection: TextDirection.ltr,
|
||||||
|
child: Center(
|
||||||
|
child: IconTheme(
|
||||||
|
data: IconThemeData(),
|
||||||
|
child: FaIcon(FontAwesomeIcons.accessibleIcon),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
final RenderBox renderObject = tester.renderObject(find.byType(FaIcon));
|
||||||
|
expect(renderObject.size, equals(const Size.square(24.0)));
|
||||||
|
});
|
||||||
|
|
||||||
|
testWidgets("Changing semantic label from null doesn't rebuild tree ",
|
||||||
|
(WidgetTester tester) async {
|
||||||
|
await tester.pumpWidget(
|
||||||
|
const Directionality(
|
||||||
|
textDirection: TextDirection.ltr,
|
||||||
|
child: Center(
|
||||||
|
child: FaIcon(FontAwesomeIcons.accessibleIcon),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
final Element richText1 = tester.element(find.byType(RichText));
|
||||||
|
|
||||||
|
await tester.pumpWidget(
|
||||||
|
const Directionality(
|
||||||
|
textDirection: TextDirection.ltr,
|
||||||
|
child: Center(
|
||||||
|
child: FaIcon(
|
||||||
|
FontAwesomeIcons.accessibleIcon,
|
||||||
|
semanticLabel: 'a label',
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
|
final Element richText2 = tester.element(find.byType(RichText));
|
||||||
|
|
||||||
|
// Compare a leaf Element in the Icon subtree before and after changing the
|
||||||
|
// semanticLabel to make sure the subtree was not rebuilt.
|
||||||
|
expect(richText2, same(richText1));
|
||||||
|
});
|
||||||
|
}
|
5
flutter/deps/font_awesome_flutter/util/configurator.bat
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
@echo off
|
||||||
|
pushd %~dp0
|
||||||
|
cd ..
|
||||||
|
dart .\util\lib\main.dart %* & ^
|
||||||
|
popd
|
5
flutter/deps/font_awesome_flutter/util/configurator.sh
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
pushd "$(dirname "$0")" > /dev/null || exit
|
||||||
|
cd ..
|
||||||
|
dart ./util/lib/main.dart "$@"
|
||||||
|
popd > /dev/null || exit
|
663
flutter/deps/font_awesome_flutter/util/lib/main.dart
Normal file
@ -0,0 +1,663 @@
|
|||||||
|
// ignore_for_file: avoid_print
|
||||||
|
|
||||||
|
import 'dart:convert';
|
||||||
|
import 'dart:io';
|
||||||
|
|
||||||
|
import 'package:ansicolor/ansicolor.dart';
|
||||||
|
import 'package:args/args.dart';
|
||||||
|
import 'package:recase/recase.dart';
|
||||||
|
import 'package:version/version.dart';
|
||||||
|
import 'package:pub_semver/pub_semver.dart' as pub;
|
||||||
|
|
||||||
|
/// A map which adjusts icon ids starting with a number
|
||||||
|
///
|
||||||
|
/// Some icons cannot keep their id as identifier, as dart does not allow
|
||||||
|
/// numbers as the beginning of a variable names. The chosen solution is, to
|
||||||
|
/// write those parts out.
|
||||||
|
const Map<String, String> nameAdjustments = {
|
||||||
|
"500px": "fiveHundredPx",
|
||||||
|
"360-degrees": "threeHundredSixtyDegrees",
|
||||||
|
"1": "one",
|
||||||
|
"2": "two",
|
||||||
|
"3": "three",
|
||||||
|
"4": "four",
|
||||||
|
"5": "five",
|
||||||
|
"6": "six",
|
||||||
|
"7": "seven",
|
||||||
|
"8": "eight",
|
||||||
|
"9": "nine",
|
||||||
|
"0": "zero",
|
||||||
|
"42-group": "fortyTwoGroup",
|
||||||
|
"00": "zeroZero",
|
||||||
|
// found in aliases
|
||||||
|
"100": "hundred",
|
||||||
|
};
|
||||||
|
|
||||||
|
/// Some aliases clash with reserved words of dartlang. Those are ignored.
|
||||||
|
const List<String> ignoredAliases = ["try"];
|
||||||
|
|
||||||
|
/// Generated by [readAndPickMetadata] for each icon
|
||||||
|
class IconMetadata {
|
||||||
|
final String name;
|
||||||
|
final String label;
|
||||||
|
final String unicode;
|
||||||
|
final List<String> searchTerms;
|
||||||
|
final List<String> styles;
|
||||||
|
final List<String> aliases;
|
||||||
|
|
||||||
|
IconMetadata(
|
||||||
|
this.name,
|
||||||
|
this.label,
|
||||||
|
this.unicode,
|
||||||
|
this.searchTerms,
|
||||||
|
this.styles,
|
||||||
|
this.aliases,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
final AnsiPen red = AnsiPen()..xterm(009);
|
||||||
|
final AnsiPen blue = AnsiPen()..xterm(012);
|
||||||
|
final AnsiPen yellow = AnsiPen()..xterm(011);
|
||||||
|
|
||||||
|
/// Utility program to customize font awesome flutter
|
||||||
|
///
|
||||||
|
/// For usage information see [displayHelp]
|
||||||
|
///
|
||||||
|
/// Steps:
|
||||||
|
/// 1. Check if icons.json exists in project root (or in lib/fonts)
|
||||||
|
/// if icons.json does not exist:
|
||||||
|
/// 1.1 download official, free icons.json from github
|
||||||
|
/// https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/metadata/icons.json
|
||||||
|
/// 1.2 download official, free icons and replace existing
|
||||||
|
/// https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/webfonts/fa-brands-400.ttf
|
||||||
|
/// https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/webfonts/fa-regular-400.ttf
|
||||||
|
/// https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/webfonts/fa-solid-900.ttf
|
||||||
|
/// 3. filter out unwanted icon styles
|
||||||
|
/// 4. build icons, example
|
||||||
|
/// if dynamic icons requested:
|
||||||
|
/// 4.1 create map
|
||||||
|
/// 5. format all generated files
|
||||||
|
/// 6. if icons.json was downloaded by this tool, remove icons.json
|
||||||
|
void main(List<String> rawArgs) async {
|
||||||
|
print(blue('''
|
||||||
|
#### # #####################################################################
|
||||||
|
### ### ############ Font Awesome Flutter Configurator ######################
|
||||||
|
# # # #####################################################################
|
||||||
|
'''));
|
||||||
|
|
||||||
|
final argParser = setUpArgParser();
|
||||||
|
final args = argParser.parse(rawArgs);
|
||||||
|
|
||||||
|
if (args['help']) {
|
||||||
|
displayHelp(argParser);
|
||||||
|
exit(0);
|
||||||
|
}
|
||||||
|
|
||||||
|
await printVersionNotice('fluttercommunity/font_awesome_flutter');
|
||||||
|
|
||||||
|
File iconsJson = File('lib/fonts/icons.json');
|
||||||
|
final hasCustomIconsJson = iconsJson.existsSync();
|
||||||
|
|
||||||
|
if (!hasCustomIconsJson) {
|
||||||
|
print(blue('No icons.json found, updating free icons'));
|
||||||
|
const repositoryName = 'FortAwesome/Font-Awesome';
|
||||||
|
final defaultBranch = await getRepositoryDefaultBranch(repositoryName);
|
||||||
|
print(blue(
|
||||||
|
'Choosing branch "$defaultBranch" of repository https://github.com/$repositoryName'));
|
||||||
|
await download(
|
||||||
|
'https://raw.githubusercontent.com/FortAwesome/Font-Awesome/$defaultBranch/metadata/icons.json',
|
||||||
|
File('lib/fonts/icons.json'));
|
||||||
|
await download(
|
||||||
|
'https://raw.githubusercontent.com/FortAwesome/Font-Awesome/$defaultBranch/webfonts/fa-brands-400.ttf',
|
||||||
|
File('lib/fonts/fa-brands-400.ttf'));
|
||||||
|
await download(
|
||||||
|
'https://raw.githubusercontent.com/FortAwesome/Font-Awesome/$defaultBranch/webfonts/fa-regular-400.ttf',
|
||||||
|
File('lib/fonts/fa-regular-400.ttf'));
|
||||||
|
await download(
|
||||||
|
'https://raw.githubusercontent.com/FortAwesome/Font-Awesome/$defaultBranch/webfonts/fa-solid-900.ttf',
|
||||||
|
File('lib/fonts/fa-solid-900.ttf'));
|
||||||
|
} else {
|
||||||
|
print(blue('Custom icons.json found, generating files'));
|
||||||
|
}
|
||||||
|
|
||||||
|
// A list of all versions mentioned in the metadata
|
||||||
|
final List<String> versions = [];
|
||||||
|
final List<IconMetadata> metadata = [];
|
||||||
|
final Set<String> styles = {};
|
||||||
|
// duotone icons are no longer supported
|
||||||
|
final List<String> excludedStyles = ['duotone', ...args['exclude']];
|
||||||
|
var hasDuotoneIcons = readAndPickMetadata(
|
||||||
|
iconsJson, metadata, styles, versions, excludedStyles);
|
||||||
|
if (hasDuotoneIcons) {
|
||||||
|
// Duotone are no longer supported - temporarily added notice to avoid
|
||||||
|
// confusion
|
||||||
|
print(red(
|
||||||
|
'Duotone icons are no longer supported. Automatically disabled them.'));
|
||||||
|
}
|
||||||
|
hasDuotoneIcons = false;
|
||||||
|
|
||||||
|
final highestVersion = calculateFontAwesomeVersion(versions);
|
||||||
|
|
||||||
|
print(blue('\nGenerating icon definitions'));
|
||||||
|
writeCodeToFile(
|
||||||
|
() => generateIconDefinitionClass(metadata, highestVersion),
|
||||||
|
'lib/font_awesome_flutter.dart',
|
||||||
|
);
|
||||||
|
|
||||||
|
print(blue('\nGenerating example code'));
|
||||||
|
writeCodeToFile(
|
||||||
|
() => generateExamplesListClass(metadata),
|
||||||
|
'example/lib/icons.dart',
|
||||||
|
);
|
||||||
|
|
||||||
|
if (args['dynamic']) {
|
||||||
|
writeCodeToFile(
|
||||||
|
() => generateIconNameMap(metadata),
|
||||||
|
'lib/name_icon_mapping.dart',
|
||||||
|
);
|
||||||
|
} else {
|
||||||
|
// Remove file if dynamic is not requested. Helps things to stay consistent
|
||||||
|
final iconNameMappingFile = File('lib/name_icon_mapping.dart');
|
||||||
|
if (iconNameMappingFile.existsSync()) iconNameMappingFile.deleteSync();
|
||||||
|
}
|
||||||
|
|
||||||
|
adjustPubspecFontIncludes(styles);
|
||||||
|
|
||||||
|
if (!hasCustomIconsJson) {
|
||||||
|
iconsJson.deleteSync();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Returns this package's current version
|
||||||
|
String getPackageVersion() {
|
||||||
|
var pubspecFile = File('pubspec.yaml');
|
||||||
|
var pubspec = pubspecFile.readAsLinesSync();
|
||||||
|
for (final line in pubspec) {
|
||||||
|
if (line.startsWith('version:')) {
|
||||||
|
return line.substring('version'.length + 1).trim();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return 'no version found';
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Automatically (un)comments font definitions in pubspec.yaml
|
||||||
|
void adjustPubspecFontIncludes(Set<String> styles) {
|
||||||
|
var pubspecFile = File('pubspec.yaml');
|
||||||
|
var pubspec = pubspecFile.readAsLinesSync();
|
||||||
|
String styleName;
|
||||||
|
Set<String> enabledStyles = {};
|
||||||
|
|
||||||
|
var startFlutterSection = pubspec.indexOf('flutter:');
|
||||||
|
String line;
|
||||||
|
for (var i = startFlutterSection; i < pubspec.length; i++) {
|
||||||
|
line = uncommentYamlLine(pubspec[i]);
|
||||||
|
if (!line.trimLeft().startsWith('- family:')) continue;
|
||||||
|
|
||||||
|
styleName = line.substring(25).toLowerCase(); // - family: FontAwesomeXXXXXX
|
||||||
|
if (styles.contains(styleName)) {
|
||||||
|
pubspec[i] = uncommentYamlLine(pubspec[i]);
|
||||||
|
pubspec[i + 1] = uncommentYamlLine(pubspec[i + 1]);
|
||||||
|
pubspec[i + 2] = uncommentYamlLine(pubspec[i + 2]);
|
||||||
|
pubspec[i + 3] = uncommentYamlLine(pubspec[i + 3]);
|
||||||
|
enabledStyles.add(styleName);
|
||||||
|
} else {
|
||||||
|
pubspec[i] = commentYamlLine(pubspec[i]);
|
||||||
|
pubspec[i + 1] = commentYamlLine(pubspec[i + 1]);
|
||||||
|
pubspec[i + 2] = commentYamlLine(pubspec[i + 2]);
|
||||||
|
pubspec[i + 3] = commentYamlLine(pubspec[i + 3]);
|
||||||
|
}
|
||||||
|
i = i + 3; // + 4 with i++
|
||||||
|
}
|
||||||
|
|
||||||
|
pubspecFile.writeAsStringSync(pubspec.join('\n'));
|
||||||
|
|
||||||
|
print(blue('\nFound and enabled the following icon styles:'));
|
||||||
|
enabledStyles.isEmpty
|
||||||
|
? print(red("None"))
|
||||||
|
: print(blue(enabledStyles.join(', ')));
|
||||||
|
|
||||||
|
print(blue('\nRunning "flutter pub get"'));
|
||||||
|
final result = Process.runSync('flutter', ['pub', 'get'], runInShell: true);
|
||||||
|
stdout.write(result.stdout);
|
||||||
|
stderr.write(red(result.stderr));
|
||||||
|
|
||||||
|
print(blue('\nDone'));
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Comments out a line of yaml code. Does nothing if already commented
|
||||||
|
String commentYamlLine(String line) {
|
||||||
|
if (line.startsWith('#')) return line;
|
||||||
|
return '#$line';
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Uncomments a line of yaml code. Does nothing if not commented.
|
||||||
|
///
|
||||||
|
/// Expects the rest of the line to be valid yaml and to have the correct
|
||||||
|
/// indention after removing the first #.
|
||||||
|
String uncommentYamlLine(String line) {
|
||||||
|
if (!line.startsWith('#')) return line;
|
||||||
|
return line.substring(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Writes lines of code created by a [generator] to [filePath] and formats it
|
||||||
|
void writeCodeToFile(List<String> Function() generator, String filePath) {
|
||||||
|
List<String> generated = generator();
|
||||||
|
File(filePath).writeAsStringSync(generated.join('\n'));
|
||||||
|
final result = Process.runSync('dart', ['format', filePath]);
|
||||||
|
stdout.write(result.stdout);
|
||||||
|
stderr.write(red(result.stderr));
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Enables the use of a map to dynamically load icons by their name
|
||||||
|
///
|
||||||
|
/// To use, import:
|
||||||
|
/// `import 'package:font_awesome_flutter/name_icon_mapping.dart'`
|
||||||
|
/// And then either use faIconNameMapping directly to look up specific icons,
|
||||||
|
/// or use the getIconFromCss helper function.
|
||||||
|
List<String> generateIconNameMap(List<IconMetadata> icons) {
|
||||||
|
print(yellow('''
|
||||||
|
|
||||||
|
------------------------------- IMPORTANT NOTICE -------------------------------
|
||||||
|
Dynamic icon retrieval by name disables icon tree shaking. This means unused
|
||||||
|
icons will not be automatically removed and thus make the overall app size
|
||||||
|
larger. It is highly recommended to use this option only in combination with
|
||||||
|
the "exclude" option, to remove styles which are not needed.
|
||||||
|
You may need to pass --no-tree-shake-icons to the flutter build command for it
|
||||||
|
to complete successfully.
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
'''));
|
||||||
|
|
||||||
|
print(blue('Generating name to icon mapping'));
|
||||||
|
|
||||||
|
List<String> output = [
|
||||||
|
'library font_awesome_flutter;',
|
||||||
|
'',
|
||||||
|
"import 'package:flutter/widgets.dart';",
|
||||||
|
"import 'package:font_awesome_flutter/font_awesome_flutter.dart';",
|
||||||
|
'',
|
||||||
|
'// THIS FILE IS AUTOMATICALLY GENERATED!',
|
||||||
|
'',
|
||||||
|
'/// Utility function retrieve icons based on their css classes',
|
||||||
|
'///',
|
||||||
|
'/// [cssClasses] may contain other classes as well. This tool searches',
|
||||||
|
'/// for the known font awesome classes (far, fas, fab, ...) and an icon',
|
||||||
|
'/// name starting with `fa-`. Should multiple classes fulfill these',
|
||||||
|
'/// requirements, the first occurrence is chosen.',
|
||||||
|
'/// ',
|
||||||
|
'/// Returns null if no icon matches.',
|
||||||
|
'IconData? getIconFromCss(String cssClasses) {',
|
||||||
|
' const Map<String, String> cssStyles = {',
|
||||||
|
" 'far': 'regular', 'fas': 'solid', 'fab': 'brands',",
|
||||||
|
" 'fad': 'duotone', 'fal': 'light', 'fat': 'thin',",
|
||||||
|
' };',
|
||||||
|
'',
|
||||||
|
"var separatedCssClasses = cssClasses.split(' ');",
|
||||||
|
'try {',
|
||||||
|
' var style = separatedCssClasses.firstWhere((c) => cssStyles.containsKey(c));',
|
||||||
|
' // fas -> solid',
|
||||||
|
' style = cssStyles[style]!;',
|
||||||
|
'',
|
||||||
|
" var icon = separatedCssClasses.firstWhere((c) => c.startsWith('fa-'));",
|
||||||
|
" icon = icon.replaceFirst('fa-', '');",
|
||||||
|
'',
|
||||||
|
" return faIconNameMapping['\$style \$icon'];",
|
||||||
|
' } on StateError {',
|
||||||
|
' return null;',
|
||||||
|
' }',
|
||||||
|
'}',
|
||||||
|
'',
|
||||||
|
'/// Icon name to icon mapping for font awesome icons',
|
||||||
|
'///',
|
||||||
|
'/// Keys are in the following format: "style iconName"',
|
||||||
|
'const Map<String, IconData> faIconNameMapping = {',
|
||||||
|
];
|
||||||
|
|
||||||
|
String iconName;
|
||||||
|
for (var icon in icons) {
|
||||||
|
for (var style in icon.styles) {
|
||||||
|
iconName = normalizeIconName(icon.name, style, icon.styles.length);
|
||||||
|
output.add("'$style ${icon.name}': FontAwesomeIcons.$iconName,");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
output.add('};');
|
||||||
|
|
||||||
|
return output;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Builds the class with icon definitions and returns the output
|
||||||
|
List<String> generateIconDefinitionClass(
|
||||||
|
List<IconMetadata> metadata, Version version) {
|
||||||
|
final List<String> output = [
|
||||||
|
'library font_awesome_flutter;',
|
||||||
|
'',
|
||||||
|
"import 'package:flutter/widgets.dart';",
|
||||||
|
"import 'package:font_awesome_flutter/src/icon_data.dart';",
|
||||||
|
"export 'package:font_awesome_flutter/src/fa_icon.dart';",
|
||||||
|
"export 'package:font_awesome_flutter/src/icon_data.dart';",
|
||||||
|
];
|
||||||
|
|
||||||
|
output.addAll([
|
||||||
|
'',
|
||||||
|
'// THIS FILE IS AUTOMATICALLY GENERATED!',
|
||||||
|
'',
|
||||||
|
'/// Icons based on font awesome $version',
|
||||||
|
'@staticIconProvider',
|
||||||
|
'class FontAwesomeIcons {',
|
||||||
|
]);
|
||||||
|
|
||||||
|
for (var icon in metadata) {
|
||||||
|
for (String style in icon.styles) {
|
||||||
|
output.add(generateIconDocumentation(icon, style));
|
||||||
|
output.add(generateIconDefinition(icon, style));
|
||||||
|
output.add(generateIconAliases(icon, style));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
output.add('}');
|
||||||
|
return output;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Builds the example icons
|
||||||
|
List<String> generateExamplesListClass(List<IconMetadata> metadata) {
|
||||||
|
final List<String> output = [
|
||||||
|
"import 'package:font_awesome_flutter/font_awesome_flutter.dart';",
|
||||||
|
"import 'package:font_awesome_flutter_example/example_icon.dart';",
|
||||||
|
'',
|
||||||
|
'// THIS FILE IS AUTOMATICALLY GENERATED!',
|
||||||
|
'',
|
||||||
|
'final icons = <ExampleIcon>[',
|
||||||
|
];
|
||||||
|
|
||||||
|
for (var icon in metadata) {
|
||||||
|
for (String style in icon.styles) {
|
||||||
|
output.add(generateExampleIcon(icon, style));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
output.add('];');
|
||||||
|
|
||||||
|
return output;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Generates an icon for the example app. Used by [generateExamplesListClass]
|
||||||
|
String generateExampleIcon(IconMetadata icon, String style) {
|
||||||
|
var iconName = normalizeIconName(icon.name, style, icon.styles.length);
|
||||||
|
|
||||||
|
return "ExampleIcon(FontAwesomeIcons.$iconName, '$iconName'),";
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Generates the icon's doc comment. Used by [generateIconDefinitionClass]
|
||||||
|
String generateIconDocumentation(IconMetadata icon, String style) {
|
||||||
|
var doc = '/// ${style.sentenceCase} ${icon.label} icon\n'
|
||||||
|
'///\n'
|
||||||
|
'/// https://fontawesome.com/icons/${icon.name}?style=$style';
|
||||||
|
|
||||||
|
if (icon.searchTerms.isNotEmpty) {
|
||||||
|
doc += '\n/// ${icon.searchTerms.join(", ")}';
|
||||||
|
}
|
||||||
|
|
||||||
|
return doc;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Generates the icon's constant. Used by [generateIconDefinitionClass]
|
||||||
|
String generateIconDefinition(IconMetadata icon, String style) {
|
||||||
|
var iconName = normalizeIconName(icon.name, style, icon.styles.length);
|
||||||
|
|
||||||
|
String iconDataSource = styleToDataSource(style);
|
||||||
|
|
||||||
|
return 'static const IconData $iconName = $iconDataSource(0x${icon.unicode});';
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Generates aliases which link to the original icon. Used by
|
||||||
|
/// [generateIconDefinitionClass]
|
||||||
|
String generateIconAliases(IconMetadata icon, String style) {
|
||||||
|
var iconName = normalizeIconName(icon.name, style, icon.styles.length);
|
||||||
|
final List<String> lines = [];
|
||||||
|
|
||||||
|
for (String alias in icon.aliases) {
|
||||||
|
if (ignoredAliases.contains(alias)) continue;
|
||||||
|
|
||||||
|
var aliasName = normalizeIconName(alias, style, icon.styles.length);
|
||||||
|
lines.add('/// Alias $alias for icon [$iconName]');
|
||||||
|
lines.add('@Deprecated(\'Use "$iconName" instead.\')');
|
||||||
|
lines.add('static const IconData $aliasName = $iconName;');
|
||||||
|
}
|
||||||
|
|
||||||
|
return lines.join('\n');
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Returns a normalized version of [iconName] which can be used as const name
|
||||||
|
///
|
||||||
|
/// [nameAdjustments] lists some icons which need special treatment to be valid
|
||||||
|
/// const identifiers, as they cannot start with a number.
|
||||||
|
/// The [style] name is automatically appended if necessary - deemed by the
|
||||||
|
/// number of [styleCompetitors] (number of styles) for this icon.
|
||||||
|
String normalizeIconName(String iconName, String style, int styleCompetitors) {
|
||||||
|
iconName = nameAdjustments[iconName] ?? iconName;
|
||||||
|
|
||||||
|
if (styleCompetitors > 1 && style != "regular") {
|
||||||
|
iconName = "${style}_$iconName";
|
||||||
|
}
|
||||||
|
|
||||||
|
return iconName.camelCase;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Utility function to generate the correct 'IconData' subclass for a [style]
|
||||||
|
String styleToDataSource(String style) {
|
||||||
|
return 'IconData${style[0].toUpperCase()}${style.substring(1)}';
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Gets the default branch from github's metadata
|
||||||
|
///
|
||||||
|
/// Font awesome no longer uses the master branch, but instead version specific
|
||||||
|
/// ones, like 5.x and 6.x. Master is no longer updated. In the spirit of always
|
||||||
|
/// using the latest version, this tool always selects the default branch.
|
||||||
|
Future<String> getRepositoryDefaultBranch(String repositoryName) async {
|
||||||
|
final tmpFile = File('fa-repo-metadata.tmp');
|
||||||
|
await download('https://api.github.com/repos/$repositoryName', tmpFile);
|
||||||
|
try {
|
||||||
|
String rawGithubMetadata = await tmpFile.readAsString();
|
||||||
|
Map<String, dynamic> githubMetadata = json.decode(rawGithubMetadata);
|
||||||
|
return githubMetadata["default_branch"];
|
||||||
|
} catch (_) {
|
||||||
|
print(red('Error while getting font awesome\'s default branch. Aborting.'));
|
||||||
|
} finally {
|
||||||
|
tmpFile.delete();
|
||||||
|
}
|
||||||
|
exit(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Prints a notice should the current font_awesome_flutter version not be the
|
||||||
|
/// latest.
|
||||||
|
Future printVersionNotice(String repositoryName) async {
|
||||||
|
final tmpFile = File('faf-releases-metadata.tmp');
|
||||||
|
|
||||||
|
try {
|
||||||
|
final packageVersion = pub.Version.parse(getPackageVersion());
|
||||||
|
|
||||||
|
print(blue('Using font_awesome_flutter version $packageVersion'));
|
||||||
|
|
||||||
|
await download(
|
||||||
|
'https://api.github.com/repos/$repositoryName/releases', tmpFile);
|
||||||
|
|
||||||
|
String rawReleasesData = await tmpFile.readAsString();
|
||||||
|
List releasesData = json.decode(rawReleasesData);
|
||||||
|
List<pub.Version> releases = [];
|
||||||
|
List<pub.Version> preReleases = [];
|
||||||
|
for (final Map<String, dynamic> release in releasesData) {
|
||||||
|
var releaseName = release["name"] as String;
|
||||||
|
releaseName = releaseName.isEmpty ? release["tag_name"] : releaseName;
|
||||||
|
// remove possible prefixes
|
||||||
|
releaseName = releaseName
|
||||||
|
.toLowerCase()
|
||||||
|
.replaceAll('version', '')
|
||||||
|
.replaceAll('v.', '')
|
||||||
|
.replaceAll('v', '')
|
||||||
|
.trim();
|
||||||
|
final version = pub.Version.parse(releaseName);
|
||||||
|
if (version.isPreRelease) {
|
||||||
|
preReleases.add(version);
|
||||||
|
} else {
|
||||||
|
releases.add(version);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
final primaryRelease = pub.Version.primary(releases);
|
||||||
|
final primaryPreRelease = pub.Version.primary(preReleases);
|
||||||
|
|
||||||
|
if (primaryRelease > packageVersion) {
|
||||||
|
print(red(
|
||||||
|
'A new version ($primaryRelease) of font_awesome_flutter is available. Please update before reporting any errors. You can update via `git pull` or by downloading the source code from github. (https://github.com/$repositoryName)'));
|
||||||
|
}
|
||||||
|
if (primaryPreRelease > packageVersion &&
|
||||||
|
primaryPreRelease > primaryRelease) {
|
||||||
|
print(yellow(
|
||||||
|
'A pre-release version ($primaryPreRelease) of font_awesome_flutter is available. Should you encounter any problems, have a look if it fixes them.'));
|
||||||
|
}
|
||||||
|
} catch (_) {
|
||||||
|
print(red(
|
||||||
|
'Error while getting font awesome flutter\'s version information. Could not determine whether you are using the latest version.'));
|
||||||
|
} finally {
|
||||||
|
tmpFile.delete();
|
||||||
|
}
|
||||||
|
// do not exit
|
||||||
|
print('');
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Reads the [iconsJson] metadata and picks out relevant data
|
||||||
|
///
|
||||||
|
/// Relevant data includes search-terms, label, unicode, styles, changes and is
|
||||||
|
/// saved to [metadata] as [IconMetadata].
|
||||||
|
/// Changes versions are all put into the [versions] list to calculate the
|
||||||
|
/// latest font awesome version.
|
||||||
|
/// [excludedStyles], which can be set in the program arguments, are removed.
|
||||||
|
/// Returns whether the dataset contains duotone icons.
|
||||||
|
bool readAndPickMetadata(File iconsJson, List<IconMetadata> metadata,
|
||||||
|
Set<String> styles, List<String> versions, List<String> excludedStyles) {
|
||||||
|
var hasDuotoneIcons = false;
|
||||||
|
|
||||||
|
dynamic rawMetadata;
|
||||||
|
try {
|
||||||
|
final content = iconsJson.readAsStringSync();
|
||||||
|
rawMetadata = json.decode(content);
|
||||||
|
} catch (_) {
|
||||||
|
print(
|
||||||
|
'Error: Invalid icons.json. Please make sure you copied the correct file.');
|
||||||
|
exit(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
Map<String, dynamic> icon;
|
||||||
|
for (var iconName in rawMetadata.keys) {
|
||||||
|
icon = rawMetadata[iconName];
|
||||||
|
|
||||||
|
// Add all changes to the list
|
||||||
|
for (var v in icon['changes'] as List) {
|
||||||
|
versions.add(v);
|
||||||
|
}
|
||||||
|
|
||||||
|
List<String> iconStyles = (icon['styles'] as List).cast<String>();
|
||||||
|
|
||||||
|
//TODO: Remove line once duotone support discontinuation notice is removed
|
||||||
|
if (iconStyles.contains('duotone')) hasDuotoneIcons = true;
|
||||||
|
|
||||||
|
for (var excluded in excludedStyles) {
|
||||||
|
iconStyles.remove(excluded);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (iconStyles.isEmpty) continue;
|
||||||
|
|
||||||
|
if (icon.containsKey('private') && icon['private']) continue;
|
||||||
|
|
||||||
|
styles.addAll(iconStyles);
|
||||||
|
|
||||||
|
final List searchTermsRaw = (icon['search']?['terms'] ?? []);
|
||||||
|
final searchTerms = searchTermsRaw.map((e) => e.toString()).toList();
|
||||||
|
|
||||||
|
final List aliasesRaw = (icon['aliases']?['names'] ?? []);
|
||||||
|
final aliases = aliasesRaw.map((e) => e.toString()).toList();
|
||||||
|
|
||||||
|
metadata.add(IconMetadata(
|
||||||
|
iconName,
|
||||||
|
icon['label'],
|
||||||
|
icon['unicode'],
|
||||||
|
searchTerms,
|
||||||
|
iconStyles,
|
||||||
|
aliases,
|
||||||
|
));
|
||||||
|
}
|
||||||
|
|
||||||
|
return hasDuotoneIcons;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Calculates the highest version number found in the metadata
|
||||||
|
///
|
||||||
|
/// Expects a list of all versions listed in the metadata.
|
||||||
|
/// See [readAndPickMetadata].
|
||||||
|
Version calculateFontAwesomeVersion(List<String> versions) {
|
||||||
|
final sortedVersions = versions.map((version) {
|
||||||
|
try {
|
||||||
|
return Version.parse(version);
|
||||||
|
} on FormatException {
|
||||||
|
return Version(0, 0, 0);
|
||||||
|
}
|
||||||
|
}).toList()
|
||||||
|
..sort();
|
||||||
|
|
||||||
|
return sortedVersions.last;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Downloads the content from [url] and saves it to [target]
|
||||||
|
Future download(String url, File target) async {
|
||||||
|
print('Downloading $url');
|
||||||
|
final request = await HttpClient().getUrl(Uri.parse(url));
|
||||||
|
final response = await request.close();
|
||||||
|
return response.pipe(target.openWrite());
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Defines possible command line arguments for this program
|
||||||
|
ArgParser setUpArgParser() {
|
||||||
|
final argParser = ArgParser();
|
||||||
|
|
||||||
|
argParser.addFlag('help',
|
||||||
|
abbr: 'h',
|
||||||
|
defaultsTo: false,
|
||||||
|
negatable: false,
|
||||||
|
help: 'display program options and usage information');
|
||||||
|
|
||||||
|
argParser.addMultiOption('exclude',
|
||||||
|
abbr: 'e',
|
||||||
|
defaultsTo: [],
|
||||||
|
allowed: ['brands', 'regular', 'solid', 'duotone', 'light', 'thin'],
|
||||||
|
help: 'icon styles which are excluded by the generator');
|
||||||
|
|
||||||
|
argParser.addFlag('dynamic',
|
||||||
|
abbr: 'd',
|
||||||
|
defaultsTo: false,
|
||||||
|
negatable: false,
|
||||||
|
help: 'builds a map, which allows to dynamically retrieve icons by name');
|
||||||
|
|
||||||
|
return argParser;
|
||||||
|
}
|
||||||
|
|
||||||
|
/// Displays the program help page. Accessible via the --help command line arg
|
||||||
|
void displayHelp(ArgParser argParser) {
|
||||||
|
var fileType = Platform.isWindows ? 'bat' : 'sh';
|
||||||
|
print('''
|
||||||
|
This script helps you to customize the font awesome flutter package to fit your
|
||||||
|
individual needs. Please follow the "customizing font awesome flutter" guide on
|
||||||
|
github.
|
||||||
|
|
||||||
|
By default, this tool acts as an updater. It retrieves the newest version of
|
||||||
|
free font awesome icons from the web and generates all necessary files.
|
||||||
|
If an icons.json exists within the lib/fonts folder, no update is performed and
|
||||||
|
files in this folder are used for generation instead.
|
||||||
|
To exclude styles from generation, pass the "exclude" option with a comma
|
||||||
|
separated list of styles to ignore.
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
configurator.$fileType [options]
|
||||||
|
|
||||||
|
Options:''');
|
||||||
|
print(argParser.usage);
|
||||||
|
}
|
115
flutter/lib/bottom_fab/anchored_overlay.dart
Normal file
@ -0,0 +1,115 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
|
class AnchoredOverlay extends StatelessWidget {
|
||||||
|
final bool showOverlay;
|
||||||
|
final Widget Function(BuildContext, Offset anchor) overlayBuilder;
|
||||||
|
final Widget child;
|
||||||
|
|
||||||
|
const AnchoredOverlay({
|
||||||
|
super.key,
|
||||||
|
required this.showOverlay,
|
||||||
|
required this.overlayBuilder,
|
||||||
|
required this.child,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return LayoutBuilder(builder: (BuildContext context, BoxConstraints constraints) {
|
||||||
|
return OverlayBuilder(
|
||||||
|
showOverlay: showOverlay,
|
||||||
|
overlayBuilder: (BuildContext overlayContext) {
|
||||||
|
RenderBox box = context.findRenderObject() as RenderBox;
|
||||||
|
final center = box.size.center(box.localToGlobal(const Offset(0.0, 0.0)));
|
||||||
|
|
||||||
|
return overlayBuilder(overlayContext, center);
|
||||||
|
},
|
||||||
|
child: child,
|
||||||
|
);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
class OverlayBuilder extends StatefulWidget {
|
||||||
|
final bool showOverlay;
|
||||||
|
final Widget Function(BuildContext) overlayBuilder;
|
||||||
|
final Widget child;
|
||||||
|
|
||||||
|
const OverlayBuilder({
|
||||||
|
super.key,
|
||||||
|
this.showOverlay = false,
|
||||||
|
required this.overlayBuilder,
|
||||||
|
required this.child,
|
||||||
|
});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<OverlayBuilder> createState() => _OverlayBuilderState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _OverlayBuilderState extends State<OverlayBuilder> {
|
||||||
|
OverlayEntry? overlayEntry;
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
super.initState();
|
||||||
|
|
||||||
|
if (widget.showOverlay) {
|
||||||
|
WidgetsBinding.instance.addPostFrameCallback((_) => showOverlay());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void didUpdateWidget(OverlayBuilder oldWidget) {
|
||||||
|
super.didUpdateWidget(oldWidget);
|
||||||
|
WidgetsBinding.instance.addPostFrameCallback((_) => syncWidgetAndOverlay());
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void reassemble() {
|
||||||
|
super.reassemble();
|
||||||
|
WidgetsBinding.instance.addPostFrameCallback((_) => syncWidgetAndOverlay());
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
void dispose() {
|
||||||
|
if (isShowingOverlay()) {
|
||||||
|
hideOverlay();
|
||||||
|
}
|
||||||
|
|
||||||
|
super.dispose();
|
||||||
|
}
|
||||||
|
|
||||||
|
bool isShowingOverlay() => overlayEntry != null;
|
||||||
|
|
||||||
|
void showOverlay() {
|
||||||
|
overlayEntry = OverlayEntry(
|
||||||
|
builder: widget.overlayBuilder,
|
||||||
|
);
|
||||||
|
addToOverlay(overlayEntry!);
|
||||||
|
}
|
||||||
|
|
||||||
|
void addToOverlay(OverlayEntry entry) async {
|
||||||
|
print('addToOverlay');
|
||||||
|
Overlay.of(context).insert(entry);
|
||||||
|
}
|
||||||
|
|
||||||
|
void hideOverlay() {
|
||||||
|
print('hideOverlay');
|
||||||
|
if (overlayEntry != null) {
|
||||||
|
overlayEntry!.remove();
|
||||||
|
overlayEntry = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void syncWidgetAndOverlay() {
|
||||||
|
if (isShowingOverlay() && !widget.showOverlay) {
|
||||||
|
hideOverlay();
|
||||||
|
} else if (!isShowingOverlay() && widget.showOverlay) {
|
||||||
|
showOverlay();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return widget.child;
|
||||||
|
}
|
||||||
|
}
|
20
flutter/lib/bottom_fab/center_about.dart
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
|
class CenterAbout extends StatelessWidget {
|
||||||
|
final Offset position;
|
||||||
|
final Widget child;
|
||||||
|
|
||||||
|
const CenterAbout({super.key, required this.position, required this.child});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return Positioned(
|
||||||
|
top: position.dy,
|
||||||
|
left: position.dx,
|
||||||
|
child: FractionalTranslation(
|
||||||
|
translation: const Offset(-0.5, -0.5),
|
||||||
|
child: child,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
115
flutter/lib/bottom_fab/fab_bottom_app_bar.dart
Normal file
@ -0,0 +1,115 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
|
class FABBottomAppBarItem {
|
||||||
|
FABBottomAppBarItem({required this.iconData, required this.text});
|
||||||
|
IconData iconData;
|
||||||
|
String text;
|
||||||
|
}
|
||||||
|
|
||||||
|
class FABBottomAppBar extends StatefulWidget {
|
||||||
|
FABBottomAppBar({
|
||||||
|
super.key,
|
||||||
|
required this.items,
|
||||||
|
this.centerItemText,
|
||||||
|
this.height = 60.0,
|
||||||
|
this.iconSize = 24.0,
|
||||||
|
this.backgroundColor,
|
||||||
|
this.color,
|
||||||
|
this.selectedColor,
|
||||||
|
this.notchedShape,
|
||||||
|
this.onTabSelected,
|
||||||
|
}) {
|
||||||
|
assert(items.length == 2 || items.length == 4);
|
||||||
|
}
|
||||||
|
|
||||||
|
final List<FABBottomAppBarItem> items;
|
||||||
|
final String? centerItemText;
|
||||||
|
final double height;
|
||||||
|
final double iconSize;
|
||||||
|
final Color? backgroundColor;
|
||||||
|
final Color? color;
|
||||||
|
final Color? selectedColor;
|
||||||
|
final NotchedShape? notchedShape;
|
||||||
|
final ValueChanged<int>? onTabSelected;
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<StatefulWidget> createState() => FABBottomAppBarState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class FABBottomAppBarState extends State<FABBottomAppBar> {
|
||||||
|
int _selectedIndex = 0;
|
||||||
|
|
||||||
|
_updateIndex(int index) {
|
||||||
|
if (widget.onTabSelected != null) widget.onTabSelected!(index);
|
||||||
|
setState(() {
|
||||||
|
_selectedIndex = index;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
List<Widget> items = List.generate(widget.items.length, (int index) {
|
||||||
|
return _buildTabItem(
|
||||||
|
item: widget.items[index],
|
||||||
|
index: index,
|
||||||
|
onPressed: _updateIndex,
|
||||||
|
);
|
||||||
|
});
|
||||||
|
items.insert(items.length >> 1, _buildMiddleTabItem());
|
||||||
|
|
||||||
|
return BottomAppBar(
|
||||||
|
shape: widget.notchedShape,
|
||||||
|
color: widget.backgroundColor,
|
||||||
|
child: Row(
|
||||||
|
mainAxisSize: MainAxisSize.max,
|
||||||
|
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
||||||
|
children: items,
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildMiddleTabItem() {
|
||||||
|
return Expanded(
|
||||||
|
child: SizedBox(
|
||||||
|
height: widget.height,
|
||||||
|
child: Column(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
children: <Widget>[
|
||||||
|
SizedBox(height: widget.iconSize),
|
||||||
|
Text(
|
||||||
|
widget.centerItemText ?? '',
|
||||||
|
style: TextStyle(color: widget.color),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildTabItem({required FABBottomAppBarItem item, required int index, required ValueChanged<int> onPressed}) {
|
||||||
|
Color color = (_selectedIndex == index ? widget.selectedColor : widget.color) ?? Colors.black;
|
||||||
|
return Expanded(
|
||||||
|
child: SizedBox(
|
||||||
|
height: widget.height,
|
||||||
|
child: Material(
|
||||||
|
type: MaterialType.transparency,
|
||||||
|
child: InkWell(
|
||||||
|
onTap: () => onPressed(index),
|
||||||
|
child: Column(
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
children: <Widget>[
|
||||||
|
Icon(item.iconData, color: color, size: widget.iconSize),
|
||||||
|
Text(
|
||||||
|
item.text,
|
||||||
|
style: TextStyle(color: color),
|
||||||
|
)
|
||||||
|
],
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
80
flutter/lib/bottom_fab/fab_with_icons.dart
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
|
// https://stackoverflow.com/questions/46480221/flutter-floating-action-button-with-speed-dail
|
||||||
|
|
||||||
|
class FabWithIcons extends StatefulWidget {
|
||||||
|
FabWithIcons({required this.icons, required this.onIconTapped});
|
||||||
|
final List<IconData> icons;
|
||||||
|
ValueChanged<int> onIconTapped;
|
||||||
|
@override
|
||||||
|
State createState() => FabWithIconsState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class FabWithIconsState extends State<FabWithIcons> with TickerProviderStateMixin {
|
||||||
|
late AnimationController _controller;
|
||||||
|
|
||||||
|
@override
|
||||||
|
void initState() {
|
||||||
|
super.initState();
|
||||||
|
_controller = AnimationController(
|
||||||
|
vsync: this,
|
||||||
|
duration: const Duration(milliseconds: 250),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return Column(
|
||||||
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
children: List.generate(widget.icons.length, (int index) {
|
||||||
|
return _buildChild(index);
|
||||||
|
}).toList()
|
||||||
|
..add(
|
||||||
|
_buildFab(),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildChild(int index) {
|
||||||
|
Color backgroundColor = Theme.of(context).cardColor;
|
||||||
|
Color foregroundColor = Theme.of(context).secondaryHeaderColor;
|
||||||
|
return Container(
|
||||||
|
height: 70.0,
|
||||||
|
width: 56.0,
|
||||||
|
alignment: FractionalOffset.topCenter,
|
||||||
|
child: ScaleTransition(
|
||||||
|
scale: CurvedAnimation(
|
||||||
|
parent: _controller,
|
||||||
|
curve: Interval(0.0, 1.0 - index / widget.icons.length / 2.0, curve: Curves.easeOut),
|
||||||
|
),
|
||||||
|
child: FloatingActionButton(
|
||||||
|
backgroundColor: backgroundColor,
|
||||||
|
mini: true,
|
||||||
|
child: Icon(widget.icons[index], color: foregroundColor),
|
||||||
|
onPressed: () => _onTapped(index),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildFab() {
|
||||||
|
return FloatingActionButton(
|
||||||
|
onPressed: () {
|
||||||
|
if (_controller.isDismissed) {
|
||||||
|
_controller.forward();
|
||||||
|
} else {
|
||||||
|
_controller.reverse();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
tooltip: 'Increment',
|
||||||
|
child: Icon(Icons.add),
|
||||||
|
elevation: 2.0,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
void _onTapped(int index) {
|
||||||
|
_controller.reverse();
|
||||||
|
widget.onIconTapped(index);
|
||||||
|
}
|
||||||
|
}
|
@ -1,125 +1,24 @@
|
|||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
|
import 'nav_layout.dart';
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
runApp(const MyApp());
|
runApp(const SCNApp());
|
||||||
}
|
}
|
||||||
|
|
||||||
class MyApp extends StatelessWidget {
|
class SCNApp extends StatelessWidget {
|
||||||
const MyApp({super.key});
|
const SCNApp({super.key});
|
||||||
|
|
||||||
// This widget is the root of your application.
|
// This widget is the root of your application.
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return MaterialApp(
|
return MaterialApp(
|
||||||
title: 'Flutter Demo',
|
title: 'SimpleCloudNotifier',
|
||||||
theme: ThemeData(
|
theme: ThemeData(
|
||||||
// This is the theme of your application.
|
colorScheme: ColorScheme.fromSeed(seedColor: Colors.blue),
|
||||||
//
|
|
||||||
// TRY THIS: Try running your application with "flutter run". You'll see
|
|
||||||
// the application has a purple toolbar. Then, without quitting the app,
|
|
||||||
// try changing the seedColor in the colorScheme below to Colors.green
|
|
||||||
// and then invoke "hot reload" (save your changes or press the "hot
|
|
||||||
// reload" button in a Flutter-supported IDE, or press "r" if you used
|
|
||||||
// the command line to start the app).
|
|
||||||
//
|
|
||||||
// Notice that the counter didn't reset back to zero; the application
|
|
||||||
// state is not lost during the reload. To reset the state, use hot
|
|
||||||
// restart instead.
|
|
||||||
//
|
|
||||||
// This works for code too, not just values: Most code changes can be
|
|
||||||
// tested with just a hot reload.
|
|
||||||
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
|
|
||||||
useMaterial3: true,
|
useMaterial3: true,
|
||||||
),
|
),
|
||||||
home: const MyHomePage(title: 'Flutter Demo Home Page'),
|
home: const SCNNavLayout(),
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
class MyHomePage extends StatefulWidget {
|
|
||||||
const MyHomePage({super.key, required this.title});
|
|
||||||
|
|
||||||
// This widget is the home page of your application. It is stateful, meaning
|
|
||||||
// that it has a State object (defined below) that contains fields that affect
|
|
||||||
// how it looks.
|
|
||||||
|
|
||||||
// This class is the configuration for the state. It holds the values (in this
|
|
||||||
// case the title) provided by the parent (in this case the App widget) and
|
|
||||||
// used by the build method of the State. Fields in a Widget subclass are
|
|
||||||
// always marked "final".
|
|
||||||
|
|
||||||
final String title;
|
|
||||||
|
|
||||||
@override
|
|
||||||
State<MyHomePage> createState() => _MyHomePageState();
|
|
||||||
}
|
|
||||||
|
|
||||||
class _MyHomePageState extends State<MyHomePage> {
|
|
||||||
int _counter = 0;
|
|
||||||
|
|
||||||
void _incrementCounter() {
|
|
||||||
setState(() {
|
|
||||||
// This call to setState tells the Flutter framework that something has
|
|
||||||
// changed in this State, which causes it to rerun the build method below
|
|
||||||
// so that the display can reflect the updated values. If we changed
|
|
||||||
// _counter without calling setState(), then the build method would not be
|
|
||||||
// called again, and so nothing would appear to happen.
|
|
||||||
_counter++;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
@override
|
|
||||||
Widget build(BuildContext context) {
|
|
||||||
// This method is rerun every time setState is called, for instance as done
|
|
||||||
// by the _incrementCounter method above.
|
|
||||||
//
|
|
||||||
// The Flutter framework has been optimized to make rerunning build methods
|
|
||||||
// fast, so that you can just rebuild anything that needs updating rather
|
|
||||||
// than having to individually change instances of widgets.
|
|
||||||
return Scaffold(
|
|
||||||
appBar: AppBar(
|
|
||||||
// TRY THIS: Try changing the color here to a specific color (to
|
|
||||||
// Colors.amber, perhaps?) and trigger a hot reload to see the AppBar
|
|
||||||
// change color while the other colors stay the same.
|
|
||||||
backgroundColor: Theme.of(context).colorScheme.inversePrimary,
|
|
||||||
// Here we take the value from the MyHomePage object that was created by
|
|
||||||
// the App.build method, and use it to set our appbar title.
|
|
||||||
title: Text(widget.title),
|
|
||||||
),
|
|
||||||
body: Center(
|
|
||||||
// Center is a layout widget. It takes a single child and positions it
|
|
||||||
// in the middle of the parent.
|
|
||||||
child: Column(
|
|
||||||
// Column is also a layout widget. It takes a list of children and
|
|
||||||
// arranges them vertically. By default, it sizes itself to fit its
|
|
||||||
// children horizontally, and tries to be as tall as its parent.
|
|
||||||
//
|
|
||||||
// Column has various properties to control how it sizes itself and
|
|
||||||
// how it positions its children. Here we use mainAxisAlignment to
|
|
||||||
// center the children vertically; the main axis here is the vertical
|
|
||||||
// axis because Columns are vertical (the cross axis would be
|
|
||||||
// horizontal).
|
|
||||||
//
|
|
||||||
// TRY THIS: Invoke "debug painting" (choose the "Toggle Debug Paint"
|
|
||||||
// action in the IDE, or press "p" in the console), to see the
|
|
||||||
// wireframe for each widget.
|
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
|
||||||
children: <Widget>[
|
|
||||||
const Text(
|
|
||||||
'You have pushed the button this many times:',
|
|
||||||
),
|
|
||||||
Text(
|
|
||||||
'$_counter',
|
|
||||||
style: Theme.of(context).textTheme.headlineMedium,
|
|
||||||
),
|
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
|
||||||
floatingActionButton: FloatingActionButton(
|
|
||||||
onPressed: _incrementCounter,
|
|
||||||
tooltip: 'Increment',
|
|
||||||
child: const Icon(Icons.add),
|
|
||||||
), // This trailing comma makes auto-formatting nicer for build methods.
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
109
flutter/lib/nav_layout.dart
Normal file
@ -0,0 +1,109 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
import 'package:font_awesome_flutter/font_awesome_flutter.dart';
|
||||||
|
|
||||||
|
import 'bottom_fab/fab_bottom_app_bar.dart';
|
||||||
|
import 'pages/message_list/message_list.dart';
|
||||||
|
|
||||||
|
class SCNNavLayout extends StatefulWidget {
|
||||||
|
const SCNNavLayout({super.key});
|
||||||
|
|
||||||
|
@override
|
||||||
|
State<SCNNavLayout> createState() => _SCNNavLayoutState();
|
||||||
|
}
|
||||||
|
|
||||||
|
class _SCNNavLayoutState extends State<SCNNavLayout> {
|
||||||
|
int _selectedIndex = 0;
|
||||||
|
|
||||||
|
static const TextStyle optionStyle = TextStyle(fontSize: 30, fontWeight: FontWeight.bold);
|
||||||
|
|
||||||
|
static const List<Widget> _subPages = <Widget>[
|
||||||
|
MessageListPage(title: 'Messages 1'),
|
||||||
|
MessageListPage(title: 'Messages 2'),
|
||||||
|
MessageListPage(title: 'Messages 3'),
|
||||||
|
MessageListPage(title: 'Messages 4'),
|
||||||
|
];
|
||||||
|
|
||||||
|
void _onItemTapped(int index) {
|
||||||
|
setState(() {
|
||||||
|
_selectedIndex = index;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
void _onFABTapped(int index) {
|
||||||
|
setState(() {
|
||||||
|
//TODO
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return Scaffold(
|
||||||
|
appBar: _buildAppBar(context),
|
||||||
|
body: Center(
|
||||||
|
child: _subPages.elementAt(_selectedIndex),
|
||||||
|
),
|
||||||
|
bottomNavigationBar: _buildNavBar(context),
|
||||||
|
floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked,
|
||||||
|
floatingActionButton: _buildFAB(context),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildFAB(BuildContext context) {
|
||||||
|
return FloatingActionButton(
|
||||||
|
onPressed: () {},
|
||||||
|
tooltip: 'Increment',
|
||||||
|
shape: const RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(17))),
|
||||||
|
elevation: 2.0,
|
||||||
|
child: const Icon(FontAwesomeIcons.solidPaperPlaneTop),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
Widget _buildNavBar(BuildContext context) {
|
||||||
|
return FABBottomAppBar(
|
||||||
|
onTabSelected: _onItemTapped,
|
||||||
|
color: Colors.grey,
|
||||||
|
selectedColor: Colors.black,
|
||||||
|
notchedShape: const AutomaticNotchedShape(
|
||||||
|
RoundedRectangleBorder(
|
||||||
|
borderRadius: BorderRadius.only(
|
||||||
|
topLeft: Radius.circular(15),
|
||||||
|
topRight: Radius.circular(15),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
RoundedRectangleBorder(
|
||||||
|
borderRadius: BorderRadius.all(Radius.circular(17)),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
items: [
|
||||||
|
FABBottomAppBarItem(iconData: FontAwesomeIcons.solidEnvelope, text: 'Messages'),
|
||||||
|
FABBottomAppBarItem(iconData: FontAwesomeIcons.solidSnake, text: 'Channels'),
|
||||||
|
FABBottomAppBarItem(iconData: FontAwesomeIcons.solidFileUser, text: 'Account'),
|
||||||
|
FABBottomAppBarItem(iconData: FontAwesomeIcons.solidGear, text: 'Settings'),
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
AppBar _buildAppBar(BuildContext context) {
|
||||||
|
return AppBar(
|
||||||
|
title: const Text('Simple Cloud Notifier 2.0'),
|
||||||
|
actions: <Widget>[
|
||||||
|
IconButton(
|
||||||
|
icon: const Icon(FontAwesomeIcons.solidSpiderBlackWidow),
|
||||||
|
tooltip: 'Debug',
|
||||||
|
onPressed: () {},
|
||||||
|
),
|
||||||
|
IconButton(
|
||||||
|
icon: const Icon(FontAwesomeIcons.solidMagnifyingGlass),
|
||||||
|
tooltip: 'Search',
|
||||||
|
onPressed: () {},
|
||||||
|
),
|
||||||
|
IconButton(
|
||||||
|
icon: const Icon(FontAwesomeIcons.solidQrcode),
|
||||||
|
tooltip: 'Show Account QR Code',
|
||||||
|
onPressed: () {},
|
||||||
|
),
|
||||||
|
],
|
||||||
|
backgroundColor: Theme.of(context).secondaryHeaderColor,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
19
flutter/lib/pages/message_list/message_list.dart
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
import 'package:flutter/material.dart';
|
||||||
|
|
||||||
|
class MessageListPage extends StatelessWidget {
|
||||||
|
final String title;
|
||||||
|
|
||||||
|
const MessageListPage({super.key, required this.title});
|
||||||
|
|
||||||
|
@override
|
||||||
|
Widget build(BuildContext context) {
|
||||||
|
return Scaffold(
|
||||||
|
body: Center(
|
||||||
|
child: Text(
|
||||||
|
title,
|
||||||
|
style: const TextStyle(fontSize: 24),
|
||||||
|
),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
@ -47,7 +47,7 @@ static void my_application_activate(GApplication* application) {
|
|||||||
gtk_window_set_title(window, "simplecloudnotifier");
|
gtk_window_set_title(window, "simplecloudnotifier");
|
||||||
}
|
}
|
||||||
|
|
||||||
gtk_window_set_default_size(window, 1280, 720);
|
gtk_window_set_default_size(window, 450, 800);
|
||||||
gtk_widget_show(GTK_WIDGET(window));
|
gtk_widget_show(GTK_WIDGET(window));
|
||||||
|
|
||||||
g_autoptr(FlDartProject) project = fl_dart_project_new();
|
g_autoptr(FlDartProject) project = fl_dart_project_new();
|
||||||
|
@ -75,6 +75,13 @@ packages:
|
|||||||
description: flutter
|
description: flutter
|
||||||
source: sdk
|
source: sdk
|
||||||
version: "0.0.0"
|
version: "0.0.0"
|
||||||
|
font_awesome_flutter:
|
||||||
|
dependency: "direct main"
|
||||||
|
description:
|
||||||
|
path: "deps/font_awesome_flutter"
|
||||||
|
relative: true
|
||||||
|
source: path
|
||||||
|
version: "10.7.0"
|
||||||
lints:
|
lints:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -30,12 +30,19 @@ environment:
|
|||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
font_awesome_flutter: '>= 4.7.0'
|
||||||
|
|
||||||
|
|
||||||
# The following adds the Cupertino Icons font to your application.
|
# The following adds the Cupertino Icons font to your application.
|
||||||
# Use with the CupertinoIcons class for iOS style icons.
|
# Use with the CupertinoIcons class for iOS style icons.
|
||||||
cupertino_icons: ^1.0.2
|
cupertino_icons: ^1.0.2
|
||||||
|
|
||||||
|
|
||||||
|
dependency_overrides:
|
||||||
|
font_awesome_flutter:
|
||||||
|
path: deps/font_awesome_flutter
|
||||||
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|