Walt Schlender
Results
2
issues of
Walt Schlender
My code: ``` RatingBar.builder( initialRating: rating, minRating: 1, direction: Axis.horizontal, allowHalfRating: true, itemSize: 32, itemCount: 5, itemPadding: EdgeInsets.symmetric(horizontal: 1.0), itemBuilder: (context, _) => Icon( Icons.star, color: Colors.amber, ), onRatingUpdate: (rating)...
We deploy code to Heroku and Heroku will block our deploy if sqlite is included.