Kevin Moore
db963d801c
update web sample dependencies ( #112 )
6 years ago
Brett Morgan
755363dde5
Analysis options ( #108 )
6 years ago
Brett Morgan
815079cd4d
Analysis options, fixes and format ( #107 )
6 years ago
Brett Morgan
01478f5e88
Analysis options, fixes and format ( #106 )
6 years ago
Brett Morgan
90ecd8df25
Analysis options, fixes, and formatting ( #110 )
6 years ago
Brett Morgan
d4997f6562
Analysis options ( #109 )
6 years ago
Brett Morgan
4f72ab1776
Add analysis_options, re-format, add commas. ( #101 )
6 years ago
Brett Morgan
45e4a228f5
Add analysis_options, fix and format. ( #102 )
6 years ago
Brett Morgan
87b42f92e3
Analysis_options, format and fixups. ( #103 )
6 years ago
Brett Morgan
52d85c793e
Add analysis_options, format and fix up ( #104 )
6 years ago
Branden Taylor
bd9b18c2bf
Secondpage Add-ons ( #100 )
6 years ago
Andrew Brogdon
4646f0fc8e
Adds analysis options to Veggie Seasons ( #98 )
6 years ago
Branden Taylor
2ec8cc3684
Secondpage ( #97 )
6 years ago
Kevin Moore
b3ef6466fc
web: update dependencies
6 years ago
Andrew Brogdon
d990979c90
Adds flutter_maps_firestore to travis config ( #96 )
6 years ago
Branden Taylor
e4b4b35182
The rest of page one for isolate_example
6 years ago
Brett Morgan
599c865629
Initial commit flutter_maps_firestore ( #93 )
6 years ago
Kevin Moore
f79f7d20b5
web: update sample dependencies
6 years ago
Kevin Moore
cfcd1d5f43
web/slide_puzzle: explicit about supported provider version
6 years ago
Branden Taylor
8d1e751050
Added the main animation for page 1 ( #94 )
6 years ago
Branden Taylor
9241a062bc
Added 3 tabbed pages with welcome messages ( #92 )
6 years ago
Branden Taylor
d35d88740d
An empty app to start with ( #91 )
6 years ago
Kevin Moore
c78b873f7d
Revert "web: slide_puzzle - update to latest provider port"
...
Seeing an issue with generics and dart2js (or DDC)
This reverts commit 7a42263344
.
6 years ago
Kevin Moore
92b6848c3c
web/slide_puzzle: use hosted font for Plaster
6 years ago
Kevin Moore
3bad92abb6
web: dartfmt all files
6 years ago
Kevin Moore
7a42263344
web: slide_puzzle - update to latest provider port
6 years ago
Kevin Moore
3d405359c7
web: update dependencies
6 years ago
Branden Taylor
5c0536576e
Tweaking sample index ( #90 )
6 years ago
Kevin Moore
c64fd8074b
web: update dependencies
6 years ago
Andrew Brogdon
938ef8682c
Reformats platform_design to match repo conventions, fixes missing icon ( #89 )
6 years ago
xster
325c5a5d2b
Add a Material/Cupertino adaptive application example ( #69 )
6 years ago
Andrew Brogdon
08beb69245
Updates veggieseasons to Dart 2.3, adds some minor UI updates ( #88 )
6 years ago
Kevin Moore
cf2a3b28cd
web: update dependencies
...
fix chart tests with latest SDK
6 years ago
Kevin Moore
bd5e5918d7
web: update dependencies
6 years ago
Kevin Moore
6290e253f3
web: update dependencies
6 years ago
Kevin Moore
902da5c82a
web/slide_puzzle updates
...
spelling fix
Use SingleTickerProviderStateMixin
Handle vertical constrained size
6 years ago
Kevin Moore
7a8fd19e26
web: update dependencies
6 years ago
Kevin Moore
d38dd25513
web: update dependencies
6 years ago
Kevin Moore
8b6c615a16
update flutter_web dep
6 years ago
Kevin Moore
cb5036305e
More state cleanup
6 years ago
Kevin Moore
62ffd22505
Add ValueTabController – generic feature!
6 years ago
Kevin Moore
f87c2bb577
web/slide_puzzle: more provider cleanup
6 years ago
Kevin Moore
d6d51d8b1a
web: update dependencies
6 years ago
Kevin Moore
0e50bbd6c9
slide_puzzle: use pkg:provider
6 years ago
Kevin Moore
051f5bec29
web: update dependencies
6 years ago
Kevin Moore
a18c0f1483
web: upgrade dependencies
6 years ago
Michael Thomsen
3098bf2c9a
flutter pub ( #86 )
6 years ago
Filip Hracek
fa356540c6
Ensure flutter format and fix offending files ( #80 )
...
The current Travis script will only print offending files, but won’t fail the build. Added `--set-exit-if-changed` to fix that.
Also, simplified the call from using `grep` and `xargs` to simple `flutter format .`, which recurses directories.
Lastly, fixed offending files that needed `dartfmt`. (But not in the directories that aren’t covered by `travis_script.sh`.
6 years ago
Filip Hracek
fbf40c0cd2
Make use of (context) consistent ( #84 )
...
Since we’re not using `(_)` anywhere else in this example, doing this here is weird.
6 years ago
Filip Hracek
7bae186046
Finish the migration from scoped_model to provider
...
After this change, we’re managing Counter’s lifecycle with ChangeNotifierProvider.
This removes the periodic Timer. Not only does that simplify the example and makes it closer to the original, it also prevents a leaking timer (though, in this case, it’s not an issue, since the timer is needed for the whole duration of the app). I experimented with a more robust approach (having or injecting a Timer/StreamController into the Counter, and disposing of it there) but that seemed overly complex for such a simple example. This whole problem will get significantly easier with https://github.com/rrousselGit/provider/issues/46 , at which point I could reintroduce this. I will also think about a more complex Provider example, something like the venerable `bloc_complex`, with infinite-scrolling pagination and all that.
6 years ago